aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUros Bizjak <ubizjak@gmail.com>2015-07-02 10:17:20 +0200
committerUros Bizjak <uros@gcc.gnu.org>2015-07-02 10:17:20 +0200
commitf70360e7b3c0e9cbf8415ac1a3ae02d16a34d482 (patch)
treec524d0829be6ac4f452eba43ae084062bdd39ebc
parenta003896684c5b8269eed6b472c2b35fe238294bc (diff)
downloadgcc-f70360e7b3c0e9cbf8415ac1a3ae02d16a34d482.zip
gcc-f70360e7b3c0e9cbf8415ac1a3ae02d16a34d482.tar.gz
gcc-f70360e7b3c0e9cbf8415ac1a3ae02d16a34d482.tar.bz2
pr66702-1.C: Require vect_simd_clones effective target.
* testsuite/libgomp.c++/pr66702-1.C: Require vect_simd_clones effective target. * testsuite/libgomp.c++/pr66702-2.C: Ditto. From-SVN: r225301
-rw-r--r--libgomp/ChangeLog6
-rw-r--r--libgomp/testsuite/libgomp.c++/pr66702-1.C1
-rw-r--r--libgomp/testsuite/libgomp.c++/pr66702-2.C1
3 files changed, 8 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 4e4fcc3..e3aed4c 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,9 @@
+2015-07-02 Uros Bizjak <ubizjak@gmail.com>
+
+ * testsuite/libgomp.c++/pr66702-1.C: Require
+ vect_simd_clones effective target.
+ * testsuite/libgomp.c++/pr66702-2.C: Ditto.
+
2015-06-30 Tom de Vries <tom@codesourcery.com>
* testsuite/libgomp.oacc-c++/c++.exp: Set DEFAULT_CFLAGS to -O2 if not
diff --git a/libgomp/testsuite/libgomp.c++/pr66702-1.C b/libgomp/testsuite/libgomp.c++/pr66702-1.C
index 1577256..4d54259 100644
--- a/libgomp/testsuite/libgomp.c++/pr66702-1.C
+++ b/libgomp/testsuite/libgomp.c++/pr66702-1.C
@@ -1,4 +1,5 @@
// PR middle-end/66702
+// { 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.c++/pr66702-2.C b/libgomp/testsuite/libgomp.c++/pr66702-2.C
index 7de3de0..73298d8 100644
--- a/libgomp/testsuite/libgomp.c++/pr66702-2.C
+++ b/libgomp/testsuite/libgomp.c++/pr66702-2.C
@@ -1,4 +1,5 @@
// PR middle-end/66702
+// { dg-do run { target vect_simd_clones } }
// { dg-options "-O2" }
// { dg-additional-options "-msse2" { target sse2_runtime } }
// { dg-additional-options "-mavx" { target avx_runtime } }