From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27275 invoked by alias); 28 Jan 2015 16:51:12 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 27099 invoked by uid 55); 28 Jan 2015 16:51:05 -0000 From: "dave.anglin at bell dot net" To: gcc-bugs@gcc.gnu.org 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 Date: Wed, 28 Jan 2015 16:51:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libgomp X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dave.anglin at bell dot net X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-01/txt/msg03272.txt.bz2 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