From: Uros Bizjak Date: Wed, 19 Nov 2014 10:30:29 +0000 (+0100) Subject: e.53.5.c: Require vect_simd_clones effective target. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4a19f719d621dc98a7983964a6b76e9d653479a8;p=gcc.git e.53.5.c: Require vect_simd_clones effective target. * 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. From-SVN: r217760 --- diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 737cd2476b6..5e6d3bf29ea 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 3bcd753dbbb..2b16dbed6b2 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 304c9fb2ada..06eae0a6992 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 } }