This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 23611606815 [to-be-committed] [RISC-V] Some basic patterns for zbkb cod [...] new b544ff88560 Fix bootstrap on AIX by adding c-family/c-type-mismatch.cc [...] new 2dbb1c124c1 diagnostics: disable localization of events in selftest pat [...]
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/Makefile.in | 3 +- gcc/c-family/c-format.cc | 2 +- gcc/c-family/c-type-mismatch.cc | 127 +++++++++++++++++++++ .../c-type-mismatch.h} | 112 +----------------- gcc/c-family/c-warn.cc | 2 +- gcc/c/c-objc-common.cc | 2 +- gcc/c/c-typeck.cc | 2 +- gcc/cp/call.cc | 2 +- gcc/cp/error.cc | 2 +- gcc/cp/typeck.cc | 2 +- gcc/diagnostic-path.h | 3 + gcc/diagnostic.cc | 8 +- gcc/gcc-rich-location.cc | 89 --------------- gcc/gcc-rich-location.h | 101 ---------------- gcc/tree-diagnostic-path.cc | 3 +- 15 files changed, 151 insertions(+), 309 deletions(-) create mode 100644 gcc/c-family/c-type-mismatch.cc copy gcc/{gcc-rich-location.h => c-family/c-type-mismatch.h} (54%)