This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 26040f0 PR c/71514 * c-common.c (get_atomic_generic_size): Disallow [...] new 5c8151f Spelling suggestions for misspelled preprocessor directives
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 | 8 +++++ gcc/c-family/c-common.c | 17 ++++++++++ gcc/c-family/c-common.h | 5 +++ gcc/c-family/c-lex.c | 1 + gcc/testsuite/ChangeLog | 5 +++ gcc/testsuite/gcc.dg/cpp/misspelled-directive-1.c | 12 +++++++ gcc/testsuite/gcc.dg/cpp/misspelled-directive-2.c | 21 ++++++++++++ libcpp/ChangeLog | 11 ++++++ libcpp/directives.c | 41 +++++++++++++++++++++-- libcpp/errors.c | 36 ++++++++++++++++++++ libcpp/include/cpplib.h | 8 +++++ 11 files changed, 163 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/cpp/misspelled-directive-1.c create mode 100644 gcc/testsuite/gcc.dg/cpp/misspelled-directive-2.c