movdi-rex64.c: Remove unnecessary -Wwrite-strings option.
authorTeresa Johnson <tejohnson@google.com>
Thu, 8 Dec 2011 16:45:21 +0000 (16:45 +0000)
committerTeresa Johnson <tejohnson@gcc.gnu.org>
Thu, 8 Dec 2011 16:45:21 +0000 (16:45 +0000)
        * gcc.target/i386/movdi-rex64.c: Remove unnecessary
        -Wwrite-strings option.

From-SVN: r182121

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

index ecb89d195451ce02267f0601199e54c7a997683f..15b0a3772bd0da0b46e247757848035e21e4d0c9 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        * gcc.target/i386/movdi-rex64.c: New.
index f221b1997263de56a057d702d02e7f2245f43a0a..66c8fd5c22842cf2227a1cd60544d2a522e708ed 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-fPIE -Wwrite-strings" } */
+/* { dg-options "-fPIE" } */
 /* { dg-require-effective-target pie } */
 
 char *strcpy (char *dest, const char *src);