mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-11 07:44:33 +08:00
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:
parent
049e4fb094
commit
6da1739222
@ -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
|
||||
|
@ -1,4 +1,5 @@
|
||||
! { dg-do run }
|
||||
! { dg-options "-fopenmp -fcray-pointer -static-libgcc" { target *-*-darwin* } }
|
||||
! { dg-options "-fopenmp -fcray-pointer" }
|
||||
|
||||
use omp_lib
|
||||
|
@ -1,5 +1,6 @@
|
||||
! PR fortran/32550
|
||||
! { dg-do run }
|
||||
! { dg-options "-static-libgcc" { target *-*-darwin* } }
|
||||
|
||||
integer, pointer, save :: ptr
|
||||
integer, target :: targ
|
||||
|
Loading…
Reference in New Issue
Block a user