This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 532fb120355 Daily bump. new 18c8b56c7d6 OpenMP: Set default-device-var with OMP_TARGET_OFFLOAD=mandatory
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/env.c | 13 ++++++++-- libgomp/icv-device.c | 4 +++ libgomp/libgomp.texi | 4 ++- libgomp/target.c | 15 ++++++++++- libgomp/testsuite/libgomp.c/target-48.c | 31 +++++++++++++++++++++++ libgomp/testsuite/libgomp.c/target-49.c | 18 +++++++++++++ libgomp/testsuite/libgomp.c/target-50.c | 27 ++++++++++++++++++++ libgomp/testsuite/libgomp.c/target-50a.c | 43 ++++++++++++++++++++++++++++++++ libgomp/testsuite/libgomp.c/target-51.c | 24 ++++++++++++++++++ libgomp/testsuite/libgomp.c/target-52.c | 25 +++++++++++++++++++ libgomp/testsuite/libgomp.c/target-53.c | 22 ++++++++++++++++ libgomp/testsuite/libgomp.c/target-54.c | 20 +++++++++++++++ 12 files changed, 242 insertions(+), 4 deletions(-) create mode 100644 libgomp/testsuite/libgomp.c/target-48.c create mode 100644 libgomp/testsuite/libgomp.c/target-49.c create mode 100644 libgomp/testsuite/libgomp.c/target-50.c create mode 100644 libgomp/testsuite/libgomp.c/target-50a.c create mode 100644 libgomp/testsuite/libgomp.c/target-51.c create mode 100644 libgomp/testsuite/libgomp.c/target-52.c create mode 100644 libgomp/testsuite/libgomp.c/target-53.c create mode 100644 libgomp/testsuite/libgomp.c/target-54.c