re PR testsuite/23239 (gcc.dg/tree-prof/val-prof-5.c scan-tree-dump Div.mod by consta...
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Sat, 20 Aug 2005 16:08:51 +0000 (16:08 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 20 Aug 2005 16:08:51 +0000 (16:08 +0000)
PR testsuite/23239
* gcc.dg/tree-prof/val-prof-5.c: Fix scan-tree-dump regexp.

From-SVN: r103305

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-prof/val-prof-5.c

index 39f7cd74cbc14f4961b2a8583ca36a548572bb42..f24894038554a1ef0efb6746a866d07e8b2b0ee5 100644 (file)
@@ -1,3 +1,8 @@
+2005-08-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       PR testsuite/23239
+       * gcc.dg/tree-prof/val-prof-5.c: Fix scan-tree-dump regexp.
+
 2005-08-20  Jakub Jelinek  <jakub@redhat.com>
 
        * gcc.dg/20050811-1.c: New test.
index 41a43c3a965c962d2750d2138c120ba4a6003c1d..095fb06b4613c6df1186e03746230219c17fe930 100644 (file)
@@ -11,7 +11,7 @@ main()
                        a[i]/=b;
        return 0;
 }
-/* { dg-final-use { scan-tree-dump "Div.mod by constant b..=997 transformation on insn" "tree_profile"} } */
+/* { dg-final-use { scan-tree-dump "Div.mod by constant b.*=997 transformation on insn" "tree_profile"} } */
 /* { dg-final-use { scan-tree-dump-not "Invalid sum" "optimized"} } */
 /* { dg-final-use { cleanup-tree-dump "optimized" } } */
 /* { dg-final-use { cleanup-tree-dump "tree_profile" } } */