diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/strict-overflow-1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/strict-overflow-1.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/testsuite/gcc.dg/strict-overflow-1.c b/gcc/testsuite/gcc.dg/strict-overflow-1.c index 1ff96f4..f37dbd5 100644 --- a/gcc/testsuite/gcc.dg/strict-overflow-1.c +++ b/gcc/testsuite/gcc.dg/strict-overflow-1.c @@ -1,5 +1,5 @@ /* { dg-do compile } */ -/* { dg-options "-fstrict-overflow -O2 -fdump-tree-final_cleanup" } */ +/* { dg-options "-fstrict-overflow -O2 -fdump-tree-optimized" } */ /* Source: Ian Lance Taylor. Dual of no-strict-overflow-1.c. */ @@ -12,5 +12,5 @@ foo (int i) return i - 5 < 10; } -/* { dg-final { scan-tree-dump-not "-[ ]*5" "final_cleanup" } } */ -/* { dg-final { cleanup-tree-dump "final_cleanup" } } */ +/* { dg-final { scan-tree-dump-not "-\[ \]*5" "optimized" } } */ +/* { dg-final { cleanup-tree-dump "optimized" } } */ |