This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b8faf1fca42 scev: Avoid ICE on results used in abnormal PHI args [PR113201] new 9f3eb93e727 libstdc++: Use if-constexpr in std::__try_use_facet [PR113099] new 2cb3d42d3f3 libstdc++: Remove UB from month and weekday additions and s [...] new 15cc291887d libstdc++: Fix std::char_traits<C>::move [PR113200]
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: libstdc++-v3/include/bits/char_traits.h | 16 +---- libstdc++-v3/include/bits/locale_classes.tcc | 5 +- libstdc++-v3/include/std/chrono | 79 +++++++++++++++------- .../21_strings/char_traits/requirements/113200.cc | 20 ++++++ libstdc++-v3/testsuite/std/time/month/1.cc | 19 ++++++ libstdc++-v3/testsuite/std/time/month/2.cc | 32 +++++++++ libstdc++-v3/testsuite/std/time/weekday/1.cc | 16 ++++- libstdc++-v3/testsuite/std/time/weekday/2.cc | 32 +++++++++ 8 files changed, 178 insertions(+), 41 deletions(-) create mode 100644 libstdc++-v3/testsuite/21_strings/char_traits/requirements/113200.cc create mode 100644 libstdc++-v3/testsuite/std/time/month/2.cc create mode 100644 libstdc++-v3/testsuite/std/time/weekday/2.cc