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 in repository toolchain/ci/gcc.
from 4e6bf0b9dd5 Fix ICE when mixing VLAs and statement expressions [PR91038] adds dd159a4167c aarch64: Add new vector mode V8DI adds 049f0efeaa7 libcpp: Fix up handling of block comments in -fdirectives-o [...] adds c7054648238 Fix two mips target tests compromised by recent IPA work adds 054bf99841a libstdc++: Fix std::type_info::before for ARM [PR103240] adds 6afa1083c6e libstdc++: Set active member of union in std::string [PR103295] adds 5a9572e486a libstdc++: Simplify std::string constructors adds 5ea8803e65e libstdc++: Use std::construct_at in net::ip::address adds d3a9082d7ac doc: document -fimplicit-constexpr adds 2c2148d8c14 Handle folded nonconstant array bounds [PR101702] adds ef342b2d99e i386: Introduce LEGACY_SSE_REGNO_P predicate adds 74509b963ef Add very basic IPA part of modref-kill analysis adds 69a5b3ca5c8 i386: Redefine indirect_thunks_used as HARD_REG_SET.
No new revisions were added by this update.
Summary of changes: gcc/c/c-decl.c | 10 +- gcc/config/aarch64/aarch64-modes.def | 5 + gcc/config/aarch64/aarch64.c | 4 + gcc/config/aarch64/iterators.md | 2 +- gcc/config/i386/i386.c | 36 +++--- gcc/config/i386/i386.h | 5 +- gcc/doc/invoke.texi | 7 ++ gcc/ipa-modref-tree.c | 46 ++++++++ gcc/ipa-modref-tree.h | 4 + gcc/ipa-modref.c | 121 ++++++++++++--------- gcc/testsuite/c-c++-common/cpp/dir-only-9.c | 13 +++ gcc/testsuite/gcc.dg/Warray-parameter-11.c | 24 ++++ gcc/testsuite/gcc.target/mips/frame-header-1.c | 2 +- gcc/testsuite/gcc.target/mips/frame-header-2.c | 2 +- libcpp/lex.c | 2 +- libstdc++-v3/include/bits/basic_string.h | 76 ++++++++----- libstdc++-v3/include/bits/basic_string.tcc | 79 ++++++++------ libstdc++-v3/include/experimental/internet | 8 +- libstdc++-v3/libsupc++/tinfo2.cc | 5 +- .../testsuite/18_support/type_info/103240.cc | 36 ++++++ libstdc++-v3/testsuite/util/testsuite_shared.cc | 12 ++ 21 files changed, 351 insertions(+), 148 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/cpp/dir-only-9.c create mode 100644 gcc/testsuite/gcc.dg/Warray-parameter-11.c create mode 100644 libstdc++-v3/testsuite/18_support/type_info/103240.cc