From: uweigand Date: Fri, 17 Apr 2009 10:41:53 +0000 (+0000) Subject: * gfortran.dg/vect/pr39318.f90: Guard with "target fopenmp". X-Git-Tag: upstream/4.9.2~36749 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6c09213d27a383a8e7785038ec97a0bf430c33fe;p=platform%2Fupstream%2Flinaro-gcc.git * gfortran.dg/vect/pr39318.f90: Guard with "target fopenmp". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146245 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 010a373..e8185e2 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2009-04-17 Ulrich Weigand + * gfortran.dg/vect/pr39318.f90: Guard with "target fopenmp". + +2009-04-17 Ulrich Weigand + * gfortran.dg/chmod_1.f90: Disable on spu-*-* targets. * gfortran.dg/chmod_2.f90: Likewise. * gfortran.dg/chmod_3.f90: Likewise. diff --git a/gcc/testsuite/gfortran.dg/vect/pr39318.f90 b/gcc/testsuite/gfortran.dg/vect/pr39318.f90 index 9e58a17..c22e558 100644 --- a/gcc/testsuite/gfortran.dg/vect/pr39318.f90 +++ b/gcc/testsuite/gfortran.dg/vect/pr39318.f90 @@ -1,4 +1,4 @@ -! { dg-do compile } +! { dg-do compile { target fopenmp } } ! { dg-options "-c -fopenmp -fexceptions -O2 -ftree-vectorize" } subroutine adw_trajsp (F_u,i0,in,j0,jn)