This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9178128 PR c++/78345 - ICE initializing array from lambda. new e596bd6 Fix alignment bugs in std::codecvt_utf16
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 | 23 ++ libstdc++-v3/src/c++11/codecvt.cc | 392 ++++++++++++--------- .../22_locale/codecvt/codecvt_utf16/79980.cc | 27 ++ .../22_locale/codecvt/codecvt_utf16/misaligned.cc | 289 +++++++++++++++ 4 files changed, 574 insertions(+), 157 deletions(-) create mode 100644 libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/misaligned.cc