pr66702-1.C: Require vect_simd_clones effective target.
authorUros Bizjak <ubizjak@gmail.com>
Thu, 2 Jul 2015 08:17:20 +0000 (10:17 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Thu, 2 Jul 2015 08:17:20 +0000 (10:17 +0200)
* testsuite/libgomp.c++/pr66702-1.C: Require
vect_simd_clones effective target.
* testsuite/libgomp.c++/pr66702-2.C: Ditto.

From-SVN: r225301

libgomp/ChangeLog
libgomp/testsuite/libgomp.c++/pr66702-1.C
libgomp/testsuite/libgomp.c++/pr66702-2.C

index 4e4fcc3..e3aed4c 100644 (file)
@@ -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
index 1577256..4d54259 100644 (file)
@@ -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 } }
index 7de3de0..73298d8 100644 (file)
@@ -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 } }