This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4970bf23fef PR tree-optimization/83293 * gimple-ssa-strength-reductio [...] new aa0e50a0b56 Move macro-spellchecking code from "gcc" to new files in c-family new 0823340178e C/C++: don't suggest implementation names as spelling fixes [...]
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 | 11 ++ gcc/Makefile.in | 2 +- gcc/c-family/ChangeLog | 22 ++++ gcc/c-family/c-common.c | 1 + gcc/c-family/c-common.h | 1 + gcc/c-family/c-spellcheck.cc | 121 +++++++++++++++++++++ gcc/{spellcheck-tree.h => c-family/c-spellcheck.h} | 36 +----- gcc/c/ChangeLog | 10 ++ gcc/c/c-decl.c | 13 +++ gcc/cp/ChangeLog | 10 ++ gcc/cp/name-lookup.c | 26 ++++- gcc/spellcheck-tree.c | 30 ----- gcc/spellcheck-tree.h | 26 ----- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/c-c++-common/spellcheck-reserved.c | 55 ++++++++++ 15 files changed, 278 insertions(+), 91 deletions(-) create mode 100644 gcc/c-family/c-spellcheck.cc copy gcc/{spellcheck-tree.h => c-family/c-spellcheck.h} (62%) create mode 100644 gcc/testsuite/c-c++-common/spellcheck-reserved.c