From: Richard Guenther Date: Tue, 17 Aug 2010 09:47:44 +0000 (+0000) Subject: re PR testsuite/45266 (FAIL: gfortran.dg/array_memcpy_3.f90) X-Git-Tag: releases/gcc-4.6.0~4975 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=470301c5f68b2ddd65b2a52cf49515c6c7adfd74;p=thirdparty%2Fgcc.git re PR testsuite/45266 (FAIL: gfortran.dg/array_memcpy_3.f90) 2010-08-17 Richard Guenther PR testsuite/45266 * gfortran.dg/array_memcpy_3.f90: Adjust pattern. From-SVN: r163297 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b312e3b5a5b5..0b327556aff0 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2010-08-17 Richard Guenther + + PR testsuite/45266 + * gfortran.dg/array_memcpy_3.f90: Adjust pattern. + 2010-08-17 Shujing Zhao PR c/40563 diff --git a/gcc/testsuite/gfortran.dg/array_memcpy_3.f90 b/gcc/testsuite/gfortran.dg/array_memcpy_3.f90 index 780973080303..e61b2f34af03 100644 --- a/gcc/testsuite/gfortran.dg/array_memcpy_3.f90 +++ b/gcc/testsuite/gfortran.dg/array_memcpy_3.f90 @@ -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" } }