diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/pr17188-1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/pr17188-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/pr17188-1.c b/gcc/testsuite/gcc.dg/pr17188-1.c index 522a14f..142f42a 100644 --- a/gcc/testsuite/gcc.dg/pr17188-1.c +++ b/gcc/testsuite/gcc.dg/pr17188-1.c @@ -3,7 +3,7 @@ diagnosed. Bug 17188. */ /* Origin: Joseph Myers <jsm@polyomino.org.uk> */ /* { dg-do compile } */ -/* { dg-options "" } */ +/* { dg-options "-std=gnu17" } */ struct s0 { }; /* { dg-message "note: originally defined here" } */ struct s0; |