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:
parent
51f4ec6669
commit
470301c5f6
@ -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
|
||||
|
@ -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" } }
|
||||
|
Loading…
x
Reference in New Issue
Block a user