This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 79c36228528 2018-04-26 Richard Biener rguenther@suse.de new af59cd87027 [nvptx, libgomp, testsuite] Reduce recursion depth in decla [...] new cbb7d3c5bfa [lto] Fixup loops before lto write-out new e7f5f1f46ba [nvptx] Fix branch-around-nothing new c8f3bfee4d5 [nvptx] Verify bar.sync position new 3ee8d075f1c [nvptx, libgomp] Add GOMP_NVPTX_JIT=-O[0-4] in nvptx libgom [...]
The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 21 +++ gcc/config/nvptx/nvptx.c | 176 ++++++++++++++++++--- gcc/lto-streamer-out.c | 4 + libgomp/ChangeLog | 21 +++ libgomp/plugin/cuda/cuda.h | 1 + libgomp/plugin/plugin-nvptx.c | 56 ++++++- .../examples-4/declare_target-1.f90 | 4 +- .../examples-4/declare_target-2.f90 | 6 +- .../testsuite/libgomp.oacc-c-c++-common/pr85422.c | 13 ++ 9 files changed, 277 insertions(+), 25 deletions(-) create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/pr85422.c