This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 29e304fd5f9 optimize tanh(x) / sinh (x) to 1/ cosh (x) new 34e4962aed0 diagnostics: Add function call parens matching to c_parser. new 9eea5d2ddf7 Provide diagnostic hints for missing C inttypes.h string co [...] new 1dc83b46065 Provide diagnostic hints for missing C++ cinttypes string c [...]
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/c-family/known-headers.cc | 61 ++++++++++++++++- gcc/c-family/known-headers.h | 3 + gcc/c/c-parser.c | 61 +++++++++++++---- gcc/cp/parser.c | 36 ++++++++++ ...g-close-symbol.c => missing-close-func-paren.c} | 33 +++++---- gcc/testsuite/g++.dg/spellcheck-inttypes.C | 80 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/spellcheck-inttypes.c | 78 +++++++++++++++++++++ 7 files changed, 322 insertions(+), 30 deletions(-) copy gcc/testsuite/c-c++-common/{missing-close-symbol.c => missing-close-func-pare [...] create mode 100644 gcc/testsuite/g++.dg/spellcheck-inttypes.C create mode 100644 gcc/testsuite/gcc.dg/spellcheck-inttypes.c