This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3461db541e6 Kill IDENTIFIER_TEMPLATE. * cp-tree.h (lang_identifier): [...] new e9f3b6c9645 Use secure_getenv for GOMP_DEBUG new c46613563f2 Show value of GOMP_OPENACC_DIM in libgomp nvptx plugin
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: libgomp/ChangeLog | 17 ++++++ libgomp/env.c | 44 +++++++++++++--- libgomp/plugin/plugin-hsa.c | 27 +--------- libgomp/plugin/plugin-nvptx.c | 12 ++++- libgomp/secure_getenv.h | 61 ++++++++++++++++++++++ .../libgomp.oacc-c-c++-common/gomp-debug-env.c | 13 +++++ 6 files changed, 140 insertions(+), 34 deletions(-) create mode 100644 libgomp/secure_getenv.h create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/gomp-debug-env.c