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-stable-allnoconfig in repository toolchain/ci/gcc.
from 000c1b89d25 Daily bump. adds 53859972b97 Daily bump. adds 021b51814d6 testsuite: Skip pr105250.c for powerpc and s390 [PR105266] adds d210653f390 libstdc++: Micro-optimize __from_chars_pow2_base adds 208b7d85d73 runtime: add special handling for signal 34 adds ace4928a29b libgo: only add signum to siglist if it doesn't exist yet adds a897a88c592 doc/invoke.texi: CRIS: Remove references to cris-axis-linux-gnu adds d2a0a5d4ad2 doc/install.texi: CRIS: Remove gone websites. Adjust CRIS targets adds 3f7c81ef148 Daily bump. adds a2a7da1a055 libstdc++: Fix syntax error in libbacktrace configuration adds 214d2860f4e tree-optimization/104880 - move testcase adds fdb3f82fb32 libstdc++: Add pretty printer for std::span adds cd3964ebd3e libstdc++: Stop defining _GLIBCXX_ASSERTIONS in floating_to [...] adds 353434b65ef tree-optimization/104010 - fix SLP scalar costing with patterns adds eb03e424598 c++: Fix up CONSTRUCTOR_PLACEHOLDER_BOUNDARY handling [PR105256] adds eeca2b8bd03 sparc: Preserve ORIGINAL_REGNO in epilogue_renumber [PR105257] adds b85abacd902 MAINTAINERS: Update my email address. adds 90a29845bfe gcov-profile: Allow negative counts of indirect calls [PR105282] adds 4a1a72a89c6 libgo: make a couple of sed uses POSIX compliant adds d1d571873c8 Daily bump. adds 2a6d372ba96 cgraph: Fix up semantic_interposition handling [PR105306] adds 0707f428090 Fix overflows in ipa-modref-tree.cc adds 36f1de95a61 tree-optimization/105312 - fix ISEL VCOND expansion adds 4d4eaa77a7d tree-optimization/104912 - ensure cost model is checked first adds c644b7df11a libstdc++: Use LTLIBICONV when linking libstdc++.so [PR93602] adds 67ded3a1f5b libstdc++: Fix macro checked by test adds 5bde80f48bc c++: Fall through for arrays of T vs T cv [PR104996] adds 29a25a60383 Daily bump. adds 6a4e9934545 runtime: use correct field name for PPC32 GLIBC registers adds 504b02c70ab emit-rtl: Fix -fcompare-debug bug with label references in [...] adds 811c7fbd147 Support --compress-debug-sections for ld.mold.
No new revisions were added by this update.
Summary of changes: ChangeLog | 4 ++ MAINTAINERS | 2 +- gcc/ChangeLog | 60 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/cgraph.cc | 1 + gcc/cgraphclones.cc | 1 + gcc/config/sparc/sparc.cc | 16 +++++- gcc/configure | 10 +++- gcc/configure.ac | 10 +++- gcc/cp/ChangeLog | 14 +++++ gcc/cp/call.cc | 7 +-- gcc/cp/typeck2.cc | 31 +++++++++++ gcc/doc/install.texi | 21 ++------ gcc/doc/invoke.texi | 29 +++-------- gcc/emit-rtl.cc | 3 +- gcc/gimple-isel.cc | 8 +++ gcc/go/gofrontend/MERGE | 2 +- gcc/ipa-modref-tree.cc | 31 ++++++++--- gcc/testsuite/ChangeLog | 47 +++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/initlist129.C | 6 +++ gcc/testsuite/g++.dg/cpp0x/pr105256.C | 18 +++++++ .../g++.dg/opt/{pr104880.cc => pr104880.C} | 0 gcc/testsuite/g++.dg/opt/pr105306.C | 13 +++++ gcc/testsuite/gcc.c-torture/compile/103818.c | 12 +++++ gcc/testsuite/gcc.dg/pr105250.c | 1 + gcc/testsuite/gcc.dg/pr105257.c | 16 ++++++ gcc/testsuite/gcc.target/arm/pr105312.c | 23 +++++++++ gcc/testsuite/gcc.target/i386/pr103941-1.c | 14 +++++ gcc/testsuite/gcc.target/i386/pr103941-2.c | 12 +++++ gcc/testsuite/gfortran.dg/g77/pr105203.f | 20 ++++++++ gcc/tree-vect-loop-manip.cc | 60 ++++++++++++++++++++-- gcc/tree-vect-slp.cc | 48 ++++++++++++----- gcc/value-prof.cc | 4 ++ libgo/Makefile.am | 2 +- libgo/Makefile.in | 2 +- libgo/go/runtime/signal_gccgo.go | 3 +- libgo/match.sh | 2 +- libgo/mksigtab.sh | 12 +++-- libgo/runtime/go-signal.c | 35 ++++++++----- libstdc++-v3/ChangeLog | 39 ++++++++++++++ libstdc++-v3/acinclude.m4 | 6 +-- libstdc++-v3/configure | 6 +-- libstdc++-v3/doc/html/manual/setup.html | 33 ++++++++++++ libstdc++-v3/doc/xml/manual/prerequisites.xml | 50 ++++++++++++++++++ libstdc++-v3/include/std/charconv | 28 +++++++--- libstdc++-v3/python/libstdcxx/v6/printers.py | 38 ++++++++++++++ libstdc++-v3/src/Makefile.am | 4 +- libstdc++-v3/src/Makefile.in | 4 +- libstdc++-v3/src/c++17/floating_to_chars.cc | 9 ++-- .../operations/copy/char/constexpr.cc | 2 +- .../testsuite/libstdc++-prettyprinters/cxx20.cc | 11 ++++ 51 files changed, 716 insertions(+), 116 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist129.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr105256.C rename gcc/testsuite/g++.dg/opt/{pr104880.cc => pr104880.C} (100%) create mode 100644 gcc/testsuite/g++.dg/opt/pr105306.C create mode 100644 gcc/testsuite/gcc.c-torture/compile/103818.c create mode 100644 gcc/testsuite/gcc.dg/pr105257.c create mode 100644 gcc/testsuite/gcc.target/arm/pr105312.c create mode 100644 gcc/testsuite/gcc.target/i386/pr103941-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr103941-2.c create mode 100644 gcc/testsuite/gfortran.dg/g77/pr105203.f