This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0911a8d3846 C: hints for missing stdlib includes for macros and types new 145fb49ffe2 C/C++: more stdlib header hints (PR c/81404) new c8a6be18fc0 Use -Wtraditional for "would be stringified in traditional [...]
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/Makefile.in | 2 +- gcc/c-family/ChangeLog | 10 ++ gcc/c-family/known-headers.cc | 169 +++++++++++++++++++++ .../c-family/known-headers.h | 28 +++- gcc/c/ChangeLog | 10 ++ gcc/c/c-decl.c | 82 +--------- gcc/cp/ChangeLog | 7 + gcc/cp/name-lookup.c | 11 ++ gcc/testsuite/ChangeLog | 12 ++ gcc/testsuite/g++.dg/spellcheck-stdlib.C | 84 ++++++++++ gcc/testsuite/gcc.dg/pragma-diag-7.c | 13 ++ gcc/testsuite/gcc.dg/spellcheck-stdlib.c | 9 ++ libcpp/ChangeLog | 6 + libcpp/macro.c | 2 +- 15 files changed, 362 insertions(+), 88 deletions(-) create mode 100644 gcc/c-family/known-headers.cc copy libcc1/compiler-name.hh => gcc/c-family/known-headers.h (51%) create mode 100644 gcc/testsuite/g++.dg/spellcheck-stdlib.C