This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 023f288a76f PR libstdc++/86963 Implement LWG 2729 constraints on tuple [...] new bffe1cb496f Formatted printing for dump_* in the middle-end
The 1 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 | 48 ++++ gcc/c-family/ChangeLog | 12 + gcc/c-family/c-format.c | 36 ++- gcc/dump-context.h | 7 +- gcc/dumpfile.c | 358 +++++++++++++++++++++++++++--- gcc/dumpfile.h | 20 +- gcc/testsuite/ChangeLog | 7 + gcc/testsuite/gcc.dg/format/gcc_diag-1.c | 15 +- gcc/testsuite/gcc.dg/format/gcc_diag-10.c | 26 +++ gcc/tree-vect-data-refs.c | 8 +- gcc/tree-vect-loop.c | 2 +- gcc/tree-vect-slp.c | 3 +- gcc/tree-vectorizer.c | 4 +- 13 files changed, 496 insertions(+), 50 deletions(-)