From ae8d887945e262935409342c08c21ac87a4d24c4 Mon Sep 17 00:00:00 2001 From: Jack Howarth Date: Mon, 17 Dec 2007 19:30:08 +0000 Subject: [PATCH] re PR target/32765 (Testsuite failures due to undefined symbol ___emutls_get_address) 2007-12-17 Jack Howarth PR target/32765 * testsuite/libgomp.fortran/crayptr2.f90: Move dg-options for darwin. From-SVN: r131012 --- libgomp/ChangeLog | 5 +++++ libgomp/testsuite/libgomp.fortran/crayptr2.f90 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 7d3ef12..49b6c54 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,8 @@ +2007-12-17 Jack Howarth + + PR target/32765 + * testsuite/libgomp.fortran/crayptr2.f90: Move dg-options for darwin. + 2007-12-04 Jakub Jelinek * omp.h.in (__GOMP_NOTHROW): Define. Use it on omp_* prototypes. diff --git a/libgomp/testsuite/libgomp.fortran/crayptr2.f90 b/libgomp/testsuite/libgomp.fortran/crayptr2.f90 index 2e95b7a..d174d03 100644 --- a/libgomp/testsuite/libgomp.fortran/crayptr2.f90 +++ b/libgomp/testsuite/libgomp.fortran/crayptr2.f90 @@ -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 -- 2.7.4