This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 69eab567dcc 2017-11-20 Steve Ellcey sellcey@cavium.com new dbfb2c436f8 C++: provide macro used-before-defined hint (PR c++/72786) new 0911a8d3846 C: hints for missing stdlib includes for macros and types
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 | 6 ++ gcc/c/ChangeLog | 7 ++ gcc/c/c-decl.c | 92 +++++++++++++++++++++- gcc/cp/ChangeLog | 7 ++ gcc/cp/name-lookup.c | 50 +++++++++++- gcc/spellcheck.h | 7 ++ gcc/testsuite/ChangeLog | 11 +++ ...ro-ordering.C => spellcheck-macro-ordering-2.C} | 18 +++-- gcc/testsuite/g++.dg/spellcheck-macro-ordering.C | 3 +- gcc/testsuite/gcc.dg/spellcheck-stdlib.c | 55 +++++++++++++ libcpp/ChangeLog | 6 ++ libcpp/include/cpplib.h | 1 + libcpp/macro.c | 8 ++ 13 files changed, 258 insertions(+), 13 deletions(-) copy gcc/testsuite/g++.dg/{spellcheck-macro-ordering.C => spellcheck-macro-orderin [...] create mode 100644 gcc/testsuite/gcc.dg/spellcheck-stdlib.c