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
This commit is contained in:
Richard Sandiford 2019-12-03 10:11:58 +00:00 committed by Richard Sandiford
parent 64c8ebc7b2
commit dd2dae9438
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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 } } } }