mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-25 23:54:58 +08:00
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:
parent
06c5142535
commit
055c00f145
@ -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
|
||||
|
@ -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" } } */
|
||||
|
Loading…
Reference in New Issue
Block a user