This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ca4982c229f [store-merging] Use store order as tie-breaker in sort_by_bitpos new ddeff578df9 PR libstdc++/81468 constrain std::chrono::time_point constructor new 45a8cb8809b [Aarch64, Patch] Update failing testcase pr62178.c
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: gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/gcc.target/aarch64/pr62178.c | 4 +- libstdc++-v3/ChangeLog | 22 +++++++ libstdc++-v3/include/std/chrono | 75 +++++++++++++--------- .../testsuite/20_util/duration/cons/dr1177.cc | 41 ++++++++++++ .../testsuite/20_util/duration/literals/range.cc | 2 +- .../20_util/duration/requirements/typedefs_neg1.cc | 2 +- .../20_util/duration/requirements/typedefs_neg2.cc | 2 +- .../20_util/duration/requirements/typedefs_neg3.cc | 2 +- .../80812.cc => time_point/cons/81468.cc} | 27 ++++---- 10 files changed, 134 insertions(+), 48 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/duration/cons/dr1177.cc copy libstdc++-v3/testsuite/20_util/{is_constructible/80812.cc => time_point/cons/ [...]