This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from aa8bdfee1db libstdc++: Fix test that fails on Solaris [PR104731] new 4043f53cb4a OpenMP, libgomp: Add new runtime routine omp_target_is_accessible.
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/omp-low.cc | 1 + libgomp/libgomp.map | 1 + libgomp/libgomp.texi | 2 +- libgomp/omp.h.in | 2 + libgomp/omp_lib.f90.in | 10 +++++ libgomp/omp_lib.h.in | 11 +++++ libgomp/target.c | 18 ++++++++ .../libgomp.c-c++-common/target-is-accessible-1.c | 47 ++++++++++++++++++++ .../libgomp.fortran/target-is-accessible-1.f90 | 50 ++++++++++++++++++++++ 9 files changed, 141 insertions(+), 1 deletion(-) create mode 100644 libgomp/testsuite/libgomp.c-c++-common/target-is-accessible-1.c create mode 100644 libgomp/testsuite/libgomp.fortran/target-is-accessible-1.f90