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