This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9e0d8a375ba cris: support -fstack-usage new 3dfd5493cf9 libstdc++: More efficient date from days new 97d6161f6a7 libstdc++: More efficient days from date new 126793971be libstdc++: More efficient is_leap new 8265ab07f3b libstdc++: More efficient last day of month new b6680c20845 [PR99123] inline-asm: Don't use decompose_mem_address to fi [...]
The 5 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: gcc/lra-constraints.c | 10 -- .../gcc.target/i386/{20020729-1.c => pr99123.c} | 11 +- libstdc++-v3/include/std/chrono | 128 +++++++++++++++------ .../three_way.cc => std/time/year/2.cc} | 27 +++-- .../testsuite/std/time/year_month_day/3.cc | 71 ++++++++++++ .../testsuite/std/time/year_month_day/4.cc | 71 ++++++++++++ 6 files changed, 261 insertions(+), 57 deletions(-) copy gcc/testsuite/gcc.target/i386/{20020729-1.c => pr99123.c} (74%) copy libstdc++-v3/testsuite/{20_util/time_point/comparison_operators/three_way.cc [...] create mode 100644 libstdc++-v3/testsuite/std/time/year_month_day/3.cc create mode 100644 libstdc++-v3/testsuite/std/time/year_month_day/4.cc