diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/fwritable-strings-1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/fwritable-strings-1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/fwritable-strings-1.c b/gcc/testsuite/gcc.dg/fwritable-strings-1.c index e519231..652a084 100644 --- a/gcc/testsuite/gcc.dg/fwritable-strings-1.c +++ b/gcc/testsuite/gcc.dg/fwritable-strings-1.c @@ -3,6 +3,7 @@ /* { dg-do run } */ /* { dg-options "-fwritable-strings" } */ +/* { dg-error "-fwritable-strings is deprecated" "" { target *-*-* } 0 } */ extern void abort(void); |