This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 624d3af025e i386: Fix up _mm_min_ss etc. handling of zeros and NaNs [PR116738] new 0be3f4546f9 testsuite: fix target-specific 'do-' typos new bf4a5efa80e OpenMP: Add get_device_from_uid/omp_get_uid_from_device routines
The 2 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/omp-general.cc | 4 +- gcc/testsuite/gcc.target/m68k/pr108640.c | 2 +- gcc/testsuite/gcc.target/m68k/pr110934.c | 2 +- gcc/testsuite/gcc.target/m68k/pr82420.c | 2 +- gcc/testsuite/gcc.target/powerpc/pr99708.c | 2 +- include/cuda/cuda.h | 7 ++ libgomp/config/gcn/target.c | 14 ++++ libgomp/config/nvptx/target.c | 14 ++++ libgomp/fortran.c | 15 ++++ libgomp/libgomp-plugin.h | 1 + libgomp/libgomp.h | 2 + libgomp/libgomp.map | 8 +++ libgomp/libgomp.texi | 89 ++++++++++++++++++++++-- libgomp/omp.h.in | 3 + libgomp/omp_lib.f90.in | 23 ++++++ libgomp/omp_lib.h.in | 23 ++++++ libgomp/plugin/cuda-lib.def | 2 + libgomp/plugin/plugin-gcn.c | 16 +++++ libgomp/plugin/plugin-nvptx.c | 34 +++++++++ libgomp/target.c | 56 +++++++++++++++ libgomp/testsuite/libgomp.c/device_uid.c | 38 ++++++++++ libgomp/testsuite/libgomp.fortran/device_uid.f90 | 42 +++++++++++ 22 files changed, 388 insertions(+), 11 deletions(-) create mode 100644 libgomp/testsuite/libgomp.c/device_uid.c create mode 100644 libgomp/testsuite/libgomp.fortran/device_uid.f90