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

From-SVN: r182122

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

index 9f4e1250f2dcb8da64afc75b8766dfe0c278a70c..ce0e4b1a5db02b5296666f6fedd9a015897a8f9e 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 36208ff6139ce1dee6dd7d22aac80742d2d2ebd7..4bea6f5f74c5da1ce6f90ba382b71588fd7538ac 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile { target *-*-linux* } } */
-/* { dg-options "-fPIE -Wwrite-strings" } */
+/* { dg-options "-fPIE" } */
 
 char *strcpy (char *dest, const char *src);