Commit cf0a603a by Teresa Johnson Committed by Teresa Johnson

movdi-rex64.c: Remove unnecessary unused label.

        * gcc.target/i386/movdi-rex64.c: Remove unnecessary
        unused label.

From-SVN: r182123
parent 828430c9
2011-12-08 Teresa Johnson <tejohnson@google.com>
* gcc.target/i386/movdi-rex64.c: Remove unnecessary
unused label.
2011-12-08 Teresa Johnson <tejohnson@google.com>
* gcc.target/i386/movdi-rex64.c: Remove unnecessary
-Wwrite-strings option.
2011-12-08 Teresa Johnson <tejohnson@google.com>
......
......@@ -7,7 +7,6 @@ char *strcpy (char *dest, const char *src);
static __thread char buffer[25];
const char * error_message (void)
{
oops:
strcpy (buffer, "Unknown code ");
return 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment