diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/no-strict-overflow-6.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/no-strict-overflow-6.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/testsuite/gcc.dg/no-strict-overflow-6.c b/gcc/testsuite/gcc.dg/no-strict-overflow-6.c index 664aa25..43200bb 100644 --- a/gcc/testsuite/gcc.dg/no-strict-overflow-6.c +++ b/gcc/testsuite/gcc.dg/no-strict-overflow-6.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. */ @@ -17,5 +17,5 @@ foo () return bits; } -/* { dg-final { scan-tree-dump "return bits" "final_cleanup" } } */ -/* { dg-final { cleanup-tree-dump "final_cleanup" } } */ +/* { dg-final { scan-tree-dump "return bits" "optimized" } } */ +/* { dg-final { cleanup-tree-dump "optimized" } } */ |