This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9f7481c 2017-01-20 Richard Biener rguenther@suse.de new f778e50 C++: fix fix-it hints for misspellings within explicit namespaces new 43306c2 [ARM] PR target/71270 fix neon_valid_immediate for big-endian new d8b267a omp-offload: use PROP_gimple_lomp_dev
The 3 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 | 14 +++ gcc/config/arm/arm.c | 6 ++ gcc/cp/ChangeLog | 25 +++++ gcc/cp/cp-tree.h | 3 +- gcc/cp/error.c | 5 +- gcc/cp/lex.c | 2 +- gcc/cp/name-lookup.c | 55 ++++++++-- gcc/cp/parser.c | 4 +- gcc/omp-expand.c | 11 +- gcc/omp-offload.c | 9 +- gcc/passes.c | 2 + gcc/testsuite/ChangeLog | 7 ++ gcc/testsuite/g++.dg/spellcheck-pr77829.C | 167 ++++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/spellcheck-pr78656.C | 39 +++++++ gcc/tree-inline.c | 9 +- 15 files changed, 330 insertions(+), 28 deletions(-) create mode 100644 gcc/testsuite/g++.dg/spellcheck-pr77829.C create mode 100644 gcc/testsuite/g++.dg/spellcheck-pr78656.C