aboutsummaryrefslogtreecommitdiff
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
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
-rw-r--r--libgomp/ChangeLog6
-rw-r--r--libgomp/testsuite/libgomp.c/examples-4/e.53.5.c2
-rw-r--r--libgomp/testsuite/libgomp.fortran/examples-4/e.53.5.f902
3 files changed, 8 insertions, 2 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 737cd24..5e6d3bf 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,9 @@
+2014-11-19 Uros Bizjak <ubizjak@gmail.com>
+
+ * 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.
+
2014-11-14 Jakub Jelinek <jakub@redhat.com>
* libgomp.c/examples-4/e.54.2.c (main): Use N / 8 instead
diff --git a/libgomp/testsuite/libgomp.c/examples-4/e.53.5.c b/libgomp/testsuite/libgomp.c/examples-4/e.53.5.c
index 3bcd753..2b16dbe 100644
--- a/libgomp/testsuite/libgomp.c/examples-4/e.53.5.c
+++ b/libgomp/testsuite/libgomp.c/examples-4/e.53.5.c
@@ -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 } } */
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 } }