diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/old-style-prom-1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/old-style-prom-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/old-style-prom-1.c b/gcc/testsuite/gcc.dg/old-style-prom-1.c index 165ff98..f9b4139 100644 --- a/gcc/testsuite/gcc.dg/old-style-prom-1.c +++ b/gcc/testsuite/gcc.dg/old-style-prom-1.c @@ -1,7 +1,7 @@ /* Test for prototype followed by old-style definition, as in dremf-type-compat-1.c but with a non-built-in function. */ /* { dg-do compile } */ -/* { dg-options "" } */ +/* { dg-options "-std=gnu17" } */ float f (float, float); |