re PR target/32765 (Testsuite failures due to undefined symbol ___emutls_get_address)

PR target/32765
	* testsuite/libgomp.fortran/pr32550.f90: Use -static-libgcc on Darwin.
	* testsuite/libgomp.fortran/crayptr2.f90: Likwise.

From-SVN: r127514
This commit is contained in:
Jack Howarth 2007-08-15 13:11:40 +00:00 committed by François-Xavier Coudert
parent 049e4fb094
commit 6da1739222
3 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2007-08-15 Jack Howarth <howarth@bromo.med.uc.edu>
PR target/32765
* testsuite/libgomp.fortran/pr32550.f90: Use -static-libgcc on Darwin.
* testsuite/libgomp.fortran/crayptr2.f90: Likwise.
2007-07-12 Jakub Jelinek <jakub@redhat.com>
PR fortran/32550

View File

@ -1,4 +1,5 @@
! { dg-do run }
! { dg-options "-fopenmp -fcray-pointer -static-libgcc" { target *-*-darwin* } }
! { dg-options "-fopenmp -fcray-pointer" }
use omp_lib

View File

@ -1,5 +1,6 @@
! PR fortran/32550
! { dg-do run }
! { dg-options "-static-libgcc" { target *-*-darwin* } }
integer, pointer, save :: ptr
integer, target :: targ