crayptr2.f90: Remove forced static linkage for darwin...
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. From-SVN: r155409
This commit is contained in:
parent
1d32a77299
commit
e19977d379
@ -1,3 +1,9 @@
|
||||
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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user