summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>2014-11-19 10:30:29 +0000
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>2014-11-19 10:30:29 +0000
commit82e62318caf5927f83bdaaa3205c9f27641a26ea (patch)
tree778f95fc2dbe6eb8242f00fc67bf5dc02e5035e4
parentdddeeb5e2b9ad8c024ebca253ca16e0636b1a22f (diff)
downloadgcc-82e62318caf5927f83bdaaa3205c9f27641a26ea.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@217760 138bc75d-0d04-0410-961f-82ee72b054a4
-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 737cd2476b6..5e6d3bf29ea 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 3bcd753dbbb..2b16dbed6b2 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 304c9fb2ada..06eae0a6992 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 } }