aboutsummaryrefslogtreecommitdiff
path: root/libgomp/testsuite/libgomp.fortran
diff options
context:
space:
mode:
authorUros Bizjak <ubizjak@gmail.com>2014-11-19 11:30:29 +0100
committerUros Bizjak <uros@gcc.gnu.org>2014-11-19 11:30:29 +0100
commit4a19f719d621dc98a7983964a6b76e9d653479a8 (patch)
tree778f95fc2dbe6eb8242f00fc67bf5dc02e5035e4 /libgomp/testsuite/libgomp.fortran
parent2865f32a961fb86ea0d20e5fabd6bbe5b477864f (diff)
downloadgcc-4a19f719d621dc98a7983964a6b76e9d653479a8.zip
gcc-4a19f719d621dc98a7983964a6b76e9d653479a8.tar.gz
gcc-4a19f719d621dc98a7983964a6b76e9d653479a8.tar.bz2
e.53.5.c: Require vect_simd_clones effective target.
* testsuite/libgomp.c/examples-4/e.53.5.c: Require vect_simd_clones effective target. * testsuite/libgomp.fortran/examples-4/e.53.5.f90: Ditto. From-SVN: r217760
Diffstat (limited to 'libgomp/testsuite/libgomp.fortran')
-rw-r--r--libgomp/testsuite/libgomp.fortran/examples-4/e.53.5.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/testsuite/libgomp.fortran/examples-4/e.53.5.f90 b/libgomp/testsuite/libgomp.fortran/examples-4/e.53.5.f90
index 304c9fb..06eae0a 100644
--- a/libgomp/testsuite/libgomp.fortran/examples-4/e.53.5.f90
+++ b/libgomp/testsuite/libgomp.fortran/examples-4/e.53.5.f90
@@ -1,4 +1,4 @@
-! { dg-do run }
+! { dg-do run { target vect_simd_clones } }
! { dg-options "-O2" }
! { dg-additional-options "-msse2" { target sse2_runtime } }
! { dg-additional-options "-mavx" { target avx_runtime } }