diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/uninit-A-O0.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/uninit-A-O0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/uninit-A-O0.c b/gcc/testsuite/gcc.dg/uninit-A-O0.c index 6937691..c1f1a1c 100644 --- a/gcc/testsuite/gcc.dg/uninit-A-O0.c +++ b/gcc/testsuite/gcc.dg/uninit-A-O0.c @@ -2,7 +2,7 @@ May be a real bug in CSE. */ /* { dg-do compile } */ -/* { dg-options "-Wall" } */ +/* { dg-options "-Wno-old-style-definition -Wall" } */ struct tree { |