diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/cleanup-1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/cleanup-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/cleanup-1.c b/gcc/testsuite/gcc.dg/cleanup-1.c index c622a62..22d5900 100644 --- a/gcc/testsuite/gcc.dg/cleanup-1.c +++ b/gcc/testsuite/gcc.dg/cleanup-1.c @@ -1,5 +1,5 @@ /* { dg-do compile } */ -/* { dg-options "-fpermissive -Wall" } */ +/* { dg-options "-std=gnu17 -fpermissive -Wall" } */ /* Validate expected warnings and errors. */ #define U __attribute__((unused)) |