Commit 470301c5 by Richard Guenther Committed by Richard Biener

re PR testsuite/45266 (FAIL: gfortran.dg/array_memcpy_3.f90)

2010-08-17  Richard Guenther  <rguenther@suse.de>

	PR testsuite/45266
	* gfortran.dg/array_memcpy_3.f90: Adjust pattern.

From-SVN: r163297
parent 51f4ec66
2010-08-17 Richard Guenther <rguenther@suse.de>
PR testsuite/45266
* gfortran.dg/array_memcpy_3.f90: Adjust pattern.
2010-08-17 Shujing Zhao <pearly.zhao@oracle.com>
PR c/40563
......
......@@ -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.*ref-all" 2 "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