summaryrefslogtreecommitdiffstats
path: root/libgomp
diff options
context:
space:
mode:
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>2009-12-22 22:16:02 +0000
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>2009-12-22 22:16:02 +0000
commitca2e0e1f901bdf773dcb15ae833894807e038201 (patch)
tree00c84282985fa20c9f2c0b874ee4fd7ce6c8066d /libgomp
parent145d8b5fe5ef4be95a1b4f4bbeb96f24858d4515 (diff)
downloadppe42-gcc-ca2e0e1f901bdf773dcb15ae833894807e038201.tar.gz
ppe42-gcc-ca2e0e1f901bdf773dcb15ae833894807e038201.zip
2009-12-22 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
* testsuite/libgomp.fortran/crayptr2.f90: Remove forced static linkage for darwin, protect the test with require-effective-target tls_runtime. * testsuite/libgomp.fortran/pr32550.f90: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155409 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp')
-rw-r--r--libgomp/ChangeLog6
-rw-r--r--libgomp/testsuite/libgomp.fortran/crayptr2.f902
-rw-r--r--libgomp/testsuite/libgomp.fortran/pr32550.f902
3 files changed, 8 insertions, 2 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 6644d9d2528..8023beddfdc 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,5 +1,11 @@
2009-12-22 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
+ * testsuite/libgomp.fortran/crayptr2.f90: Remove forced static linkage
+ for darwin, protect the test with require-effective-target tls_runtime.
+ * testsuite/libgomp.fortran/pr32550.f90: Ditto.
+
+2009-12-22 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
+
PR target/41605
* testsuite/lib/libgomp.exp: Provide -B options to allow for
link spec %s substitutions for static libraries.
diff --git a/libgomp/testsuite/libgomp.fortran/crayptr2.f90 b/libgomp/testsuite/libgomp.fortran/crayptr2.f90
index d174d0366dc..4ad7cf228b6 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" }
-! { dg-options "-fopenmp -fcray-pointer -static-libgcc" { target *-*-darwin* } }
+! { dg-require-effective-target tls_runtime }
use omp_lib
integer :: a, b, c, d, p
diff --git a/libgomp/testsuite/libgomp.fortran/pr32550.f90 b/libgomp/testsuite/libgomp.fortran/pr32550.f90
index 3a49dcf0a18..2c95cc6e05e 100644
--- a/libgomp/testsuite/libgomp.fortran/pr32550.f90
+++ b/libgomp/testsuite/libgomp.fortran/pr32550.f90
@@ -1,6 +1,6 @@
! PR fortran/32550
! { dg-do run }
-! { dg-options "-static-libgcc" { target *-*-darwin* } }
+! { dg-require-effective-target tls_runtime }
integer, pointer, save :: ptr
integer, target :: targ
OpenPOWER on IntegriCloud