This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 990a123ef7c Update gcc fr.po. new 50bb46e4d25 libstdc++: Fix and complete __gnu_debug::basic_string imple [...]
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/include/debug/string | 87 +++++++++++++++++----- .../basic_string/hash/{hash.cc => debug.cc} | 32 ++++---- .../basic_string/requirements/citerators.cc | 4 + .../basic_string/requirements/dr438/constructor.cc | 2 + .../basic_string/requirements/exception/basic.cc | 13 +++- .../exception/generation_prohibited.cc | 25 ++++++- .../exception/propagation_consistent.cc | 13 +++- .../requirements/explicit_instantiation/char/1.cc | 2 + .../explicit_instantiation/char16_t/1.cc | 2 + .../explicit_instantiation/char32_t/1.cc | 2 + .../explicit_instantiation/char8_t/1.cc | 2 + .../explicit_instantiation/wchar_t/1.cc | 2 + .../basic_string/requirements/typedefs.cc | 3 + libstdc++-v3/testsuite/util/exception/safety.h | 32 ++++++++ .../testsuite/util/testsuite_container_traits.h | 12 +++ 15 files changed, 193 insertions(+), 40 deletions(-) copy libstdc++-v3/testsuite/21_strings/basic_string/hash/{hash.cc => debug.cc} (64%)