]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR testsuite/45266 (FAIL: gfortran.dg/array_memcpy_3.f90)
authorRichard Guenther <rguenther@suse.de>
Tue, 17 Aug 2010 09:47:44 +0000 (09:47 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 17 Aug 2010 09:47:44 +0000 (09:47 +0000)
2010-08-17  Richard Guenther  <rguenther@suse.de>

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

From-SVN: r163297

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/array_memcpy_3.f90

index b312e3b5a5b55a5a57c79db66203dc1238d5ffec..0b327556aff0f75dd1a2261512707c3b15b2f9f2 100644 (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
index 78097308030300d4622286940219c58bc1f2ecfa..e61b2f34af03d238cadbbcba00cd1051b08eeffd 100644 (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" } }