From: Uros Bizjak Date: Tue, 27 May 2014 09:14:53 +0000 (+0200) Subject: declare-simd-1.f90: Require vect_simd_clones effective target. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0389fbb55be247b25165580f1f1073d7d7487937;p=gcc.git declare-simd-1.f90: Require vect_simd_clones effective target. * testsuite/libgomp.fortran/declare-simd-1.f90: Require vect_simd_clones effective target. * testsuite/libgomp.fortran/declare-simd-2.f90: Ditto. From-SVN: r210961 --- diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 45daf0e6597..5eb8cc90ce3 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,9 @@ +2014-05-27 Uros Bizjak + + * testsuite/libgomp.fortran/declare-simd-1.f90: Require + vect_simd_clones effective target. + * testsuite/libgomp.fortran/declare-simd-2.f90: Ditto. + 2014-05-21 Jakub Jelinek PR middle-end/61252 diff --git a/libgomp/testsuite/libgomp.fortran/declare-simd-1.f90 b/libgomp/testsuite/libgomp.fortran/declare-simd-1.f90 index ac591814538..b141a3b3eda 100644 --- a/libgomp/testsuite/libgomp.fortran/declare-simd-1.f90 +++ b/libgomp/testsuite/libgomp.fortran/declare-simd-1.f90 @@ -1,3 +1,4 @@ +! { dg-do run { target vect_simd_clones } } ! { dg-options "-fno-inline" } ! { dg-additional-options "-msse2" { target sse2_runtime } } ! { dg-additional-options "-mavx" { target avx_runtime } } diff --git a/libgomp/testsuite/libgomp.fortran/declare-simd-2.f90 b/libgomp/testsuite/libgomp.fortran/declare-simd-2.f90 index bb287d95d67..30c63f706ef 100644 --- a/libgomp/testsuite/libgomp.fortran/declare-simd-2.f90 +++ b/libgomp/testsuite/libgomp.fortran/declare-simd-2.f90 @@ -1,6 +1,6 @@ -! { dg-do run } +! { dg-do run { target vect_simd_clones } } ! { dg-options "-fno-inline" } - ! { dg-additional-sources declare-simd-3.f90 } +! { dg-additional-sources declare-simd-3.f90 } ! { dg-additional-options "-msse2" { target sse2_runtime } } ! { dg-additional-options "-mavx" { target avx_runtime } }