Commit 226b53d2 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

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
parent f38fb2c4
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> 2010-09-05 Richard Guenther <rguenther@suse.de>
PR tree-optimization/45535 PR tree-optimization/45535
......
...@@ -11,5 +11,5 @@ subroutine bar(x) ...@@ -11,5 +11,5 @@ subroutine bar(x)
x = (/ 3, 1, 4, 1 /) x = (/ 3, 1, 4, 1 /)
end subroutine 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" } } ! { dg-final { cleanup-tree-dump "original" } }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment