From: uros Date: Thu, 2 Jul 2015 08:17:20 +0000 (+0000) Subject: * testsuite/libgomp.c++/pr66702-1.C: Require X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=959a496cc1029c6a80d1f3df83665abcbf86e2c6;p=thirdparty%2Fgcc.git * testsuite/libgomp.c++/pr66702-1.C: Require vect_simd_clones effective target. * testsuite/libgomp.c++/pr66702-2.C: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225301 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 4e4fcc32e8e5..e3aed4ca0ab0 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 15772561b1a1..4d542599b34a 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 7de3de010a7e..73298d85f005 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 } }