OSDN Git Service

* gcc.target/i386/movdi-rex64.c: Remove unnecessary
authortejohnson <tejohnson@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Dec 2011 17:01:21 +0000 (17:01 +0000)
committertejohnson <tejohnson@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Dec 2011 17:01:21 +0000 (17:01 +0000)
        unused label.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182123 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/movdi-rex64.c

index 15b0a37..750b23f 100644 (file)
@@ -1,6 +1,11 @@
 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>
index 66c8fd5..f8b8388 100644 (file)
@@ -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;
 }