]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
intrinsic_size_3.f90: Make scan-tree-dump-times number matching more robust.
authorUros Bizjak <uros@gcc.gnu.org>
Wed, 9 Jan 2013 19:32:07 +0000 (20:32 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Wed, 9 Jan 2013 19:32:07 +0000 (20:32 +0100)
* gfortran.dg/intrinsic_size_3.f90: Make scan-tree-dump-times
number matching more robust.

From-SVN: r195064

gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/intrinsic_size_3.f90

index e57b0a48aa289c40e755c49bd3ecb68af59b8015..05b8a4fc1f6a409b743d935c8860d74d5c27df8b 100644 (file)
@@ -8,7 +8,7 @@
 
 2013-01-09  Vladimir Makarov  <vmakarov@redhat.com>
 
-       PR rtl-optimization/pr55829
+       PR rtl-optimization/55829
        * lra-constraints.c (match_reload): Add code for absent output.
        (curr_insn_transform): Add code for reloads of matched inputs
        without output.
index b545fe1b8dbe54e83e79d6e9f580a87c1e52ed32..1e66c770db42d2891b03bc9f6dd938d5060659ef 100644 (file)
@@ -1,6 +1,11 @@
+2012-01-09  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gfortran.dg/intrinsic_size_3.f90: Make scan-tree-dump-times
+       number matching more robust.
+
 2013-01-09  Vladimir Makarov  <vmakarov@redhat.com>
 
-       PR rtl-optimization/pr55829
+       PR rtl-optimization/55829
        * gcc.target/i386/pr55829.c: New.
 
 2013-01-09  Tobias Burnus  <burnus@net-b.de>
index d5f4bd23d5501ef97154517c02af4bc0ed5978f5..5856509bf5905f4e45725016ad14b90791553197 100644 (file)
@@ -22,5 +22,5 @@ program bug
   stop
 end program bug
 
-! { dg-final { scan-tree-dump-times "iszs = \\(integer\\(kind=2\\)\\) MAX_EXPR <\\(D.....->dim.0..ubound - D.....->dim.0..lbound\\) \\+ 1, 0>;" 1 "original" } }
+! { dg-final { scan-tree-dump-times "iszs = \\(integer\\(kind=2\\)\\) MAX_EXPR <\\(D.\[0-9\]+->dim.0..ubound - D.\[0-9\]+->dim.0..lbound\\) \\+ 1, 0>;" 1 "original" } }
 ! { dg-final { cleanup-tree-dump "original" } }