This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk in repository gcc.
from fdcd05c Empty libgomp for nvptx new f212338 [PR libgomp/65742, PR middle-end/66332] libgomp: Remove plugi [...]
The 1 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 | 7 + gcc/builtins.c | 12 +- gcc/omp-low.c | 18 -- gcc/testsuite/ChangeLog | 6 + gcc/testsuite/c-c++-common/goacc/acc_on_device-2.c | 10 +- include/ChangeLog | 4 + include/gomp-constants.h | 4 +- libgomp/ChangeLog | 29 +++ libgomp/Makefile.in | 33 +-- libgomp/configure | 1 - libgomp/libgomp-plugin.h | 2 +- libgomp/oacc-host.c | 232 +++++++++++++++--- libgomp/oacc-init.c | 16 +- libgomp/openacc.f90 | 2 +- libgomp/openacc.h | 2 +- libgomp/openacc_lib.h | 3 +- libgomp/plugin/Makefrag.am | 9 - libgomp/plugin/configfrag.ac | 1 - libgomp/plugin/plugin-host.c | 259 --------------------- libgomp/plugin/plugin-host.h | 37 --- libgomp/testsuite/lib/libgomp.exp | 10 - libgomp/testsuite/libgomp.oacc-c++/c++.exp | 3 - .../libgomp.oacc-c-c++-common/acc_on_device-1.c | 11 - libgomp/testsuite/libgomp.oacc-c-c++-common/if-1.c | 1 - libgomp/testsuite/libgomp.oacc-c/c.exp | 3 - .../libgomp.oacc-fortran/acc_on_device-1-1.f90 | 7 - .../libgomp.oacc-fortran/acc_on_device-1-2.f | 7 - .../libgomp.oacc-fortran/acc_on_device-1-3.f | 7 - libgomp/testsuite/libgomp.oacc-fortran/fortran.exp | 3 - 29 files changed, 262 insertions(+), 477 deletions(-) delete mode 100644 libgomp/plugin/plugin-host.c delete mode 100644 libgomp/plugin/plugin-host.h