diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/torture/pr48063.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/torture/pr48063.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/torture/pr48063.c b/gcc/testsuite/gcc.dg/torture/pr48063.c index d861bf0..ff6960f 100644 --- a/gcc/testsuite/gcc.dg/torture/pr48063.c +++ b/gcc/testsuite/gcc.dg/torture/pr48063.c @@ -1,6 +1,6 @@ /* PR tree-optimization/48063 */ /* { dg-do compile } */ -/* { dg-options "-fno-early-inlining" } */ +/* { dg-options "-std=gnu17 -fno-early-inlining" } */ extern void abort (void); static void bar (); |