movdi-rex64.c: Remove unnecessary unused label.
authorTeresa Johnson <tejohnson@google.com>
Thu, 8 Dec 2011 17:01:21 +0000 (17:01 +0000)
committerTeresa Johnson <tejohnson@gcc.gnu.org>
Thu, 8 Dec 2011 17:01:21 +0000 (17:01 +0000)
        * gcc.target/i386/movdi-rex64.c: Remove unnecessary
        unused label.

From-SVN: r182123

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

index 15b0a3772bd0da0b46e247757848035e21e4d0c9..750b23fdf177cc48e7a30e5503c7524f2db66a83 100644 (file)
@@ -1,3 +1,8 @@
+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
index 66c8fd5c22842cf2227a1cd60544d2a522e708ed..f8b8388106db2211c197b766a88c749d6c92d945 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;
 }