This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6fe661f6408 * config/abi/post/x86_64-linux-gnu/baseline_symbols.txt: Update. new 26909ed4db7 PR libstdc++/83328 add correct basic_string::insert for ini [...]
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: libstdc++-v3/ChangeLog | 24 +++++++++++++++ libstdc++-v3/acinclude.m4 | 2 +- libstdc++-v3/config/abi/pre/gnu.ver | 36 +++++++++++++++++++++- libstdc++-v3/configure | 2 +- libstdc++-v3/include/bits/basic_string.h | 7 +++++ libstdc++-v3/include/debug/string | 29 +++++++++-------- libstdc++-v3/src/c++11/string-inst.cc | 2 ++ .../{dr2268.cc => modifiers/insert/char/83328.cc} | 31 ++++++++++--------- .../insert/wchar_t/83328.cc} | 32 ++++++++++--------- libstdc++-v3/testsuite/util/testsuite_abi.cc | 3 +- 10 files changed, 121 insertions(+), 47 deletions(-) copy libstdc++-v3/testsuite/21_strings/basic_string/{dr2268.cc => modifiers/insert [...] copy libstdc++-v3/testsuite/21_strings/basic_string/{dr2268.cc => modifiers/insert [...]