This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 69ffddd8bd9 libgcobol: Handle long double as an alternate IEEE754 quad [...] new 8a208899e92 libstdc++: Enable __gnu_test::test_container constructor for C++98 new 05d3aebe24b libstdc++: Fix std::string construction from volatile char* [...]
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 | 24 ++++++++++----- libstdc++-v3/include/bits/basic_string.tcc | 3 +- libstdc++-v3/include/bits/cow_string.h | 17 +++++++---- .../21_strings/basic_string/cons/char/119748.cc | 35 ++++++++++++++++++++++ .../21_strings/basic_string/cons/wchar_t/119748.cc | 7 +++++ libstdc++-v3/testsuite/util/testsuite_iterators.h | 4 +-- 6 files changed, 74 insertions(+), 16 deletions(-) create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/cons/char/119748.cc create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/119748.cc