Commit e19977d3 by Iain Sandoe Committed by Janis Johnson

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
parent 1d32a772
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.
......
! { 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
......
! 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment