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
This commit is contained in:
Richard Guenther 2010-08-17 09:47:44 +00:00 committed by Richard Biener
parent 51f4ec6669
commit 470301c5f6
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

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.*ref-all" 2 "original" } }
! { dg-final { cleanup-tree-dump "original" } }