diff mbox

Fix PR45266

Message ID alpine.LNX.2.00.1008171145280.28912@zhemvz.fhfr.qr
State New
Headers show

Commit Message

Richard Biener Aug. 17, 2010, 9:46 a.m. UTC
This fixes the pattern in gfortran.dg/array_memcpy_3.f90 - thanks
Steve for figuring out a working one.

Commited.

Richard.

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

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

Patch

Index: gcc/testsuite/gfortran.dg/array_memcpy_3.f90
===================================================================
--- gcc/testsuite/gfortran.dg/array_memcpy_3.f90	(revision 163281)
+++ gcc/testsuite/gfortran.dg/array_memcpy_3.f90	(working copy)
@@ -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" } }