backport: re PR fortran/55852 (internal compiler error: in gfc_build_intrinsic_call, at fortran/expr.c:4647)

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.

From-SVN: r196016
This commit is contained in:
Tobias Burnus 2013-02-13 16:08:59 +01:00 committed by Tobias Burnus
parent 252cfd09b9
commit 933ff1d763
2 changed files with 11 additions and 2 deletions

View 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.

View 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" } }