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:
Iain Sandoe 2009-12-22 22:16:02 +00:00 committed by Janis Johnson
parent 1d32a77299
commit e19977d379
3 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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