This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 32f6485849c ifcombine: skip fallback conjunction on noncontiguous blocks new 498f9aefbf3 libstdc++: Fix unsigned wraparound in codecvt::do_length [P [...] new 281ac0ef100 libstdc++: Simplify std::list assignment using 'if constexpr' new 751f91be72d libstdc++: Simplify std::forward_list assignment using 'if [...]
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: .../config/locale/dragonfly/codecvt_members.cc | 9 +- libstdc++-v3/config/locale/gnu/codecvt_members.cc | 9 +- libstdc++-v3/include/bits/forward_list.h | 119 ++++++++++++++------- libstdc++-v3/include/bits/stl_list.h | 29 ++++- .../22_locale/codecvt/length/wchar_t/105857.cc | 21 ++++ 5 files changed, 139 insertions(+), 48 deletions(-) create mode 100644 libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/105857.cc