This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-mainline-allyesconfig in repository toolchain/ci/gcc.
from eef65c474e6 c++: Fix poor diagnostic for array initializer [PR93710] adds e19c49e0dab Daily bump. adds 93b8cfce27a libstdc++: Move code after an early exit constexpr if to un [...] adds 9a3d019a74d libbacktrace: update to current libgo test file adds 72700543b67 libgo: install internal/reflectlite.gox adds 6e37e49616d i386: Fix atan2l argument order [PR93743] new f0a33db5fb6 Daily bump.
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: gcc/ChangeLog | 6 ++ gcc/DATESTAMP | 2 +- gcc/config/i386/i386.md | 8 +-- gcc/go/gofrontend/MERGE | 2 +- gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/gcc.target/i386/pr93743.c | 30 ++++++++ libbacktrace/ChangeLog | 4 ++ libbacktrace/ztest.c | 4 +- libgo/Makefile.am | 5 ++ libgo/Makefile.in | 63 +++++++++++++---- libstdc++-v3/ChangeLog | 6 ++ libstdc++-v3/include/bits/ranges_algo.h | 103 ++++++++++++++-------------- libstdc++-v3/include/bits/ranges_algobase.h | 7 +- 13 files changed, 168 insertions(+), 77 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr93743.c