This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3a4ffbd25e1 libgo: add platform support for SuperH new 7d2193daf31 * gcc.target/i386/pr82618.c (dg-options): Add -mno-stv. new d76863c8a62 Preserving locations for variable-uses and constants (PR c+ [...]
The 2 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 | 17 ++ gcc/c-family/ChangeLog | 23 ++ gcc/c-family/c-common.c | 39 +++- gcc/c-family/c-common.h | 1 + gcc/c-family/c-format.c | 10 +- gcc/c-family/c-pretty-print.c | 66 +++++- gcc/c-family/c-warn.c | 3 + gcc/cp/ChangeLog | 52 +++++ gcc/cp/call.c | 6 +- gcc/cp/cp-gimplify.c | 5 +- gcc/cp/cp-lang.c | 2 + gcc/cp/cp-tree.h | 30 ++- gcc/cp/cvt.c | 2 +- gcc/cp/error.c | 2 +- gcc/cp/except.c | 2 +- gcc/cp/mangle.c | 1 + gcc/cp/parser.c | 41 +++- gcc/cp/pt.c | 83 ++++++- gcc/cp/tree.c | 66 ++++++ gcc/cp/typeck.c | 6 +- gcc/testsuite/ChangeLog | 22 ++ .../g++.dg/diagnostic/param-type-mismatch.C | 27 +-- .../g++.dg/plugin/diagnostic-test-expressions-1.C | 256 +++++++++++++-------- gcc/testsuite/g++.dg/warn/Wformat-1.C | 2 + gcc/testsuite/gcc.target/i386/pr82618.c | 2 +- gcc/tree-core.h | 3 + gcc/tree.c | 103 +++++++++ gcc/tree.h | 47 ++++ 28 files changed, 754 insertions(+), 165 deletions(-)