This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 46933618359 Reduce code instantiated by filesystem::path::_S_convert_loc new 19613a9bd61 /cp 2019-04-26 Paolo Carlini paolo.carlini@oracle.com new 2f95fa8eb41 Fix tests that fail with _GLIBCXX_USE_CXX11_ABI=0
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: gcc/cp/ChangeLog | 9 ++++++- gcc/cp/decl.c | 1 + gcc/testsuite/ChangeLog | 7 +++++- gcc/testsuite/g++.dg/cpp1z/class-deduction66.C | 10 ++++++++ libstdc++-v3/ChangeLog | 7 ++++++ libstdc++-v3/testsuite/20_util/variant/run.cc | 28 ++++++++++++++++++---- .../testsuite/21_strings/basic_string/hash/hash.cc | 16 ++++++++++--- .../21_strings/basic_string/hash/hash_char8_t.cc | 4 +++- 8 files changed, 72 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction66.C