Re: [PATCH] fix libgomp.c++/pr24455.C failures on darwin

2012-11-07 Thread David Edelsohn
AIX has the exact same problem. Thanks for tracking down the solution on Darwin. I applied the equivalent testsuite option for AIX. Thanks, David * testsuite/libgomp.c++/pr24455.C: Use -Wl,-G on AIX. --- a/libgomp/testsuite/libgomp.c++/pr24455.C 2012-06-18 17:57:13.0 -0400

Re: [PATCH] fix libgomp.c++/pr24455.C failures on darwin

2012-11-05 Thread Mike Stump
On Nov 5, 2012, at 12:40 PM, Jack Howarth wrote: > These can be fixed for darwin by passing -Wl,-undefined,dynamic_lookup on > dg-options as has been > recommended by the darwin linker maintainer. > Okay for gcc trunk? Ok.

[PATCH] fix libgomp.c++/pr24455.C failures on darwin

2012-11-05 Thread Jack Howarth
Currently the following testcases are failing on x86_64-apple-darwin11/12... FAIL: libgomp.c++/pr24455.C -O0 (test for excess errors) WARNING: libgomp.c++/pr24455.C -O0 compilation failed to produce executable FAIL: libgomp.c++/pr24455.C -O1 (test for excess errors) WARNING: libgomp.c++/pr24