From 82e62318caf5927f83bdaaa3205c9f27641a26ea Mon Sep 17 00:00:00 2001 From: uros Date: Wed, 19 Nov 2014 10:30:29 +0000 Subject: [PATCH] * 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 --- libgomp/ChangeLog | 6 ++++++ libgomp/testsuite/libgomp.c/examples-4/e.53.5.c | 2 +- libgomp/testsuite/libgomp.fortran/examples-4/e.53.5.f90 | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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 } } -- 2.11.4.GIT