This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d868016 Document LWG DR 2684 status and regenerate libstdc++ manual new 09d899d S/390: Remove mode size check in encode_section_info. new 24acd4a C++ FE: handle misspelled identifiers and typenames
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 | 5 + gcc/config/s390/s390.c | 7 +- gcc/cp/ChangeLog | 22 ++ gcc/cp/name-lookup.c | 116 +++++++++- gcc/cp/parser.c | 43 +++- gcc/cp/parser.h | 1 + gcc/cp/search.c | 8 +- gcc/testsuite/ChangeLog | 11 + gcc/testsuite/g++.dg/spellcheck-identifiers-2.C | 43 ++++ gcc/testsuite/g++.dg/spellcheck-identifiers.C | 255 +++++++++++++++++++++ .../spellcheck-typenames.C} | 75 +++--- 11 files changed, 512 insertions(+), 74 deletions(-) create mode 100644 gcc/testsuite/g++.dg/spellcheck-identifiers-2.C create mode 100644 gcc/testsuite/g++.dg/spellcheck-identifiers.C copy gcc/testsuite/{gcc.dg/spellcheck-typenames.c => g++.dg/spellcheck-typenames.C} (53%)