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 7a2f2d91aa6 libstdc++: Add pretty printer for std::regex internals adds 1918067e2d0 libstdc++: Fix std::error_code pretty printer for versioned [...] adds 096228d84e9 libstdc++: Improvements to standard error category objects [...] adds 3633cc54284 libstdc++: Implement P1328 "Making std::type_info::operator [...] adds 6aa0859afaf libstdc++: Fix overconstrained std::string constructor [PR103919] adds 85a3442c85a Fortran: Fix ICE caused by missing error for untyped symbol [...] adds 877c9e332f9 i386: Fix expand_vec_perm_pshufb for narrow modes [PR103905] adds 6aa44066b34 i386: Fix type of one_cmplv2qi2 alternatives 1,2 [PR103915] new 194f712f8b7 Avoid -Wformat-diag.
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/config/i386/i386-expand.c | 23 +++--- gcc/config/i386/mmx.md | 2 +- gcc/fortran/decl.c | 2 + gcc/fortran/error.c | 9 ++ gcc/fortran/gfortran.h | 1 + gcc/fortran/symbol.c | 2 +- gcc/gimple-ssa-warn-access.cc | 2 +- gcc/testsuite/gcc.target/i386/pr103905.c | 25 ++++++ gcc/testsuite/gcc.target/i386/pr103915.c | 11 +++ gcc/testsuite/gfortran.dg/pr103258.f90 | 14 ++++ libstdc++-v3/config/abi/pre/gnu.ver | 3 + libstdc++-v3/include/bits/basic_string.h | 3 +- libstdc++-v3/include/bits/c++config | 10 ++- libstdc++-v3/include/bits/cow_string.h | 3 +- libstdc++-v3/include/std/version | 1 + libstdc++-v3/libsupc++/tinfo.cc | 7 ++ libstdc++-v3/libsupc++/typeinfo | 96 ++++++++++++++-------- libstdc++-v3/python/libstdcxx/v6/printers.py | 2 +- libstdc++-v3/src/c++11/cxx11-ios_failure.cc | 25 +++--- libstdc++-v3/src/c++11/future.cc | 26 +++--- .../testsuite/18_support/type_info/constexpr.cc | 48 +++++++++++ .../21_strings/basic_string/cons/char/103919.cc | 43 ++++++++++ 22 files changed, 287 insertions(+), 71 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr103905.c create mode 100644 gcc/testsuite/gcc.target/i386/pr103915.c create mode 100644 gcc/testsuite/gfortran.dg/pr103258.f90 create mode 100644 libstdc++-v3/testsuite/18_support/type_info/constexpr.cc create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/cons/char/103919.cc