This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8dec72aeb54 libstdc++: Add [[nodiscard]] to <compare> new 0bac793ed6b openmp: Implement omp_get_device_num routine
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: libgomp/config/gcn/icv-device.c | 11 +++++++ libgomp/config/nvptx/icv-device.c | 11 +++++++ libgomp/fortran.c | 7 ++++ libgomp/icv-device.c | 9 +++++ libgomp/libgomp-plugin.h | 6 ++++ libgomp/libgomp.map | 8 ++++- libgomp/libgomp.texi | 29 +++++++++++++++++ libgomp/omp.h.in | 1 + libgomp/omp_lib.f90.in | 6 ++++ libgomp/omp_lib.h.in | 3 ++ libgomp/plugin/plugin-gcn.c | 38 ++++++++++++++++++++-- libgomp/plugin/plugin-nvptx.c | 25 ++++++++++++-- libgomp/target.c | 36 +++++++++++++++++++- libgomp/testsuite/lib/libgomp.exp | 5 +++ libgomp/testsuite/libgomp.c-c++-common/target-45.c | 30 +++++++++++++++++ libgomp/testsuite/libgomp.fortran/target10.f90 | 20 ++++++++++++ 16 files changed, 238 insertions(+), 7 deletions(-) create mode 100644 libgomp/testsuite/libgomp.c-c++-common/target-45.c create mode 100644 libgomp/testsuite/libgomp.fortran/target10.f90