This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-11 in repository gcc.
from 98e6a28f9a8 Merge remote-tracking branch 'origin/releases/gcc-11' into [...] new 0a7b7bf03d8 Restore 'GOMP_OPENACC_DIM' environment variable parsing new d9b3ca487ef openmp: For default(none) ignore variables created by ubsan [...]
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/c-family/ChangeLog.omp | 9 +++++++ gcc/c-family/c-omp.c | 43 +++++++++++++++++++++++++----- gcc/testsuite/ChangeLog.omp | 8 ++++++ gcc/testsuite/c-c++-common/ubsan/pr64888.c | 27 +++++++++++++++++++ libgomp/ChangeLog.omp | 7 +++++ libgomp/env.c | 2 +- 6 files changed, 89 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/ubsan/pr64888.c