This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 907b83ae15c PR c++/80990 use cv-qualifiers in class template argument d [...] new c2b91adce4a Add C++17 deduction guide for std::basic_string (P0433R2, partial) new 69bf76d9be4 2017-06-07 Tony Reix tony.reix@atos.net Mat [...] new 5c672d0baa8 Fix white space.
The 3 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: libgcc/ChangeLog | 9 ++ libgcc/config/rs6000/aix-unwind.h | 37 +++++-- libstdc++-v3/ChangeLog | 12 +++ libstdc++-v3/include/bits/alloc_traits.h | 16 +++ libstdc++-v3/include/bits/basic_string.h | 12 +++ libstdc++-v3/include/ext/alloc_traits.h | 2 +- .../21_strings/basic_string/cons/char/deduction.cc | 118 +++++++++++++++++++++ .../basic_string/cons/wchar_t/deduction.cc | 77 ++++++++++++++ 8 files changed, 273 insertions(+), 10 deletions(-) create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/cons/char/deduction.cc create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/ded [...]