From: Richard Guenther Date: Sat, 7 Jan 2006 18:17:20 +0000 (+0000) Subject: loop-15.c: Use optimized dump. X-Git-Tag: releases/gcc-4.2.0~4983 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ced0ff2566df6ee0cb476dcb400b17c4bbad91a5;p=thirdparty%2Fgcc.git loop-15.c: Use optimized dump. 2005-01-07 Richard Guenther * gcc.dg/tree-ssa/loop-15.c: Use optimized dump. From-SVN: r109454 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 12d45c8f5621..3d2579ed3e7b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-01-07 Richard Guenther + + * gcc.dg/tree-ssa/loop-15.c: Use optimized dump. + 2005-01-07 Tobias Schl"uter * gfortran.dg/func_decl_1.f90: New. diff --git a/gcc/testsuite/gcc.dg/tree-ssa/loop-15.c b/gcc/testsuite/gcc.dg/tree-ssa/loop-15.c index 44cd10103fa6..ad0995d262ca 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/loop-15.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/loop-15.c @@ -1,7 +1,7 @@ /* A test for # of iterations analysis (signed counter cannot wrap) and final value replacement. */ -/* { dg-options "-O2 -fdump-tree-vars" } */ +/* { dg-options "-O2 -fdump-tree-optimized" } */ int foo(void); @@ -19,9 +19,9 @@ int bla(void) } /* Since the loop is removed, there should be no addition. */ -/* { dg-final { scan-tree-dump-times "\\+" 0 "vars" } } */ -/* { dg-final { scan-tree-dump-times "n \\* n" 1 "vars" } } */ +/* { dg-final { scan-tree-dump-times "\\+" 0 "optimized" } } */ +/* { dg-final { scan-tree-dump-times "n \\* n" 1 "optimized" } } */ /* The if from the loop header copying remains in the code. */ -/* { dg-final { scan-tree-dump-times "if " 1 "vars" } } */ -/* { dg-final { cleanup-tree-dump "vars" } } */ +/* { dg-final { scan-tree-dump-times "if " 1 "optimized" } } */ +/* { dg-final { cleanup-tree-dump "optimized" } } */