diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/uninit-32.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/uninit-32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/uninit-32.c b/gcc/testsuite/gcc.dg/uninit-32.c index cf9efa0..586b635 100644 --- a/gcc/testsuite/gcc.dg/uninit-32.c +++ b/gcc/testsuite/gcc.dg/uninit-32.c @@ -1,7 +1,7 @@ /* PR middle-end/10138 - warn for uninitialized arrays passed as const* arguments { dg-do compile } - { dg-options "-O -Wall" } + { dg-options "-std=gnu17 -O -Wall" } { dg-require-effective-target alloca } */ typedef __SIZE_TYPE__ size_t; |