[Bug libgomp/84088] [nvptx] libgomp.oacc-fortran/declare-*.f90 execution fails

2018-01-29 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84088 --- Comment #4 from Tom de Vries --- (In reply to Tom de Vries from comment #3) > Will reconfirm with full build. Did clean builds of r257064 and r257065. Minimal test passes at r257064, fails at r257065. Confirmed.

[Bug libgomp/84088] [nvptx] libgomp.oacc-fortran/declare-*.f90 execution fails

2018-01-29 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84088 Tom de Vries changed: What|Removed |Added CC||pault at gcc dot gnu.org --- Comment #3

[Bug libgomp/84088] [nvptx] libgomp.oacc-fortran/declare-*.f90 execution fails

2018-01-29 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84088 --- Comment #2 from Tom de Vries --- Minimal version: ... ! { dg-do run } module vars implicit none integer z !$acc declare create (z)

[Bug libgomp/84088] [nvptx] libgomp.oacc-fortran/declare-*.f90 execution fails

2018-01-28 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84088 --- Comment #1 from Tom de Vries --- (In reply to Tom de Vries from comment #0) > @r257131, with GOMP_NVPTX_JIT=-O0, driver version 384.111, geforce 710, and > cuda 8.0, kernel version 4.13.0-32-generic: Same result without GOMP_NVPTX_JIT=-O0.