This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch in repository gcc.
from 0c455cd PR 66861 Fix null pointer crash on mingw. new 5423fa8 [PR libgomp/65742, PR middle-end/66332] OpenACC acc_on_device fixes new 0aaaae3 [PR libgomp/65099] nvptx mkoffload: pass "-m32" or "-m64" to [...] new 18b34bf [PR libgomp/65099] nvptx offloading: only 64-bit configuratio [...]
The 3 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 | 36 +++++++++++ gcc/builtins.c | 12 ++-- gcc/config/nvptx/mkoffload.c | 74 ++++++++++++++-------- gcc/testsuite/ChangeLog | 10 +++ gcc/testsuite/c-c++-common/goacc/acc_on_device-2.c | 10 ++- libgomp/ChangeLog | 32 ++++++++++ libgomp/oacc-init.c | 14 +++- libgomp/plugin/plugin-host.c | 21 +++++- libgomp/{oacc-plugin.h => plugin/plugin-host.h} | 14 ++-- libgomp/plugin/plugin-nvptx.c | 5 ++ libgomp/testsuite/libgomp.oacc-c++/c++.exp | 6 ++ libgomp/testsuite/libgomp.oacc-c/c.exp | 6 ++ libgomp/testsuite/libgomp.oacc-fortran/fortran.exp | 6 ++ 13 files changed, 203 insertions(+), 43 deletions(-) copy libgomp/{oacc-plugin.h => plugin/plugin-host.h} (83%)