Mike, Thanks for the commit. There is one other issue that I have been pondering about filing a PR. In fink and MacPorts, FSF gcc is built and packaged using either...
--prefix=/sw/lib/gcc5.0 or --libdir=/opt/local/lib/gcc5 such that the libraries for each gcc release are buried. While this doesn't present an issue in running the libgomp test suite when -DACC_DEVICE_TYPE_host_nonshm=1 is used, end-users will have to explicitly set DYLD_LIBRARY_PATH to contain /sw/lib/gcc5.0/lib or /opt/local/lib/gcc5 for such executables to find the libgomp-plugin-host_nonshm shared library. I realize this is a corner case, but shouldn't libgomp/target.c contain a hard-coded path from the build for the location of the installed gcc libraries and make an initial attempt to open it from that location before attempting a second time without an explicit path? Any thoughts? Jack On Wed, Jan 28, 2015 at 4:22 PM, Mike Stump <mikest...@comcast.net> wrote: > On Jan 28, 2015, at 1:03 PM, Jakub Jelinek <ja...@redhat.com> wrote: >> Please add >> PR libgomp/64635 >> to the ChangeLog entry. >> Ok with that change. > > Committed revision 220218.