diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/uninit-10.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/uninit-10.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/uninit-10.c b/gcc/testsuite/gcc.dg/uninit-10.c index 0d62020..e2396a5 100644 --- a/gcc/testsuite/gcc.dg/uninit-10.c +++ b/gcc/testsuite/gcc.dg/uninit-10.c @@ -1,5 +1,5 @@ /* { dg-do compile } */ -/* { dg-options "-O2 -Wall" } */ +/* { dg-options "-Wno-old-style-definition -O2 -Wall" } */ /* On Alpha EV4, dead code elimination and cfg simplification conspired to leave the register containing 'C' marked live, though all references to the variable had been removed. */ |