public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgomp/66518] New: FAIL: libgomp.oacc-c/../libgomp.oacc-c-c++-common/lib-42.c -DACC_DEVICE_TYPE_host_nonshm=1 -DACC_MEM_SHARED=0 output pattern test, is , should match \[[0-9a-fA-FxX]+,256\] is not mapped
@ 2015-06-11 19:10 schwab@linux-m68k.org
  2015-06-19  7:42 ` [Bug libgomp/66518] " tschwinge at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: schwab@linux-m68k.org @ 2015-06-11 19:10 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 66518
           Summary: FAIL:
                    libgomp.oacc-c/../libgomp.oacc-c-c++-common/lib-42.c
                    -DACC_DEVICE_TYPE_host_nonshm=1 -DACC_MEM_SHARED=0
                    output pattern test, is , should match
                    \[[0-9a-fA-FxX]+,256\] is not mapped
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgomp
          Assignee: unassigned at gcc dot gnu.org
          Reporter: schwab@linux-m68k.org
                CC: jakub at gcc dot gnu.org
  Target Milestone: ---

$ gcc/xgcc -Bgcc/ ../gcc/libgomp/testsuite/libgomp.oacc-c-c++-common/lib-42.c
-Bx86_64-linux/libgomp/ -Bx86_64-linux/libgomp/.libs -Ix86_64-linux/libgomp
-I../gcc/include -I../gcc/libgomp -fopenacc -DACC_DEVICE_TYPE_host_nonshm=1
-DACC_MEM_SHARED=0 -O2 -Lx86_64-linux/libgomp/.libs -lm -o ./lib-42.exe
$ LD_LIBRARY_PATH=x86_64-linux/./libgomp/.libs:gcc: ./lib-42.exe 
Segmentation fault


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

* [Bug libgomp/66518] FAIL: libgomp.oacc-c/../libgomp.oacc-c-c++-common/lib-42.c -DACC_DEVICE_TYPE_host_nonshm=1 -DACC_MEM_SHARED=0 output pattern test, is , should match \[[0-9a-fA-FxX]+,256\] is not mapped
  2015-06-11 19:10 [Bug libgomp/66518] New: FAIL: libgomp.oacc-c/../libgomp.oacc-c-c++-common/lib-42.c -DACC_DEVICE_TYPE_host_nonshm=1 -DACC_MEM_SHARED=0 output pattern test, is , should match \[[0-9a-fA-FxX]+,256\] is not mapped schwab@linux-m68k.org
@ 2015-06-19  7:42 ` tschwinge at gcc dot gnu.org
  2015-10-09 15:47 ` tschwinge at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tschwinge at gcc dot gnu.org @ 2015-06-19  7:42 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Thomas Schwinge <tschwinge at gcc dot gnu.org> ---
Author: tschwinge
Date: Fri Jun 19 07:41:37 2015
New Revision: 224639

URL: https://gcc.gnu.org/viewcvs?rev=224639&root=gcc&view=rev
Log:
libgomp: XFAIL two libgomp.oacc-* tests

        PR libgomp/66518
        libgomp/
        * testsuite/libgomp.oacc-c-c++-common/lib-3.c: XFAIL.
        * testsuite/libgomp.oacc-c-c++-common/lib-42.c: Likewise.

Modified:
    trunk/libgomp/ChangeLog
    trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/lib-3.c
    trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/lib-42.c


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

* [Bug libgomp/66518] FAIL: libgomp.oacc-c/../libgomp.oacc-c-c++-common/lib-42.c -DACC_DEVICE_TYPE_host_nonshm=1 -DACC_MEM_SHARED=0 output pattern test, is , should match \[[0-9a-fA-FxX]+,256\] is not mapped
  2015-06-11 19:10 [Bug libgomp/66518] New: FAIL: libgomp.oacc-c/../libgomp.oacc-c-c++-common/lib-42.c -DACC_DEVICE_TYPE_host_nonshm=1 -DACC_MEM_SHARED=0 output pattern test, is , should match \[[0-9a-fA-FxX]+,256\] is not mapped schwab@linux-m68k.org
  2015-06-19  7:42 ` [Bug libgomp/66518] " tschwinge at gcc dot gnu.org
@ 2015-10-09 15:47 ` tschwinge at gcc dot gnu.org
  2015-10-26 16:24 ` tschwinge at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tschwinge at gcc dot gnu.org @ 2015-10-09 15:47 UTC (permalink / raw)
  To: gcc-bugs

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

Thomas Schwinge <tschwinge at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2015-10-09
     Ever confirmed|0                           |1


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

* [Bug libgomp/66518] FAIL: libgomp.oacc-c/../libgomp.oacc-c-c++-common/lib-42.c -DACC_DEVICE_TYPE_host_nonshm=1 -DACC_MEM_SHARED=0 output pattern test, is , should match \[[0-9a-fA-FxX]+,256\] is not mapped
  2015-06-11 19:10 [Bug libgomp/66518] New: FAIL: libgomp.oacc-c/../libgomp.oacc-c-c++-common/lib-42.c -DACC_DEVICE_TYPE_host_nonshm=1 -DACC_MEM_SHARED=0 output pattern test, is , should match \[[0-9a-fA-FxX]+,256\] is not mapped schwab@linux-m68k.org
  2015-06-19  7:42 ` [Bug libgomp/66518] " tschwinge at gcc dot gnu.org
  2015-10-09 15:47 ` tschwinge at gcc dot gnu.org
@ 2015-10-26 16:24 ` tschwinge at gcc dot gnu.org
  2015-10-26 16:25 ` tschwinge at gcc dot gnu.org
  2015-10-26 16:35 ` tschwinge at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: tschwinge at gcc dot gnu.org @ 2015-10-26 16:24 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Thomas Schwinge <tschwinge at gcc dot gnu.org> ---
Author: tschwinge
Date: Mon Oct 26 16:24:17 2015
New Revision: 229378

URL: https://gcc.gnu.org/viewcvs?rev=229378&root=gcc&view=rev
Log:
[PR libgomp/65437, libgomp/66518] Initialize runtime in acc_update_device,
acc_update_self

        libgomp/
        PR libgomp/65437
        PR libgomp/66518
        * oacc-mem.c (update_dev_host): Call goacc_lazy_initialize.
        * testsuite/libgomp.oacc-c-c++-common/lib-42.c: Remove XFAIL.

Modified:
    trunk/libgomp/ChangeLog
    trunk/libgomp/oacc-mem.c
    trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/lib-42.c


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

* [Bug libgomp/66518] FAIL: libgomp.oacc-c/../libgomp.oacc-c-c++-common/lib-42.c -DACC_DEVICE_TYPE_host_nonshm=1 -DACC_MEM_SHARED=0 output pattern test, is , should match \[[0-9a-fA-FxX]+,256\] is not mapped
  2015-06-11 19:10 [Bug libgomp/66518] New: FAIL: libgomp.oacc-c/../libgomp.oacc-c-c++-common/lib-42.c -DACC_DEVICE_TYPE_host_nonshm=1 -DACC_MEM_SHARED=0 output pattern test, is , should match \[[0-9a-fA-FxX]+,256\] is not mapped schwab@linux-m68k.org
                   ` (2 preceding siblings ...)
  2015-10-26 16:24 ` tschwinge at gcc dot gnu.org
@ 2015-10-26 16:25 ` tschwinge at gcc dot gnu.org
  2015-10-26 16:35 ` tschwinge at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: tschwinge at gcc dot gnu.org @ 2015-10-26 16:25 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Thomas Schwinge <tschwinge at gcc dot gnu.org> ---
Author: tschwinge
Date: Mon Oct 26 16:24:28 2015
New Revision: 229379

URL: https://gcc.gnu.org/viewcvs?rev=229379&root=gcc&view=rev
Log:
[libgomp/66518] Resolve XFAIL in libgomp.oacc-c-c++-common/lib-3.c

        libgomp/
        PR libgomp/66518
        * testsuite/libgomp.oacc-c-c++-common/lib-3.c: Resolve XFAIL.

Modified:
    trunk/libgomp/ChangeLog
    trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/lib-3.c


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

* [Bug libgomp/66518] FAIL: libgomp.oacc-c/../libgomp.oacc-c-c++-common/lib-42.c -DACC_DEVICE_TYPE_host_nonshm=1 -DACC_MEM_SHARED=0 output pattern test, is , should match \[[0-9a-fA-FxX]+,256\] is not mapped
  2015-06-11 19:10 [Bug libgomp/66518] New: FAIL: libgomp.oacc-c/../libgomp.oacc-c-c++-common/lib-42.c -DACC_DEVICE_TYPE_host_nonshm=1 -DACC_MEM_SHARED=0 output pattern test, is , should match \[[0-9a-fA-FxX]+,256\] is not mapped schwab@linux-m68k.org
                   ` (3 preceding siblings ...)
  2015-10-26 16:25 ` tschwinge at gcc dot gnu.org
@ 2015-10-26 16:35 ` tschwinge at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: tschwinge at gcc dot gnu.org @ 2015-10-26 16:35 UTC (permalink / raw)
  To: gcc-bugs

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

Thomas Schwinge <tschwinge at gcc dot gnu.org> changed:

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

--- Comment #4 from Thomas Schwinge <tschwinge at gcc dot gnu.org> ---
Fixed in r229378, and r229379.


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

end of thread, other threads:[~2015-10-26 16:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-11 19:10 [Bug libgomp/66518] New: FAIL: libgomp.oacc-c/../libgomp.oacc-c-c++-common/lib-42.c -DACC_DEVICE_TYPE_host_nonshm=1 -DACC_MEM_SHARED=0 output pattern test, is , should match \[[0-9a-fA-FxX]+,256\] is not mapped schwab@linux-m68k.org
2015-06-19  7:42 ` [Bug libgomp/66518] " tschwinge at gcc dot gnu.org
2015-10-09 15:47 ` tschwinge at gcc dot gnu.org
2015-10-26 16:24 ` tschwinge at gcc dot gnu.org
2015-10-26 16:25 ` tschwinge at gcc dot gnu.org
2015-10-26 16:35 ` tschwinge 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).