This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b838641bb0d mklog: Handle correctly long lines. new e5c422b7d8a libstdc++: Implement LWG 415 for std::ws new b7a89c041aa libstdc++: Allow unique_ptr<Incomplete[]>::operator[] [PR 101236]
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: libstdc++-v3/doc/html/manual/bugs.html | 4 ++ libstdc++-v3/doc/xml/manual/intro.xml | 7 ++ libstdc++-v3/include/bits/istream.tcc | 46 ++++++++++--- libstdc++-v3/include/bits/unique_ptr.h | 16 ++++- .../testsuite/20_util/unique_ptr/101236.cc | 13 ++++ .../20_util/unique_ptr/cons/incomplete.cc | 14 +++- .../testsuite/20_util/unique_ptr/lwg2762.cc | 26 ++++++-- .../27_io/basic_istream/ws/char/lwg415.cc | 77 ++++++++++++++++++++++ .../27_io/basic_istream/ws/wchar_t/lwg415.cc | 77 ++++++++++++++++++++++ 9 files changed, 259 insertions(+), 21 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/unique_ptr/101236.cc create mode 100644 libstdc++-v3/testsuite/27_io/basic_istream/ws/char/lwg415.cc create mode 100644 libstdc++-v3/testsuite/27_io/basic_istream/ws/wchar_t/lwg415.cc