This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/c++-coroutines in repository gcc.
from 8cddf34a2c3 Merge master r11-2296. adds 25bce75c77e openacc: Remove unnecessary detach finalization adds 8598657c607 Restrict test to LP64. adds 83cc5e2b2f8 libgo: add AIX FAT libraries support adds 9bb403dca6e Daily bump. adds b0e5ec934e7 Restrict PR middle-end/95886 x86 test to !ia32 adds edfb3a30a6c aarch64: add PAC GNU property note to libgcc lse.S adds ab240ab5099 aarch64: add PAC-RET protection to libitm sjlj.S adds 3407bfc136b [testsuite] Fix TCL syntax error in 'scan-dump-dem-not' adds fdc9db25395 [testsuite] Unset 'offload_target' after use adds 8c7bb540803 i386: Emit mfence_sse2 for -Os [PR95750] adds 29a14a1a907 iDefine TARGET_OFFLOAD_OPTIONS for AArch64 new f8d11e877de Merge master r11-2307.
The 1 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: contrib/ChangeLog | 10 ++++ gcc/ChangeLog | 33 +++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 49 +++++++++++++++++++ gcc/config/aarch64/aarch64.c | 13 +++++ gcc/config/i386/sync.md | 3 +- gcc/fortran/ChangeLog | 20 ++++++++ gcc/go/gofrontend/MERGE | 2 +- gcc/testsuite/ChangeLog | 23 +++++++++ gcc/testsuite/gcc.target/i386/memcpy-pr95886.c | 2 +- gcc/testsuite/lib/scandump.exp | 2 +- libgcc/ChangeLog | 6 +++ libgcc/config/aarch64/lse.S | 17 ++++++- libgo/Makefile.am | 14 ++++++ libgo/Makefile.in | 10 ++++ libgo/configure | 13 ++++- libgo/configure.ac | 8 ++++ libgo/testsuite/Makefile.in | 1 + libgomp/ChangeLog | 19 ++++++++ libgomp/target.c | 2 +- libgomp/testsuite/libgomp.oacc-c++/c++.exp | 1 + .../structured-detach-underflow.c | 28 +++++++++++ libgomp/testsuite/libgomp.oacc-c/c.exp | 1 + libgomp/testsuite/libgomp.oacc-fortran/fortran.exp | 1 + libitm/config/aarch64/sjlj.S | 56 ++++++++++++++++++++-- 25 files changed, 323 insertions(+), 13 deletions(-) create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/structured-detach-u [...]