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 e57b0a4..05b8a4f 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 b545fe1..1e66c77 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 d5f4bd2..5856509 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" } }