diff mbox

[libgomp] : Require target vect_simd_clones for testsuite/libgomp.c++/pr66702-?.C

Message ID CAFULd4Y=EP-Rbn7xSqgjrk0zn9NzoNPCzdhkA_WUZoDsoCNg4Q@mail.gmail.com
State New
Headers show

Commit Message

Uros Bizjak July 2, 2015, 8:20 a.m. UTC
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.

Tested on x86_64-linux-gnu (CentOS 5.11), committed to mainline SVN.

Uros.
diff mbox

Patch

Index: testsuite/libgomp.c++/pr66702-1.C
===================================================================
--- testsuite/libgomp.c++/pr66702-1.C   (revision 225240)
+++ testsuite/libgomp.c++/pr66702-1.C   (working copy)
@@ -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: testsuite/libgomp.c++/pr66702-2.C
===================================================================
--- testsuite/libgomp.c++/pr66702-2.C   (revision 225240)
+++ testsuite/libgomp.c++/pr66702-2.C   (working copy)
@@ -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 } }