This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e47a54ff1cd Add testcase from PR71959 new ac9a84363ea Implement LWG 2221: formatted output operator for nullptr
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 | 14 ++++++++++++++ libstdc++-v3/config/abi/pre/gnu.ver | 8 ++++++-- libstdc++-v3/include/std/ostream | 6 ++++++ libstdc++-v3/src/c++17/Makefile.am | 3 ++- libstdc++-v3/src/c++17/Makefile.in | 8 +++++--- .../src/{c++11/ios-inst.cc => c++17/ostream-inst.cc} | 14 +++++++------- .../27_io/basic_ostream/inserters_other/char/lwg2221.cc | 9 +++++++++ 7 files changed, 49 insertions(+), 13 deletions(-) copy libstdc++-v3/src/{c++11/ios-inst.cc => c++17/ostream-inst.cc} (76%) create mode 100644 libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char [...]