diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/pr38245-4.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/pr38245-4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/pr38245-4.c b/gcc/testsuite/gcc.dg/pr38245-4.c index c9b3d2d..7b63b98 100644 --- a/gcc/testsuite/gcc.dg/pr38245-4.c +++ b/gcc/testsuite/gcc.dg/pr38245-4.c @@ -1,6 +1,6 @@ /* PR rtl-optimization/38245 */ /* { dg-do compile } */ -/* { dg-options "" } */ +/* { dg-options "-std=gnu17" } */ #include "pr38245-3.h" |