From 1ab456ae3cd7c4be90748e75580cd1733d11d38b Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Fri, 17 Apr 2009 10:41:53 +0000 Subject: * gfortran.dg/vect/pr39318.f90: Guard with "target fopenmp". From-SVN: r146245 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gfortran.dg/vect/pr39318.f90 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'gcc') 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) -- cgit v1.1