This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgomp/64840] FAIL: libgomp.oacc-c/../libgomp.oacc-c-c++-common/abort-2.c -DACC_DEVICE_TYPE_host_nonshm=1 -DACC_MEM_SHARED=0 execution test
- From: "dave.anglin at bell dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 28 Jan 2015 16:51:02 +0000
- Subject: [Bug libgomp/64840] FAIL: libgomp.oacc-c/../libgomp.oacc-c-c++-common/abort-2.c -DACC_DEVICE_TYPE_host_nonshm=1 -DACC_MEM_SHARED=0 execution test
- Auto-submitted: auto-generated
- References: <bug-64840-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64840
--- Comment #6 from dave.anglin at bell dot net ---
On 2015-01-28 11:22 AM, howarth at bromo dot med.uc.edu wrote:
> ps I assume it will be sufficient to match libgomp-plugin-host_nonshm.sl.1 as
> it is unclear why hpux automatically appends .0 to the so version to also
> create libgomp-plugin-host_nonshm.sl.1.0.
libgomp-plugin-host_nonshm.sl.1.0 is the created library.
libgomp-plugin-host_nonshm.sl
and libgomp-plugin-host_nonshm.sl.1 are links for versioning. The two
levels are convention
and generated by libtool.
Dave