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