diff options
Diffstat (limited to 'gcc-4.6/gcc/testsuite/gcc.dg/tree-ssa/pta-ptrarith-2.c')
-rw-r--r-- | gcc-4.6/gcc/testsuite/gcc.dg/tree-ssa/pta-ptrarith-2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.6/gcc/testsuite/gcc.dg/tree-ssa/pta-ptrarith-2.c b/gcc-4.6/gcc/testsuite/gcc.dg/tree-ssa/pta-ptrarith-2.c index 85b96b1..ddf934b 100644 --- a/gcc-4.6/gcc/testsuite/gcc.dg/tree-ssa/pta-ptrarith-2.c +++ b/gcc-4.6/gcc/testsuite/gcc.dg/tree-ssa/pta-ptrarith-2.c @@ -1,5 +1,5 @@ /* { dg-do compile } */ -/* { dg-options "-O2 -fno-tree-ccp -fdump-tree-ealias" } */ +/* { dg-options "-O2 -fno-tree-forwprop -fno-tree-ccp -fdump-tree-ealias" } */ extern void abort (void); struct X { |