This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch in repository gcc.
from 19d5f01de53 Ada: Fix s-oscons.ads generation new 0d3e21abf47 PR libstdc++/85222 allow catching iostream errors as gcc4-c [...]
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/ChangeLog | 37 ++++++++ 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 | 16 ---- 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 +--- 18 files changed, 312 insertions(+), 107 deletions(-) create mode 100644 libstdc++-v3/testsuite/27_io/ios_base/failure/dual_abi.cc