This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from 914540797a8 Sync mklog.py from master. new b6e4453172e inline-asm: Fix ICE with bitfields in "m" operands [PR100785] new f50a222dffb openmp: Fix up *_reduction clause handling with UDRs on PAR [...]
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/c-typeck.c | 11 +++- gcc/cfgexpand.c | 43 ++++++++++++--- gcc/cp/typeck.c | 7 ++- gcc/omp-low.c | 4 +- gcc/testsuite/c-c++-common/pr100785.c | 21 ++++++++ .../libgomp.c-c++-common/task-reduction-15.c | 61 ++++++++++++++++++++++ 6 files changed, 136 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/pr100785.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/task-reduction-15.c