declare-simd-1.f90: Require vect_simd_clones effective target.

* testsuite/libgomp.fortran/declare-simd-1.f90: Require
	vect_simd_clones effective target.
	* testsuite/libgomp.fortran/declare-simd-2.f90: Ditto.

From-SVN: r210961
This commit is contained in:
Uros Bizjak 2014-05-27 11:14:53 +02:00 committed by Uros Bizjak
parent a5024e01c1
commit 0389fbb55b
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2014-05-27 Uros Bizjak <ubizjak@gmail.com>
* testsuite/libgomp.fortran/declare-simd-1.f90: Require
vect_simd_clones effective target.
* testsuite/libgomp.fortran/declare-simd-2.f90: Ditto.
2014-05-21 Jakub Jelinek <jakub@redhat.com>
PR middle-end/61252

View File

@ -1,3 +1,4 @@
! { dg-do run { target vect_simd_clones } }
! { dg-options "-fno-inline" }
! { dg-additional-options "-msse2" { target sse2_runtime } }
! { dg-additional-options "-mavx" { target avx_runtime } }

View File

@ -1,6 +1,6 @@
! { dg-do run }
! { dg-do run { target vect_simd_clones } }
! { dg-options "-fno-inline" }
! { dg-additional-sources declare-simd-3.f90 }
! { dg-additional-sources declare-simd-3.f90 }
! { dg-additional-options "-msse2" { target sse2_runtime } }
! { dg-additional-options "-mavx" { target avx_runtime } }