mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-24 03:14:08 +08:00
re PR target/32765 (Testsuite failures due to undefined symbol ___emutls_get_address)
2007-12-17 Jack Howarth <howarth@bromo.med.uc.edu> PR target/32765 * testsuite/libgomp.fortran/crayptr2.f90: Move dg-options for darwin. From-SVN: r131012
This commit is contained in:
parent
9bdf23b292
commit
ae8d887945
@ -1,3 +1,8 @@
|
||||
2007-12-17 Jack Howarth <howarth@bromo.med.uc.edu>
|
||||
|
||||
PR target/32765
|
||||
* testsuite/libgomp.fortran/crayptr2.f90: Move dg-options for darwin.
|
||||
|
||||
2007-12-04 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* omp.h.in (__GOMP_NOTHROW): Define. Use it on omp_* prototypes.
|
||||
|
@ -1,6 +1,6 @@
|
||||
! { dg-do run }
|
||||
! { dg-options "-fopenmp -fcray-pointer -static-libgcc" { target *-*-darwin* } }
|
||||
! { dg-options "-fopenmp -fcray-pointer" }
|
||||
! { dg-options "-fopenmp -fcray-pointer -static-libgcc" { target *-*-darwin* } }
|
||||
|
||||
use omp_lib
|
||||
integer :: a, b, c, d, p
|
||||
|
Loading…
Reference in New Issue
Block a user