OSDN Git Service

2012-02-13 Tobias Burnus <burnus@net-b.de>
authorburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Feb 2013 15:08:59 +0000 (15:08 +0000)
committerburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Feb 2013 15:08:59 +0000 (15:08 +0000)
        Backport from mainline
        2012-01-09  Uros Bizjak  <ubizjak@gmail.com>

        PR fortran/55852
        * gfortran.dg/intrinsic_size_3.f90: Make scan-tree-dump-times
        number matching more robust.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch@196016 138bc75d-0d04-0410-961f-82ee72b054a4

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

index a2501c4..40b83b0 100644 (file)
@@ -1,3 +1,12 @@
+2012-02-13   Tobias Burnus  <burnus@net-b.de>
+
+       Backport from mainline
+       2012-01-09  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR fortran/55852
+       * gfortran.dg/intrinsic_size_3.f90: Make scan-tree-dump-times
+       number matching more robust.
+
 2013-02-11  Uros Bizjak  <ubizjak@gmail.com>
 
        Backport from mainline
@@ -44,7 +53,7 @@
        * gcc.dg/pr44061.c: New testcase.
 
        2013-01-08  Jakub Jelinek  <jakub@redhat.com>
+
        PR middle-end/55890
        * gcc.dg/torture/pr55890-3.c: New test.
 
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" } }