public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgomp/64840] New: FAIL: libgomp.oacc-c/../libgomp.oacc-c-c++-common/abort-2.c -DACC_DEVICE_TYPE_host_nonshm=1 -DACC_MEM_SHARED=0 execution test
@ 2015-01-28 15:28 danglin at gcc dot gnu.org
  2015-01-28 15:34 ` [Bug libgomp/64840] " dominiq at lps dot ens.fr
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: danglin at gcc dot gnu.org @ 2015-01-28 15:28 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64840

            Bug ID: 64840
           Summary: FAIL:
                    libgomp.oacc-c/../libgomp.oacc-c-c++-common/abort-2.c
                    -DACC_DEVICE_TYPE_host_nonshm=1 -DACC_MEM_SHARED=0
                    execution test
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgomp
          Assignee: unassigned at gcc dot gnu.org
          Reporter: danglin at gcc dot gnu.org
                CC: jakub at gcc dot gnu.org

spawn /test/gnu/gcc/objdir/gcc/xgcc -B/test/gnu/gcc/objdir/gcc/
/test/gnu/gcc/gc
c/libgomp/testsuite/libgomp.oacc-c/../libgomp.oacc-c-c++-common/abort-2.c
-B/tes
t/gnu/gcc/objdir/hppa64-hp-hpux11.11/./libgomp/
-B/test/gnu/gcc/objdir/hppa64-hp
-hpux11.11/./libgomp/.libs -I/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/./libgomp
-I/test/gnu/gcc/gcc/libgomp/testsuite/../../include
-I/test/gnu/gcc/gcc/libgomp/
testsuite/.. -fmessage-length=0 -fno-diagnostics-show-caret
-fdiagnostics-color=
never -fopenacc -DACC_DEVICE_TYPE_host_nonshm=1 -DACC_MEM_SHARED=0 -O2
-L/test/g
nu/gcc/objdir/hppa64-hp-hpux11.11/./libgomp/.libs -lm -o ./abort-2.exe
PASS: libgomp.oacc-c/../libgomp.oacc-c-c++-common/abort-2.c
-DACC_DEVICE_TYPE_ho
st_nonshm=1 -DACC_MEM_SHARED=0 (test for excess errors)
Setting LD_LIBRARY_PATH to
.:/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/./libgomp/
.libs:/test/gnu/gcc/objdir/gcc:.:/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/./libg
omp/.libs:/test/gnu/gcc/objdir/gcc
spawn [open ...]

libgomp: while loading libgomp-plugin-host_nonshm.so.1: Unable to find library
'
libgomp-plugin-host_nonshm.so.1'.

libgomp: device type host_nonshm not supported
FAIL: libgomp.oacc-c/../libgomp.oacc-c-c++-common/abort-2.c
-DACC_DEVICE_TYPE_host_nonshm=1 -DACC_MEM_SHARED=0 execution test

There are several hundred similar fails.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [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
  2015-01-28 15:28 [Bug libgomp/64840] New: FAIL: libgomp.oacc-c/../libgomp.oacc-c-c++-common/abort-2.c -DACC_DEVICE_TYPE_host_nonshm=1 -DACC_MEM_SHARED=0 execution test danglin at gcc dot gnu.org
@ 2015-01-28 15:34 ` dominiq at lps dot ens.fr
  2015-01-28 15:35 ` howarth at bromo dot med.uc.edu
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: dominiq at lps dot ens.fr @ 2015-01-28 15:34 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64840

--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Similar to (dup of) pr64635?


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [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
  2015-01-28 15:28 [Bug libgomp/64840] New: FAIL: libgomp.oacc-c/../libgomp.oacc-c-c++-common/abort-2.c -DACC_DEVICE_TYPE_host_nonshm=1 -DACC_MEM_SHARED=0 execution test danglin at gcc dot gnu.org
  2015-01-28 15:34 ` [Bug libgomp/64840] " dominiq at lps dot ens.fr
@ 2015-01-28 15:35 ` howarth at bromo dot med.uc.edu
  2015-01-28 15:55 ` dave.anglin at bell dot net
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: howarth at bromo dot med.uc.edu @ 2015-01-28 15:35 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64840

howarth at bromo dot med.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |howarth at bromo dot med.uc.edu

--- Comment #2 from howarth at bromo dot med.uc.edu ---
(In reply to John David Anglin from comment #0)

Do you have any files with the basename of libgomp-plugin-host_nonshm in
/test/g
nu/gcc/objdir/hppa64-hp-hpux11.11/./libgomp/.libs? Is
libgomp-plugin-host_nonshm.so.1 not built on your target or perhaps ends up
with yet another suffix?


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [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
  2015-01-28 15:28 [Bug libgomp/64840] New: FAIL: libgomp.oacc-c/../libgomp.oacc-c-c++-common/abort-2.c -DACC_DEVICE_TYPE_host_nonshm=1 -DACC_MEM_SHARED=0 execution test danglin at gcc dot gnu.org
  2015-01-28 15:34 ` [Bug libgomp/64840] " dominiq at lps dot ens.fr
  2015-01-28 15:35 ` howarth at bromo dot med.uc.edu
@ 2015-01-28 15:55 ` dave.anglin at bell dot net
  2015-01-28 16:22 ` howarth at bromo dot med.uc.edu
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: dave.anglin at bell dot net @ 2015-01-28 15:55 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64840

--- Comment #4 from dave.anglin at bell dot net ---
On 2015-01-28 10:34 AM, dominiq at lps dot ens.fr wrote:
> Similar to (dup of) pr64635?
Search wasn't working for me this morning, so reassign if dup.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [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
  2015-01-28 15:28 [Bug libgomp/64840] New: FAIL: libgomp.oacc-c/../libgomp.oacc-c-c++-common/abort-2.c -DACC_DEVICE_TYPE_host_nonshm=1 -DACC_MEM_SHARED=0 execution test danglin at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2015-01-28 15:55 ` dave.anglin at bell dot net
@ 2015-01-28 16:22 ` howarth at bromo dot med.uc.edu
  2015-01-28 16:51 ` dave.anglin at bell dot net
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: howarth at bromo dot med.uc.edu @ 2015-01-28 16:22 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64840

--- Comment #5 from howarth at bromo dot med.uc.edu ---
(In reply to dave.anglin from comment #4)
> On 2015-01-28 10:34 AM, dominiq at lps dot ens.fr wrote:
> > Similar to (dup of) pr64635?
> Search wasn't working for me this morning, so reassign if dup.

Try the proposed patch at https://gcc.gnu.org/bugzilla/attachment.cgi?id=34609
which is enhanced to handle hpux.
         Jack
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.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [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
  2015-01-28 15:28 [Bug libgomp/64840] New: FAIL: libgomp.oacc-c/../libgomp.oacc-c-c++-common/abort-2.c -DACC_DEVICE_TYPE_host_nonshm=1 -DACC_MEM_SHARED=0 execution test danglin at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2015-01-28 16:22 ` howarth at bromo dot med.uc.edu
@ 2015-01-28 16:51 ` dave.anglin at bell dot net
  2015-01-28 20:17 ` dave.anglin at bell dot net
  2015-05-03 14:58 ` danglin at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: dave.anglin at bell dot net @ 2015-01-28 16:51 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [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
  2015-01-28 15:28 [Bug libgomp/64840] New: FAIL: libgomp.oacc-c/../libgomp.oacc-c-c++-common/abort-2.c -DACC_DEVICE_TYPE_host_nonshm=1 -DACC_MEM_SHARED=0 execution test danglin at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2015-01-28 16:51 ` dave.anglin at bell dot net
@ 2015-01-28 20:17 ` dave.anglin at bell dot net
  2015-05-03 14:58 ` danglin at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: dave.anglin at bell dot net @ 2015-01-28 20:17 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64840

--- Comment #7 from dave.anglin at bell dot net ---
On 2015-01-28 11:22 AM, howarth at bromo dot med.uc.edu wrote:
> Try the proposed patch athttps://gcc.gnu.org/bugzilla/attachment.cgi?id=34609
> which is enhanced to handle hpux.
The patch works for me.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [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
  2015-01-28 15:28 [Bug libgomp/64840] New: FAIL: libgomp.oacc-c/../libgomp.oacc-c-c++-common/abort-2.c -DACC_DEVICE_TYPE_host_nonshm=1 -DACC_MEM_SHARED=0 execution test danglin at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2015-01-28 20:17 ` dave.anglin at bell dot net
@ 2015-05-03 14:58 ` danglin at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: danglin at gcc dot gnu.org @ 2015-05-03 14:58 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64840

John David Anglin <danglin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #8 from John David Anglin <danglin at gcc dot gnu.org> ---
Fixed.


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-05-03 14:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-28 15:28 [Bug libgomp/64840] New: FAIL: libgomp.oacc-c/../libgomp.oacc-c-c++-common/abort-2.c -DACC_DEVICE_TYPE_host_nonshm=1 -DACC_MEM_SHARED=0 execution test danglin at gcc dot gnu.org
2015-01-28 15:34 ` [Bug libgomp/64840] " dominiq at lps dot ens.fr
2015-01-28 15:35 ` howarth at bromo dot med.uc.edu
2015-01-28 15:55 ` dave.anglin at bell dot net
2015-01-28 16:22 ` howarth at bromo dot med.uc.edu
2015-01-28 16:51 ` dave.anglin at bell dot net
2015-01-28 20:17 ` dave.anglin at bell dot net
2015-05-03 14:58 ` danglin at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).