[adjust test case to match what 4.6 does with it ] gcc/testsuite/ 2011-12-23 Mikael Pettersson PR tree-optimization/43491 * gcc.dg/tree-ssa/pr43491.c: Adjust i?86-*-* to expect 3 eliminations. --- gcc-4.6.2/gcc/testsuite/gcc.dg/tree-ssa/pr43491.c.~1~ 2011-12-23 17:55:56.000000000 +0100 +++ gcc-4.6.2/gcc/testsuite/gcc.dg/tree-ssa/pr43491.c 2011-12-23 17:56:37.000000000 +0100 @@ -37,6 +37,6 @@ long foo(long data, long v) } /* We should not eliminate global register variable when it is the RHS of a single assignment. */ -/* { dg-final { scan-tree-dump-times "Eliminated: 2" 1 "pre" { target { arm-*-* i?86-*-* mips*-*-* x86_64-*-* } } } } */ -/* { dg-final { scan-tree-dump-times "Eliminated: 3" 1 "pre" { target { ! { arm-*-* i?86-*-* mips*-*-* x86_64-*-* } } } } } */ +/* { dg-final { scan-tree-dump-times "Eliminated: 2" 1 "pre" { target { arm-*-* mips*-*-* x86_64-*-* } } } } */ +/* { dg-final { scan-tree-dump-times "Eliminated: 3" 1 "pre" { target { ! { arm-*-* mips*-*-* x86_64-*-* } } } } } */ /* { dg-final { cleanup-tree-dump "pre" } } */