This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 04df5e7de2f ia32: Fix alignment of _Atomic fields [PR65146] new 7b743c67f04 libstdc++: Fix operator overload ambiguity with calendar types new 71e9716137d libstdc++: Fix arithmetic bug in chrono::year_month::operator+
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/include/std/chrono | 286 ++++++++++++--------- libstdc++-v3/testsuite/std/time/year_month/1.cc | 12 + .../std/time/{make24/1.cc => year_month/2.cc} | 27 +- .../std/time/{make24/1.cc => year_month_day/2.cc} | 27 +- .../time/{make24/1.cc => year_month_day_last/2.cc} | 27 +- .../time/{make24/1.cc => year_month_weekday/2.cc} | 27 +- .../{make24/1.cc => year_month_weekday_last/2.cc} | 27 +- 7 files changed, 244 insertions(+), 189 deletions(-) copy libstdc++-v3/testsuite/std/time/{make24/1.cc => year_month/2.cc} (60%) copy libstdc++-v3/testsuite/std/time/{make24/1.cc => year_month_day/2.cc} (58%) copy libstdc++-v3/testsuite/std/time/{make24/1.cc => year_month_day_last/2.cc} (57%) copy libstdc++-v3/testsuite/std/time/{make24/1.cc => year_month_weekday/2.cc} (56%) copy libstdc++-v3/testsuite/std/time/{make24/1.cc => year_month_weekday_last/2.cc} (54%)