re PR testsuite/45545 (FAIL: gfortran.dg/array_memcpy_3.f90)
PR testsuite/45545 * gfortran.dg/array_memcpy_3.f90: Correct pattern for ref-all-matching targets. From-SVN: r163878
This commit is contained in:
parent
f38fb2c44b
commit
226b53d2c1
@ -1,3 +1,9 @@
|
|||||||
|
2010-09-05 Hans-Peter Nilsson <hp@axis.com>
|
||||||
|
|
||||||
|
PR testsuite/45545
|
||||||
|
* gfortran.dg/array_memcpy_3.f90: Correct pattern for
|
||||||
|
ref-all-matching targets.
|
||||||
|
|
||||||
2010-09-05 Richard Guenther <rguenther@suse.de>
|
2010-09-05 Richard Guenther <rguenther@suse.de>
|
||||||
|
|
||||||
PR tree-optimization/45535
|
PR tree-optimization/45535
|
||||||
|
@ -11,5 +11,5 @@ subroutine bar(x)
|
|||||||
x = (/ 3, 1, 4, 1 /)
|
x = (/ 3, 1, 4, 1 /)
|
||||||
end subroutine
|
end subroutine
|
||||||
|
|
||||||
! { dg-final { scan-tree-dump-times "memcpy|ref-all.*ref-all" 2 "original" } }
|
! { dg-final { scan-tree-dump-times "memcpy|ref-all\[^\\n\]*ref-all" 2 "original" } }
|
||||||
! { dg-final { cleanup-tree-dump "original" } }
|
! { dg-final { cleanup-tree-dump "original" } }
|
||||||
|
Loading…
Reference in New Issue
Block a user