Commit 825acb30 by James Greenhalgh Committed by James Greenhalgh

[Patch Testsuite] XFAIL gfortran.dg/pr45636.f90 on AArch64

gcc/testsuite/

	* gfortran.dg/pr45636.f90: XFAIL for aarch64* targets.

From-SVN: r220647
parent 118584f7
2015-02-12 James Greenhalgh <james.greenhalgh@arm.com>
* gfortran.dg/pr45636.f90: XFAIL for aarch64* targets.
2015-02-12 Jakub Jelinek <jakub@redhat.com>
PR testsuite/64930
......
......@@ -10,5 +10,7 @@ program main
b = y
call sub(a, b)
end program main
! { dg-final { scan-tree-dump-times "memset" 0 "forwprop2" { xfail { { hppa*-*-* && { ! lp64 } } || { mips*-*-* && { ! nomips16 } } } } } }
! This test will fail on targets which prefer memcpy/memset over
! move_by_pieces/store_by_pieces.
! { dg-final { scan-tree-dump-times "memset" 0 "forwprop2" { xfail { { hppa*-*-* && { ! lp64 } } || { { mips*-*-* && { ! nomips16 } } || { aarch64*-*-* } } } } } }
! { dg-final { cleanup-tree-dump "forwprop2" } }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment