This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3895318beb8 libsanitizer: use git clone --depth 1 new ce86d9678b7 libstdc++: Fix detection of std::format support for __float [...] new a5d4f38fbe3 libstc++: std::formattable concept should not be defined for C++20 new c68c468e0eb libstdc++: Fix std::format test for strict -std=c++20 mode
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: libstdc++-v3/include/std/format | 86 ++++++++++++---------- .../format/{formatter.cc => formatter/concept.cc} | 47 +----------- .../{formatter.cc => formatter/requirements.cc} | 54 +++----------- .../testsuite/std/format/functions/format.cc | 35 +++++++-- 4 files changed, 93 insertions(+), 129 deletions(-) copy libstdc++-v3/testsuite/std/format/{formatter.cc => formatter/concept.cc} (50%) rename libstdc++-v3/testsuite/std/format/{formatter.cc => formatter/requirements.c [...]