This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3b598848f6f Introduce -finstrument-functions-once new 1158fe43407 openmp: Conforming device numbers and omp_{initial,invalid}_device
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-expand.cc | 74 ++++++++++-- include/gomp-constants.h | 11 ++ libgomp/icv-device.c | 2 +- libgomp/libgomp.texi | 2 +- libgomp/omp.h.in | 6 + libgomp/omp_lib.f90.in | 2 + libgomp/omp_lib.h.in | 3 + libgomp/target.c | 127 ++++++++++----------- .../libgomp.c-c++-common/target-is-accessible-1.c | 5 +- libgomp/testsuite/libgomp.c/target-41.c | 8 +- libgomp/testsuite/libgomp.c/target-45.c | 19 +++ libgomp/testsuite/libgomp.c/target-46.c | 20 ++++ libgomp/testsuite/libgomp.c/target-47.c | 19 +++ .../libgomp.fortran/target-is-accessible-1.f90 | 13 ++- 14 files changed, 223 insertions(+), 88 deletions(-) create mode 100644 libgomp/testsuite/libgomp.c/target-45.c create mode 100644 libgomp/testsuite/libgomp.c/target-46.c create mode 100644 libgomp/testsuite/libgomp.c/target-47.c