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-arm-mainline-allyesconfig in repository toolchain/ci/gcc.
from 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] adds f0a33db5fb6 Daily bump.
No new revisions were added by this update.
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