This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 12577f720ae PR c++/85312 - P0962 cleanup * parser.c (cp_parser_perfor [...] new 9c3b03fcfb2 PR libstdc++/85222 allow catching iostream errors as gcc4-c [...] new 105ef6cf750 Show pertinent parameter (PR c++/85110) new 6b3fef139a5 gdbhooks: Add new pretty-printers for: varpool_node, symtab [...]
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: gcc/ChangeLog | 5 ++ gcc/cp/ChangeLog | 9 ++ gcc/cp/call.c | 2 +- gcc/cp/cp-tree.h | 2 + gcc/cp/typeck.c | 10 ++- gcc/gdbhooks.py | 54 ++++++++++-- gcc/testsuite/ChangeLog | 8 ++ gcc/testsuite/g++.dg/cpp1z/direct-enum-init1.C | 6 +- gcc/testsuite/g++.dg/diagnostic/aka2.C | 2 +- .../g++.dg/diagnostic/param-type-mismatch-2.C | 27 ++++-- libstdc++-v3/ChangeLog | 33 ++++++++ libstdc++-v3/src/c++11/Makefile.am | 23 +++++ libstdc++-v3/src/c++11/Makefile.in | 22 +++++ libstdc++-v3/src/c++11/cxx11-ios_failure.cc | 70 +++++++++++++++ libstdc++-v3/src/c++11/ios.cc | 12 --- libstdc++-v3/src/c++98/ios_failure.cc | 47 ++++++++++ .../testsuite/27_io/basic_ios/copyfmt/char/1.cc | 9 +- .../testsuite/27_io/basic_ios/exceptions/char/1.cc | 9 +- .../char/exceptions_failbit.cc | 9 +- .../wchar_t/exceptions_failbit.cc | 9 +- .../extractors_other/char/exceptions_null.cc | 9 +- .../extractors_other/wchar_t/exceptions_null.cc | 9 +- .../27_io/basic_istream/sentry/char/12297.cc | 9 +- .../27_io/basic_istream/sentry/wchar_t/12297.cc | 9 +- .../inserters_other/char/exceptions_null.cc | 9 +- .../inserters_other/wchar_t/exceptions_null.cc | 9 +- .../testsuite/27_io/ios_base/failure/dual_abi.cc | 99 ++++++++++++++++++++++ libstdc++-v3/testsuite/27_io/ios_base/storage/2.cc | 15 +--- 28 files changed, 412 insertions(+), 124 deletions(-) create mode 100644 libstdc++-v3/testsuite/27_io/ios_base/failure/dual_abi.cc