This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e92ca8d3b4c c++: Improve printing of base classes [PR110745] new 2d614822e9e libstdc++: Check for std::ratio in arithmetic and compariso [...] new 0867d30a68d libstdc++: Do not define inaccurate from_chars for _Float12 [...]
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/bits/chrono.h | 19 ++------ libstdc++-v3/include/std/ratio | 53 ++++++++++++++++++++-- libstdc++-v3/src/c++17/floating_from_chars.cc | 12 +---- .../20_util/duration/requirements/typedefs_neg1.cc | 2 +- .../20_util/duration/requirements/typedefs_neg2.cc | 2 +- .../20_util/ratio/requirements/type_constraints.cc | 34 ++++++++++++++ 6 files changed, 88 insertions(+), 34 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/ratio/requirements/type_constraints.cc