movdi-rex64.c: Remove unnecessary -Wwrite-strings option.

* gcc.target/i386/movdi-rex64.c: Remove unnecessary
        -Wwrite-strings option.

From-SVN: r182121
This commit is contained in:
Teresa Johnson 2011-12-08 16:45:21 +00:00 committed by Teresa Johnson
parent bd531f092d
commit 828430c993
2 changed files with 6 additions and 1 deletions

View 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.

View 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);