diff options
author | janis <janis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-12-17 19:30:08 +0000 |
---|---|---|
committer | janis <janis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-12-17 19:30:08 +0000 |
commit | a3e43c56c57467089807d66d3fbb27c4abef1493 (patch) | |
tree | 5540bd6983f35bb1b1e199a0be931939b0e96279 /libgomp/testsuite | |
parent | 427c723a982e75efdb5bc10e688fea1172b1af82 (diff) | |
download | gcc-a3e43c56c57467089807d66d3fbb27c4abef1493.tar.gz |
2007-12-17 Jack Howarth <howarth@bromo.med.uc.edu>
PR target/32765
* testsuite/libgomp.fortran/crayptr2.f90: Move dg-options for darwin.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131012 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/testsuite')
-rw-r--r-- | libgomp/testsuite/libgomp.fortran/crayptr2.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/testsuite/libgomp.fortran/crayptr2.f90 b/libgomp/testsuite/libgomp.fortran/crayptr2.f90 index 2e95b7a4f9b..d174d0366dc 100644 --- a/libgomp/testsuite/libgomp.fortran/crayptr2.f90 +++ b/libgomp/testsuite/libgomp.fortran/crayptr2.f90 @@ -1,6 +1,6 @@ ! { dg-do run } -! { dg-options "-fopenmp -fcray-pointer -static-libgcc" { target *-*-darwin* } } ! { dg-options "-fopenmp -fcray-pointer" } +! { dg-options "-fopenmp -fcray-pointer -static-libgcc" { target *-*-darwin* } } use omp_lib integer :: a, b, c, d, p |