This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/gcc.
from f1fcd6e3ad9 doc: Document module language-linkage supported adds 7905a9ac267 libgo: #include <sys/types.h> when checking for loff_t adds 85d613da341 libgomp: Fix up target-31.c test [PR106045] adds 4306339798b PR target/105991: Recognize PLUS and XOR forms of rldimi in [...] adds de89b078e37 Daily bump. adds ec532b47f18 xtensa: Fix buffer overflow adds 5e377d21f1f i386: Add syscall to enable AMX for latest kernels new 614db2317e6 c++: testsuite: require lto_incremental in pr90990_0.C new 870f6866c96 testsuite: outputs.exp: test for skip_atsave more thoroughly new 7a1790ac6b4 testsuite: outputs.exp: cleanup before running tests new 345d69a7de7 libstdc++: testsuite: work around bitset namespace pollution new 540ae3601e1 libstdc++: testsuite: require cmath for nexttowardl new f129628e8f2 libstdc++: testsuite: call sched_yield for nonpreemptive targets new a33dda016e5 libstdc++: eh_globals: gthreads: reset _S_init before deleting key new 98b6e62cf5e RISC-V: Add -mtune=thead-c906 to the invoke docs
The 8 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 | 46 +++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/rs6000/rs6000.md | 21 ++++++++- gcc/config/xtensa/xtensa.md | 2 +- gcc/doc/invoke.texi | 2 +- gcc/go/gofrontend/MERGE | 2 +- gcc/testsuite/ChangeLog | 35 +++++++++++++++ gcc/testsuite/g++.dg/lto/pr90990_0.C | 1 + gcc/testsuite/gcc.misc-tests/outputs.exp | 52 +++++++++++++++++++--- gcc/testsuite/gcc.target/i386/amx-check.h | 30 +++++++++++++ gcc/testsuite/gcc.target/powerpc/pr105991.c | 11 +++++ libgo/configure | 5 ++- libgo/configure.ac | 5 ++- libgomp/ChangeLog | 6 +++ libgomp/testsuite/libgomp.c/target-31.c | 2 +- libstdc++-v3/libsupc++/eh_globals.cc | 9 +++- .../testsuite/20_util/to_chars/long_double.cc | 1 + .../23_containers/bitset/cons/dr1325-2.cc | 1 + .../testsuite/23_containers/bitset/ext/15361.cc | 1 + .../testsuite/23_containers/bitset/input/1.cc | 1 + .../testsuite/23_containers/bitset/to_string/1.cc | 1 + .../23_containers/bitset/to_string/dr396.cc | 1 + .../testsuite/30_threads/this_thread/60421.cc | 1 + 23 files changed, 221 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/gcc.target/powerpc/pr105991.c