This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from daaed0199ee coroutines: Handle awaiters that are sub-objects [PR95736] new 37995960984 c-family: Use TYPE_OVERFLOW_UNDEFINED instead of !TYPE_UNSI [...] new aed3ab253da openmp: Non-rectangular loop support for non-composite work [...]
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/c-common.c | 2 +- gcc/omp-expand.c | 708 +++++++++++++++++++++++++++++++--- gcc/omp-general.c | 13 + gcc/omp-general.h | 8 +- gcc/testsuite/c-c++-common/pr95903.c | 19 + libgomp/testsuite/libgomp.c/loop-17.c | 189 +++++++++ libgomp/testsuite/libgomp.c/loop-18.c | 245 ++++++++++++ 7 files changed, 1136 insertions(+), 48 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/pr95903.c create mode 100644 libgomp/testsuite/libgomp.c/loop-17.c create mode 100644 libgomp/testsuite/libgomp.c/loop-18.c