This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ab01cac2f55 2019-05-07 Richard Biener rguenther@suse.de new ff628b99e47 Fix make install-gcc-specs with empty GCC_SPECS_FILES new 845d0fd6b55 Add test for std::hashstd::error_code new 29499715678 Improve API docs for std::regex new 69be6ea54c2 Make allocator propagation more consistent for operator+(ba [...] new b103d23d42b Fix incorrect DR numbers in libstdc++ manual
The 5 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: gcc/ada/ChangeLog | 5 + gcc/ada/gcc-interface/Makefile.in | 5 +- libstdc++-v3/ChangeLog | 27 ++++ libstdc++-v3/doc/xml/manual/intro.xml | 10 +- libstdc++-v3/include/bits/basic_string.h | 20 ++- libstdc++-v3/include/bits/basic_string.tcc | 12 +- libstdc++-v3/include/bits/regex.h | 46 ++++--- libstdc++-v3/include/bits/regex.tcc | 12 +- .../{error_condition => error_code}/hash.cc | 13 +- .../basic_string/allocator/char/operator_plus.cc | 151 ++++++++++++++++++++ .../allocator/wchar_t/operator_plus.cc | 152 +++++++++++++++++++++ 11 files changed, 413 insertions(+), 40 deletions(-) copy libstdc++-v3/testsuite/19_diagnostics/{error_condition => error_code}/hash.cc (82%) create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/o [...] create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_ [...]