aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorTeresa Johnson <tejohnson@google.com>2011-12-08 16:45:21 +0000
committerTeresa Johnson <tejohnson@gcc.gnu.org>2011-12-08 16:45:21 +0000
commit828430c993d80eaa668bfb129737834531e8a3e7 (patch)
treecf3e2c93ba1249c549ab90a759e34a0c9e5a2659 /gcc
parentbd531f092d14325dcdf5e34f166f4d4745a891b0 (diff)
downloadgcc-828430c993d80eaa668bfb129737834531e8a3e7.zip
gcc-828430c993d80eaa668bfb129737834531e8a3e7.tar.gz
gcc-828430c993d80eaa668bfb129737834531e8a3e7.tar.bz2
movdi-rex64.c: Remove unnecessary -Wwrite-strings option.
* gcc.target/i386/movdi-rex64.c: Remove unnecessary -Wwrite-strings option. From-SVN: r182121
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/gcc.target/i386/movdi-rex64.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index ecb89d1..15b0a37 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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>
diff --git a/gcc/testsuite/gcc.target/i386/movdi-rex64.c b/gcc/testsuite/gcc.target/i386/movdi-rex64.c
index f221b19..66c8fd5 100644
--- a/gcc/testsuite/gcc.target/i386/movdi-rex64.c
+++ b/gcc/testsuite/gcc.target/i386/movdi-rex64.c
@@ -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);