This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-12 in repository gcc.
from 44b77201a54 Come up with {,UN}LIKELY macros. new 534283c66ea openmp, c: Tighten up c_tree_equal [PR106981] new 4c7ad2bebbc openmp: Fix ICE with taskgroup at -O0 -fexceptions [PR107001]
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/ChangeLog.omp | 14 ++++++++++++++ gcc/c/ChangeLog.omp | 10 ++++++++++ gcc/c/c-typeck.cc | 16 ++++++++++------ gcc/omp-expand.cc | 17 +++++++++++++++-- gcc/omp-low.cc | 1 - gcc/testsuite/ChangeLog.omp | 16 ++++++++++++++++ gcc/testsuite/c-c++-common/gomp/pr106981.c | 9 +++++++++ gcc/testsuite/c-c++-common/gomp/pr107001.c | 14 ++++++++++++++ libgomp/ChangeLog.omp | 8 ++++++++ libgomp/testsuite/libgomp.c-c++-common/pr106981.c | 19 +++++++++++++++++++ 10 files changed, 115 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/pr106981.c create mode 100644 gcc/testsuite/c-c++-common/gomp/pr107001.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/pr106981.c