From: Uros Bizjak Date: Thu, 2 Jul 2015 08:17:20 +0000 (+0200) Subject: pr66702-1.C: Require vect_simd_clones effective target. X-Git-Tag: upstream/12.2.0~53800 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f70360e7b3c0e9cbf8415ac1a3ae02d16a34d482;p=platform%2Fupstream%2Fgcc.git 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 --- 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 } }