OSDN Git Service

2009-12-22 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 22 Dec 2009 22:16:02 +0000 (22:16 +0000)
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 22 Dec 2009 22:16:02 +0000 (22:16 +0000)
* 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

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

index 6644d9d..8023bed 100644 (file)
@@ -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.
index d174d03..4ad7cf2 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 3a49dcf..2c95cc6 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