OSDN Git Service

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

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

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

index ecb89d1..15b0a37 100644 (file)
@@ -1,5 +1,10 @@
 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.
 
 2011-12-08  Richard Guenther  <rguenther@suse.de>
index f221b19..66c8fd5 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);