diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2010-09-05 15:04:20 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2010-09-05 15:04:20 +0000 |
commit | 226b53d2c179b8527abc1ce649fad94cc07aac71 (patch) | |
tree | d424a6538593fb67fce2985c1e24f0afc37c0f31 | |
parent | f38fb2c44b2a6333581e8a4cc314efb00ce7d18a (diff) | |
download | gcc-226b53d2c179b8527abc1ce649fad94cc07aac71.zip gcc-226b53d2c179b8527abc1ce649fad94cc07aac71.tar.gz gcc-226b53d2c179b8527abc1ce649fad94cc07aac71.tar.bz2 |
re PR testsuite/45545 (FAIL: gfortran.dg/array_memcpy_3.f90)
PR testsuite/45545
* gfortran.dg/array_memcpy_3.f90: Correct pattern for
ref-all-matching targets.
From-SVN: r163878
-rw-r--r-- | gcc/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/testsuite/gfortran.dg/array_memcpy_3.f90 | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index ff909fa..f17d795 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2010-09-05 Hans-Peter Nilsson <hp@axis.com> + + PR testsuite/45545 + * gfortran.dg/array_memcpy_3.f90: Correct pattern for + ref-all-matching targets. + 2010-09-05 Richard Guenther <rguenther@suse.de> PR tree-optimization/45535 diff --git a/gcc/testsuite/gfortran.dg/array_memcpy_3.f90 b/gcc/testsuite/gfortran.dg/array_memcpy_3.f90 index e61b2f3..0c4964d 100644 --- a/gcc/testsuite/gfortran.dg/array_memcpy_3.f90 +++ b/gcc/testsuite/gfortran.dg/array_memcpy_3.f90 @@ -11,5 +11,5 @@ subroutine bar(x) x = (/ 3, 1, 4, 1 /) end subroutine -! { dg-final { scan-tree-dump-times "memcpy|ref-all.*ref-all" 2 "original" } } +! { dg-final { scan-tree-dump-times "memcpy|ref-all\[^\\n\]*ref-all" 2 "original" } } ! { dg-final { cleanup-tree-dump "original" } } |