]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR testsuite/27708 (gcc.dg/tree-ssa/ssa-fre-4.c scan-tree-dump Replaced \(int...
authorRichard Guenther <rguenther@suse.de>
Mon, 22 May 2006 09:29:10 +0000 (09:29 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 22 May 2006 09:29:10 +0000 (09:29 +0000)
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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-4.c

index e0a619ea0a85eae8bff589e5894dbd1a557a267f..84771312fe28f47a312df5f071895de34b7f69bd 100644 (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
index 0d80f02b330c9124c64e600575f1771e7a23a294..3966e6a8c43efa988d373961cbf2407b151a8d93 100644 (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" } } */