diff options
author | janis <janis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-12-22 22:16:02 +0000 |
---|---|---|
committer | janis <janis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-12-22 22:16:02 +0000 |
commit | ca2e0e1f901bdf773dcb15ae833894807e038201 (patch) | |
tree | 00c84282985fa20c9f2c0b874ee4fd7ce6c8066d /libgomp | |
parent | 145d8b5fe5ef4be95a1b4f4bbeb96f24858d4515 (diff) | |
download | gcc-ca2e0e1f901bdf773dcb15ae833894807e038201.tar.gz |
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/ChangeLog | 6 | ||||
-rw-r--r-- | libgomp/testsuite/libgomp.fortran/crayptr2.f90 | 2 | ||||
-rw-r--r-- | libgomp/testsuite/libgomp.fortran/pr32550.f90 | 2 |
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 |