diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/20031218-3.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/20031218-3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/20031218-3.c b/gcc/testsuite/gcc.dg/20031218-3.c index 0bae456..10f8e77 100644 --- a/gcc/testsuite/gcc.dg/20031218-3.c +++ b/gcc/testsuite/gcc.dg/20031218-3.c @@ -3,7 +3,7 @@ The problem was that this just to ICE with -O2 -g. */ /* { dg-do compile } */ -/* { dg-options "-O2 -g" } */ +/* { dg-options "-std=gnu17 -O2 -g" } */ extern __SIZE_TYPE__ strlen (const char *); |