From: uros Date: Wed, 19 Nov 2014 10:30:29 +0000 (+0000) Subject: * testsuite/libgomp.c/examples-4/e.53.5.c: Require X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82e62318caf5927f83bdaaa3205c9f27641a26ea;p=thirdparty%2Fgcc.git * testsuite/libgomp.c/examples-4/e.53.5.c: Require vect_simd_clones effective target. * testsuite/libgomp.fortran/examples-4/e.53.5.f90: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@217760 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 737cd2476b63..5e6d3bf29ea0 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,9 @@ +2014-11-19 Uros Bizjak + + * testsuite/libgomp.c/examples-4/e.53.5.c: Require + vect_simd_clones effective target. + * testsuite/libgomp.fortran/examples-4/e.53.5.f90: Ditto. + 2014-11-14 Jakub Jelinek * libgomp.c/examples-4/e.54.2.c (main): Use N / 8 instead diff --git a/libgomp/testsuite/libgomp.c/examples-4/e.53.5.c b/libgomp/testsuite/libgomp.c/examples-4/e.53.5.c index 3bcd753dbbb1..2b16dbed6b27 100644 --- a/libgomp/testsuite/libgomp.c/examples-4/e.53.5.c +++ b/libgomp/testsuite/libgomp.c/examples-4/e.53.5.c @@ -1,4 +1,4 @@ -/* { dg-do run } */ +/* { 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.fortran/examples-4/e.53.5.f90 b/libgomp/testsuite/libgomp.fortran/examples-4/e.53.5.f90 index 304c9fb2ada1..06eae0a6992e 100644 --- a/libgomp/testsuite/libgomp.fortran/examples-4/e.53.5.f90 +++ b/libgomp/testsuite/libgomp.fortran/examples-4/e.53.5.f90 @@ -1,4 +1,4 @@ -! { dg-do run } +! { dg-do run { target vect_simd_clones } } ! { dg-options "-O2" } ! { dg-additional-options "-msse2" { target sse2_runtime } } ! { dg-additional-options "-mavx" { target avx_runtime } }