diff options
| author | tejohnson <tejohnson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-12-08 16:45:21 +0000 |
|---|---|---|
| committer | tejohnson <tejohnson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-12-08 16:45:21 +0000 |
| commit | 4afa169e1d3ef5dabd4350ca8b343752e6aa93b4 (patch) | |
| tree | cf3e2c93ba1249c549ab90a759e34a0c9e5a2659 | |
| parent | 4aa387d297cbfedc449e8ff13279be8cbefd0d6b (diff) | |
| download | ppe42-gcc-4afa169e1d3ef5dabd4350ca8b343752e6aa93b4.tar.gz ppe42-gcc-4afa169e1d3ef5dabd4350ca8b343752e6aa93b4.zip | |
* gcc.target/i386/movdi-rex64.c: Remove unnecessary
-Wwrite-strings option.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182121 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/testsuite/gcc.target/i386/movdi-rex64.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index ecb89d19545..15b0a3772bd 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 f221b199726..66c8fd5c228 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); |

