diff options
author | Jack Howarth <howarth@bromo.med.uc.edu> | 2007-12-17 19:30:08 +0000 |
---|---|---|
committer | Janis Johnson <janis@gcc.gnu.org> | 2007-12-17 19:30:08 +0000 |
commit | ae8d887945e262935409342c08c21ac87a4d24c4 (patch) | |
tree | 5540bd6983f35bb1b1e199a0be931939b0e96279 /libgomp | |
parent | 9bdf23b29263533056ef27fcb4957f6a18405aec (diff) | |
download | gcc-ae8d887945e262935409342c08c21ac87a4d24c4.tar.gz |
re PR target/32765 (Testsuite failures due to undefined symbol ___emutls_get_address)
2007-12-17 Jack Howarth <howarth@bromo.med.uc.edu>
PR target/32765
* testsuite/libgomp.fortran/crayptr2.f90: Move dg-options for darwin.
From-SVN: r131012
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/ChangeLog | 5 | ||||
-rw-r--r-- | libgomp/testsuite/libgomp.fortran/crayptr2.f90 | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 7d3ef12a719..49b6c549477 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,8 @@ +2007-12-17 Jack Howarth <howarth@bromo.med.uc.edu> + + PR target/32765 + * testsuite/libgomp.fortran/crayptr2.f90: Move dg-options for darwin. + 2007-12-04 Jakub Jelinek <jakub@redhat.com> * omp.h.in (__GOMP_NOTHROW): Define. Use it on omp_* prototypes. 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 |