This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from efa1150 * configure.ac: Check for the minimum in-tree MPFR version [...] new 2298604 Implement C++17 string searchers. * include/std/functional: [...] new 2552de7 Implement P0253R1, Fixing a design mistake in the searchers [...] new 0043403 Fix suggestions for non-trivial Wformat type cases (PR c/72858)
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/c-family/ChangeLog | 34 ++ gcc/c-family/c-format.c | 418 ++++++++++++++++++--- gcc/testsuite/ChangeLog | 7 + gcc/testsuite/gcc.dg/format/diagnostic-ranges.c | 10 +- gcc/testsuite/gcc.dg/format/pr72858.c | 410 ++++++++++++++++++++ libstdc++-v3/ChangeLog | 24 ++ libstdc++-v3/include/std/functional | 317 ++++++++++++++++ .../function_objects}/searchers.cc | 28 +- 8 files changed, 1171 insertions(+), 77 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/format/pr72858.c copy libstdc++-v3/testsuite/{experimental/functional => 20_util/function_objects}/ [...]