Commit dd2dae94 by Richard Sandiford Committed by Richard Sandiford

XFAIL loop_versioning_6.f90 for ! lp64

2019-12-03  Richard Sandiford  <richard.sandiford@arm.com>

gcc/testsuite/
	* gfortran.dg/loop_versioning_6.f90: XFAIL the scans for ! lp64.

From-SVN: r278928
parent 64c8ebc7
2019-12-03 Richard Sandiford <richard.sandiford@arm.com>
* gfortran.dg/loop_versioning_6.f90: XFAIL the scans for ! lp64.
2019-12-03 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/92734
......
......@@ -89,7 +89,5 @@ subroutine f9(x, limit, step)
end do
end subroutine f9
! { dg-final { scan-tree-dump-times {want to version containing loop} 9 "lversion" { target lp64 } } }
! { dg-final { scan-tree-dump-times {versioned this loop} 9 "lversion" { target lp64 } } }
! { dg-final { scan-tree-dump-times {want to version containing loop} 8 "lversion" { target { ! lp64 } } } }
! { dg-final { scan-tree-dump-times {versioned this loop} 8 "lversion" { target { ! lp64 } } } }
! { dg-final { scan-tree-dump-times {want to version containing loop} 9 "lversion" { xfail { ! lp64 } } } }
! { dg-final { scan-tree-dump-times {versioned this loop} 9 "lversion" { xfail { ! lp64 } } } }
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