* gcc.dg/tree-ssa/ivopts-2.c: Match final candidates line only.

From-SVN: r117900
This commit is contained in:
Adam Nemet 2006-10-20 07:46:21 +00:00 committed by Adam Nemet
parent 27ea03604f
commit 065a4d36bc
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-10-20 Adam Nemet <anemet@caviumnetworks.com>
* gcc.dg/tree-ssa/ivopts-2.c: Match final candidates line only.
2006-10-19 Francois-Xavier Coudert <coudert@clipper.ens.fr>
PR libfortran/27895

View File

@ -20,5 +20,5 @@ f ()
}
/* We should only have two IVs. */
/* { dg-final { scan-tree-dump-not "\\n candidates .*,.*,.*\\n\[^\\n\]*\\nFinal cost" "ivopts" } } */
/* { dg-final { scan-tree-dump-not "\\n candidates \\d+, \\d+,\[^\\n\]*\\n\[^\\n\]*\\nFinal cost" "ivopts" } } */
/* { dg-final { cleanup-tree-dump "ivopts" } } */