This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 980e278dbe5 Revert x86_order_regs_for_local_alloc changes in r12-1669. new 7036e9ef462 Add support for per-location warning groups. new 1ebd2b2c940 c: add support for per-location warning groups. new 43c3f96f296 c-family: add support for per-location warning groups. new 65870e75616 cp: add support for per-location warning groups. new e9e2bad7251 middle-end: add support for per-location warning groups.
The 5 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/Makefile.in | 6 +- gcc/builtins.c | 90 ++++++++------- gcc/c-family/c-common.c | 9 +- gcc/c-family/c-gimplify.c | 2 +- gcc/c-family/c-warn.c | 10 +- gcc/c/c-decl.c | 24 ++-- gcc/c/c-fold.c | 8 +- gcc/c/c-parser.c | 4 +- gcc/c/c-typeck.c | 43 ++++--- gcc/calls.c | 90 ++++++++------- gcc/cfgexpand.c | 6 +- gcc/cgraphunit.c | 2 +- gcc/cp/call.c | 10 +- gcc/cp/class.c | 2 +- gcc/cp/constraint.cc | 4 +- gcc/cp/coroutines.cc | 22 ++-- gcc/cp/cp-gimplify.c | 20 ++-- gcc/cp/cp-ubsan.c | 2 +- gcc/cp/cvt.c | 12 +- gcc/cp/decl.c | 15 +-- gcc/cp/decl2.c | 4 +- gcc/cp/except.c | 3 +- gcc/cp/init.c | 16 +-- gcc/cp/method.c | 2 +- gcc/cp/parser.c | 6 +- gcc/cp/pt.c | 23 ++-- gcc/cp/rtti.c | 4 +- gcc/cp/semantics.c | 17 +-- gcc/cp/tree.c | 2 +- gcc/cp/typeck.c | 27 ++--- gcc/diagnostic-spec.c | 179 +++++++++++++++++++++++++++++ gcc/diagnostic-spec.h | 141 +++++++++++++++++++++++ gcc/fold-const.c | 13 +-- gcc/gengtype.c | 2 +- gcc/gimple-array-bounds.cc | 21 ++-- gcc/gimple-expr.c | 2 +- gcc/gimple-fold.c | 27 +++-- gcc/gimple-ssa-isolate-paths.c | 5 + gcc/gimple-ssa-nonnull-compare.c | 2 +- gcc/gimple-ssa-sprintf.c | 10 +- gcc/gimple-ssa-store-merging.c | 12 +- gcc/gimple-ssa-warn-restrict.c | 114 ++++++++++--------- gcc/gimple-ssa-warn-restrict.h | 10 +- gcc/gimple.c | 2 +- gcc/gimple.h | 25 +++- gcc/gimplify.c | 17 +-- gcc/omp-expand.c | 6 +- gcc/omp-low.c | 16 +-- gcc/tree-cfg.c | 10 +- gcc/tree-complex.c | 4 +- gcc/tree-inline.c | 8 +- gcc/tree-nested.c | 2 +- gcc/tree-sra.c | 8 +- gcc/tree-ssa-ccp.c | 2 +- gcc/tree-ssa-forwprop.c | 3 +- gcc/tree-ssa-loop-ch.c | 4 +- gcc/tree-ssa-loop-im.c | 2 +- gcc/tree-ssa-phiopt.c | 9 +- gcc/tree-ssa-strlen.c | 68 ++++++----- gcc/tree-ssa-uninit.c | 42 ++++--- gcc/tree-vrp.c | 12 +- gcc/tree.h | 27 +++++ gcc/vr-values.c | 8 +- gcc/warning-control.cc | 238 +++++++++++++++++++++++++++++++++++++++ 64 files changed, 1090 insertions(+), 446 deletions(-) create mode 100644 gcc/diagnostic-spec.c create mode 100644 gcc/diagnostic-spec.h create mode 100644 gcc/warning-control.cc