This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8bd7380106a * Makefile.in (OBJS): Add gimple-ssa-evrp-analyze.o. * gi [...] new dd008336e8f c-family: add name_hint/deferred_diagnostic
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/c-family/ChangeLog | 7 +++ gcc/c-family/c-common.h | 12 ----- gcc/c-family/name-hint.h | 121 +++++++++++++++++++++++++++++++++++++++++++++++ gcc/c/ChangeLog | 17 +++++++ gcc/c/c-decl.c | 37 ++++++++------- gcc/c/c-parser.c | 18 ++++--- gcc/cp/ChangeLog | 15 ++++++ gcc/cp/name-lookup.c | 15 +++--- gcc/cp/parser.c | 12 +++-- 9 files changed, 208 insertions(+), 46 deletions(-) create mode 100644 gcc/c-family/name-hint.h