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
+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
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" } } */