mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-25 19:11:21 +08:00
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:
parent
a5024e01c1
commit
0389fbb55b
@ -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
|
||||
|
@ -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 } }
|
||||
|
@ -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 } }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user