diff options
author | Jack Howarth <howarth@bromo.med.uc.edu> | 2007-08-15 13:11:40 +0000 |
---|---|---|
committer | François-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2007-08-15 13:11:40 +0000 |
commit | 6da1739222e54ef2c012004c22e326f9d15740e9 (patch) | |
tree | ad62c1d72660da4f1eab2bcbc8efb1cfe23b84b5 /libgomp | |
parent | 049e4fb094d3639d4ef65959e98d143ae44a57ae (diff) | |
download | gcc-6da1739222e54ef2c012004c22e326f9d15740e9.tar.gz |
re PR target/32765 (Testsuite failures due to undefined symbol ___emutls_get_address)
PR target/32765
* testsuite/libgomp.fortran/pr32550.f90: Use -static-libgcc on Darwin.
* testsuite/libgomp.fortran/crayptr2.f90: Likwise.
From-SVN: r127514
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/ChangeLog | 6 | ||||
-rw-r--r-- | libgomp/testsuite/libgomp.fortran/crayptr2.f90 | 1 | ||||
-rw-r--r-- | libgomp/testsuite/libgomp.fortran/pr32550.f90 | 1 |
3 files changed, 8 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 20be557df94..30959daea23 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,9 @@ +2007-08-15 Jack Howarth <howarth@bromo.med.uc.edu> + + PR target/32765 + * testsuite/libgomp.fortran/pr32550.f90: Use -static-libgcc on Darwin. + * testsuite/libgomp.fortran/crayptr2.f90: Likwise. + 2007-07-12 Jakub Jelinek <jakub@redhat.com> PR fortran/32550 diff --git a/libgomp/testsuite/libgomp.fortran/crayptr2.f90 b/libgomp/testsuite/libgomp.fortran/crayptr2.f90 index f8fce6b4760..2e95b7a4f9b 100644 --- a/libgomp/testsuite/libgomp.fortran/crayptr2.f90 +++ b/libgomp/testsuite/libgomp.fortran/crayptr2.f90 @@ -1,4 +1,5 @@ ! { dg-do run } +! { dg-options "-fopenmp -fcray-pointer -static-libgcc" { target *-*-darwin* } } ! { dg-options "-fopenmp -fcray-pointer" } use omp_lib diff --git a/libgomp/testsuite/libgomp.fortran/pr32550.f90 b/libgomp/testsuite/libgomp.fortran/pr32550.f90 index 907a768e6d5..3a49dcf0a18 100644 --- a/libgomp/testsuite/libgomp.fortran/pr32550.f90 +++ b/libgomp/testsuite/libgomp.fortran/pr32550.f90 @@ -1,5 +1,6 @@ ! PR fortran/32550 ! { dg-do run } +! { dg-options "-static-libgcc" { target *-*-darwin* } } integer, pointer, save :: ptr integer, target :: targ |