This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from e219108afdf Daily bump. new ec5da76ad33 libstdc++: Optimize std::to_array for trivial types [PR110167] new 6a858b742c1 libstdc++: Fix a -Wsign-compare warning in std::list new 2d5eee092aa libstdc++: Fix UB in weekday::weekday(sys_days) and add test new d472bd346dd libstdc++: Remove unnecessary "& 1" from year_month_day_las [...] new a7c37987a57 libstdc++: Simplify year::is_leap() new a491dd0eac3 libstdc++: Improve operator-(weekday x, weekday y) new 2f09b1c7b93 libstdc++: Remove UB from month and weekday additions and s [...]
The 7 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/list.tcc | 2 +- libstdc++-v3/include/std/array | 53 +++++--- libstdc++-v3/include/std/chrono | 140 +++++++++++++-------- .../23_containers/array/creation/110167.cc | 14 +++ 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 | 21 ++++ libstdc++-v3/testsuite/std/time/weekday/2.cc | 32 +++++ 8 files changed, 246 insertions(+), 67 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/array/creation/110167.cc create mode 100644 libstdc++-v3/testsuite/std/time/month/2.cc create mode 100644 libstdc++-v3/testsuite/std/time/weekday/2.cc