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-aarch64-bootstrap_O1 in repository toolchain/ci/gcc.
from 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 new d1d571873c8 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: ChangeLog | 4 ++ MAINTAINERS | 2 +- gcc/ChangeLog | 22 ++++++++++ gcc/DATESTAMP | 2 +- gcc/config/sparc/sparc.cc | 16 +++++++- gcc/cp/ChangeLog | 8 ++++ gcc/cp/typeck2.cc | 31 ++++++++++++++ gcc/go/gofrontend/MERGE | 2 +- gcc/testsuite/ChangeLog | 23 +++++++++++ gcc/testsuite/g++.dg/cpp0x/pr105256.C | 18 ++++++++ .../g++.dg/opt/{pr104880.cc => pr104880.C} | 0 gcc/testsuite/gcc.dg/pr105257.c | 16 ++++++++ gcc/testsuite/gcc.target/i386/pr103941-1.c | 14 +++++++ gcc/testsuite/gcc.target/i386/pr103941-2.c | 12 ++++++ gcc/tree-vect-slp.cc | 48 ++++++++++++++++------ gcc/value-prof.cc | 4 ++ libgo/Makefile.am | 2 +- libgo/Makefile.in | 2 +- libgo/match.sh | 2 +- libstdc++-v3/ChangeLog | 19 +++++++++ libstdc++-v3/acinclude.m4 | 6 +-- libstdc++-v3/configure | 6 +-- libstdc++-v3/python/libstdcxx/v6/printers.py | 38 +++++++++++++++++ libstdc++-v3/src/c++17/floating_to_chars.cc | 9 ++-- .../testsuite/libstdc++-prettyprinters/cxx20.cc | 11 +++++ 25 files changed, 288 insertions(+), 29 deletions(-) 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/gcc.dg/pr105257.c create mode 100644 gcc/testsuite/gcc.target/i386/pr103941-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr103941-2.c