This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c10b442ee48 libstdc++: Add missing whitespace in dg-do directives new 4ad697bb7f1 libstdc++: Fix localized %c formatting for <chrono> [PR117085] new 00a87ee76f4 libstdc++: Use appropriate feature test macro for std::byte new 4be7d2d340a match.pd: Fold logarithmic identities.
The 3 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/match.pd | 25 ++++++++++ gcc/testsuite/gcc.dg/tree-ssa/log_ident.c | 56 ++++++++++++++++++++++ libstdc++-v3/include/bits/chrono_io.h | 14 +++--- libstdc++-v3/include/bits/cpp_type_traits.h | 2 +- .../testsuite/std/time/{ => format}/format.cc | 0 .../{format_localized.cc => format/localized.cc} | 0 libstdc++-v3/testsuite/std/time/format/pr117085.cc | 19 ++++++++ 7 files changed, 109 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/log_ident.c rename libstdc++-v3/testsuite/std/time/{ => format}/format.cc (100%) rename libstdc++-v3/testsuite/std/time/{format_localized.cc => format/localized.cc [...] create mode 100644 libstdc++-v3/testsuite/std/time/format/pr117085.cc