diff options
| author | burnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-04-27 14:09:29 +0000 |
|---|---|---|
| committer | burnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-04-27 14:09:29 +0000 |
| commit | f3c9277e8d292c983a70d13c4feb45dd7bf22ed3 (patch) | |
| tree | 9aac11e2795c9d6392c9449760f0229eb95fe88a | |
| parent | d0ac9107640248ccb2c1e93448e8e8f5789f6f91 (diff) | |
| download | ppe42-gcc-f3c9277e8d292c983a70d13c4feb45dd7bf22ed3.tar.gz ppe42-gcc-f3c9277e8d292c983a70d13c4feb45dd7bf22ed3.zip | |
2010-04-27 Tobias Burnus <burnus@net-b.de>
PR fortran/18918
* gfortran.dg/coarray_12.f90: Fix dump parsing.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158785 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/testsuite/gfortran.dg/coarray_12.f90 | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 523fbcbf3c9..b2924689dce 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2010-04-27 Tobias Burnus <burnus@net-b.de> + + PR fortran/18918 + * gfortran.dg/coarray_12.f90: Fix dump parsing. + 2010-04-27 Richard Guenther <rguenther@suse.de> PR middle-end/40561 diff --git a/gcc/testsuite/gfortran.dg/coarray_12.f90 b/gcc/testsuite/gfortran.dg/coarray_12.f90 index 776c819954d..c1b7342129d 100644 --- a/gcc/testsuite/gfortran.dg/coarray_12.f90 +++ b/gcc/testsuite/gfortran.dg/coarray_12.f90 @@ -46,9 +46,9 @@ end subroutine testAlloc5 ! { dg-final { scan-tree-dump-times "a.dim.0..lbound = 1;" 1 "original" } } -! { dg-final { scan-tree-dump-times "a.dim.0..ubound = .* nn;" 1 "original" } } +! { dg-final { scan-tree-dump-times "a.dim.0..ubound = .*nn;" 1 "original" } } ! { dg-final { scan-tree-dump-times "a.dim.1..lbound = 1;" 1 "original" } } -! { dg-final { scan-tree-dump-times "a.dim.1..ubound = .* mm;" 1 "original" } } +! { dg-final { scan-tree-dump-times "a.dim.1..ubound = .*mm;" 1 "original" } } ! { dg-final { scan-tree-dump-times "a.dim.2..lbound = 1;" 1 "original" } } ! { dg-final { scan-tree-dump-times "a.dim.2..ubound" 0 "original" } } |

