This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 458d2c68996 options: Make -Ofast switch off -fsemantic-interposition new 2d76292bd67 libstdc++: Begin lifetime of chars in constexpr std::string [...] new b8f2efaed02 libstdc++: Suppress -Wstringop warnings [PR103332]
The 2 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 | 40 +++++++++- libstdc++-v3/include/bits/basic_string.tcc | 7 +- libstdc++-v3/include/bits/char_traits.h | 92 +++++++++++++++++++--- libstdc++-v3/include/ext/vstring.h | 1 + libstdc++-v3/include/std/string_view | 2 + .../21_strings/basic_string/capacity/char/1.cc | 3 + .../capacity/char/resize_and_overwrite.cc | 14 ++++ .../21_strings/basic_string/operators/char/1.cc | 3 + .../filesystem/path/factory/u8path-char8_t.cc | 4 +- 9 files changed, 150 insertions(+), 16 deletions(-)