OSDN Git Service

PR testsuite/23239
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 Aug 2005 16:08:51 +0000 (16:08 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 Aug 2005 16:08:51 +0000 (16:08 +0000)
* gcc.dg/tree-prof/val-prof-5.c: Fix scan-tree-dump regexp.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103305 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 39f7cd7..f248940 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 41a43c3..095fb06 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" } } */