This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 30f40fe PR c++/68724 * pt.c (unify): TRAIT_EXPR is an expr. new a952ef8 gcov: rename line_next to next_file_fn in function_info new 80ece1d gcov tool: Implement Hawick's algorithm for cycle detection, new bbc6c23 Implement C++17 rounding functions for std::chrono (P0092R1) new d8ef4fa Correct status of __cpp_lib_enable_shared_from_this
The 4 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/ChangeLog | 21 ++ gcc/gcov.c | 305 +++++++++++++-------- libstdc++-v3/ChangeLog | 14 + libstdc++-v3/doc/html/manual/status.html | 10 +- libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 5 +- libstdc++-v3/include/std/chrono | 89 ++++++ .../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 +- .../testsuite/20_util/duration_cast/rounding.cc | 57 ++++ .../testsuite/20_util/time_point_cast/rounding.cc | 59 ++++ 12 files changed, 447 insertions(+), 121 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/duration_cast/rounding.cc create mode 100644 libstdc++-v3/testsuite/20_util/time_point_cast/rounding.cc