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 f94c6caac7f [omp, simt] Fix expand_GOMP_SIMT_* new 50c826db7a3 c++: Fix up detach clause vs. data-sharing clause checking [...] new 5ac1313f32c aarch64: Fix ICE in aarch64_add_offset_1_temporaries [PR100302]
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/config/aarch64/aarch64.c | 2 +- gcc/cp/semantics.c | 6 +++--- gcc/testsuite/c-c++-common/gomp/task-detach-3.c | 19 +++++++++++++++++++ gcc/testsuite/gcc.target/aarch64/sve/pr100302.c | 12 ++++++++++++ 4 files changed, 35 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/task-detach-3.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr100302.c