re PR testsuite/27708 (gcc.dg/tree-ssa/ssa-fre-4.c scan-tree-dump Replaced \(int\) f_.*with D fails)

2006-05-22  Richard Guenther  <rguenther@suse.de>

	PR testsuite/27708
	* gcc.dg/tree-ssa/ssa-fre-4.c: Relax pattern for matching
	the transformations we test for.

From-SVN: r113973
This commit is contained in:
Richard Guenther 2006-05-22 09:29:10 +00:00 committed by Richard Biener
parent 06c5142535
commit 055c00f145
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2006-05-22 Richard Guenther <rguenther@suse.de>
PR testsuite/27708
* gcc.dg/tree-ssa/ssa-fre-4.c: Relax pattern for matching
the transformations we test for.
2006-05-22 Richard Guenther <rguenther@suse.de>
PR testsuite/27707

View File

@ -10,6 +10,6 @@ bool bar(bool f)
return wrap(f);
}
/* { dg-final { scan-tree-dump "Replaced \\\(_Bool\\\) D.*with f_" "fre" } } */
/* { dg-final { scan-tree-dump "Replaced \\\(int\\\) f_.*with D" "fre" } } */
/* { dg-final { scan-tree-dump "Replaced \\\(_Bool\\\) .*with " "fre" } } */
/* { dg-final { scan-tree-dump "Replaced \\\(int\\\) .*with " "fre" } } */
/* { dg-final { cleanup-tree-dump "fre" } } */