This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2a8e2ab2e9e x86: Always update EH return address in word_mode new bc35ef65434 Add support for grouping of related diagnostics (PR other/84889)
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 | 55 +++++++++++++ gcc/attribs.c | 3 +- gcc/c-family/ChangeLog | 11 +++ gcc/c-family/c-attribs.c | 1 + gcc/c-family/c-indentation.c | 1 + gcc/c-family/c-opts.c | 1 + gcc/c-family/c-warn.c | 3 + gcc/c/ChangeLog | 23 ++++++ gcc/c/c-decl.c | 44 +++++++++-- gcc/c/c-parser.c | 22 ++++-- gcc/c/c-typeck.c | 78 +++++++++++++------ gcc/calls.c | 1 + gcc/cgraphunit.c | 17 ++-- gcc/cp/ChangeLog | 70 +++++++++++++++++ gcc/cp/call.c | 29 ++++++- gcc/cp/class.c | 75 +++++++++++------- gcc/cp/constexpr.c | 21 +++-- gcc/cp/cp-gimplify.c | 15 ++-- gcc/cp/cvt.c | 3 + gcc/cp/decl.c | 28 +++++-- gcc/cp/decl2.c | 3 + gcc/cp/error.c | 2 + gcc/cp/friend.c | 4 + gcc/cp/init.c | 48 +++++++----- gcc/cp/lex.c | 1 + gcc/cp/name-lookup.c | 35 +++++---- gcc/cp/parser.c | 6 ++ gcc/cp/pt.c | 8 ++ gcc/cp/search.c | 10 +++ gcc/cp/tree.c | 2 + gcc/cp/typeck.c | 49 +++++++----- gcc/cp/typeck2.c | 2 + gcc/diagnostic-core.h | 9 +++ gcc/diagnostic.c | 60 +++++++++++++++ gcc/diagnostic.h | 17 ++++ gcc/gimple-ssa-isolate-paths.c | 26 ++++--- gcc/gimple-ssa-warn-alloca.c | 50 +++++++----- gcc/gimple-ssa-warn-restrict.c | 2 + gcc/gimplify.c | 2 + gcc/hsa-gen.c | 2 + gcc/ipa-devirt.c | 39 ++++++---- gcc/multiple_target.c | 1 + gcc/opts-common.c | 1 + gcc/reginfo.c | 1 + gcc/substring-locations.c | 1 + gcc/testsuite/ChangeLog | 7 ++ .../gcc.dg/plugin/diagnostic-group-test-1.c | 26 +++++++ ...n_test_inlining.c => diagnostic_group_plugin.c} | 90 +++++++++++++++++----- gcc/testsuite/gcc.dg/plugin/plugin.exp | 2 + gcc/tree-inline.c | 1 + gcc/tree-ssa-ccp.c | 1 + gcc/tree-ssa-loop-niter.c | 1 + gcc/tree-ssa-uninit.c | 1 + gcc/tree.c | 2 + 54 files changed, 801 insertions(+), 212 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/plugin/diagnostic-group-test-1.c copy gcc/testsuite/gcc.dg/plugin/{diagnostic_plugin_test_inlining.c => diagnostic_ [...]