This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c7054648238 Fix two mips target tests compromised by recent IPA work new 054bf99841a libstdc++: Fix std::type_info::before for ARM [PR103240] new 6afa1083c6e libstdc++: Set active member of union in std::string [PR103295] new 5a9572e486a libstdc++: Simplify std::string constructors new 5ea8803e65e libstdc++: Use std::construct_at in net::ip::address
The 4 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: 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 ++++ 6 files changed, 152 insertions(+), 64 deletions(-) create mode 100644 libstdc++-v3/testsuite/18_support/type_info/103240.cc