aboutsummaryrefslogtreecommitdiff
path: root/libgomp
diff options
context:
space:
mode:
authorJack Howarth <howarth@bromo.med.uc.edu>2007-08-15 13:11:40 +0000
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>2007-08-15 13:11:40 +0000
commit6da1739222e54ef2c012004c22e326f9d15740e9 (patch)
treead62c1d72660da4f1eab2bcbc8efb1cfe23b84b5 /libgomp
parent049e4fb094d3639d4ef65959e98d143ae44a57ae (diff)
downloadgcc-6da1739222e54ef2c012004c22e326f9d15740e9.zip
gcc-6da1739222e54ef2c012004c22e326f9d15740e9.tar.gz
gcc-6da1739222e54ef2c012004c22e326f9d15740e9.tar.bz2
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/ChangeLog6
-rw-r--r--libgomp/testsuite/libgomp.fortran/crayptr2.f901
-rw-r--r--libgomp/testsuite/libgomp.fortran/pr32550.f901
3 files changed, 8 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 20be557..30959da 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 f8fce6b..2e95b7a 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 907a768..3a49dcf 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