From f70360e7b3c0e9cbf8415ac1a3ae02d16a34d482 Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Thu, 2 Jul 2015 10:17:20 +0200 Subject: [PATCH] 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 --- libgomp/ChangeLog | 6 ++++++ libgomp/testsuite/libgomp.c++/pr66702-1.C | 1 + libgomp/testsuite/libgomp.c++/pr66702-2.C | 1 + 3 files changed, 8 insertions(+) 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 + + * 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 * 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 } } -- 2.7.4