]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
crayptr2.f90: Remove forced static linkage for darwin...
authorIain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
Tue, 22 Dec 2009 22:16:02 +0000 (22:16 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Tue, 22 Dec 2009 22:16:02 +0000 (22:16 +0000)
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

libgomp/ChangeLog
libgomp/testsuite/libgomp.fortran/crayptr2.f90
libgomp/testsuite/libgomp.fortran/pr32550.f90

index 6644d9d2528cc86d0a0529e937033ced5d5456e4..8023beddfdce30f515f891630beb692e820c420b 100644 (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
index d174d0366dc416e3ecc2e0c0e3a1c59b20c59e21..4ad7cf228b6501946627d8e33b7a94dd63eed82e 100644 (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
index 3a49dcf0a186cb0a0a9c447f758aa7687e77f263..2c95cc6e05edc7aad2151129f2684baa97c8ee62 100644 (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