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
This commit is contained in:
Hans-Peter Nilsson 2010-09-05 15:04:20 +00:00 committed by Hans-Peter Nilsson
parent f38fb2c44b
commit 226b53d2c1
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

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