This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f59d67f6abf 2017-12-14 Steve Ellcey sellcey@cavium.com new d76c514d395 gcc: 2017-12-14 Bernd Edlinger bernd.edlinger@hotmail.de
The 1 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 | 7 +++ gcc/c-family/ChangeLog | 6 ++ gcc/c-family/c-lex.c | 6 +- gcc/c-family/c-ppoutput.c | 2 +- gcc/c-family/c.opt | 4 ++ gcc/c/ChangeLog | 6 ++ gcc/c/c-typeck.c | 63 +++++++++++++++++++ gcc/cp/ChangeLog | 7 +++ gcc/cp/decl2.c | 3 +- gcc/cp/typeck.c | 77 +++++++++++++++++++++++- gcc/doc/invoke.texi | 18 +++++- gcc/recog.h | 2 +- gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/c-c++-common/Wcast-function-type.c | 31 ++++++++++ gcc/testsuite/g++.dg/Wcast-function-type.C | 17 ++++++ gcc/tree-dump.c | 3 +- gcc/typed-splay-tree.h | 9 ++- libcpp/ChangeLog | 4 ++ libcpp/internal.h | 2 +- 19 files changed, 258 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/Wcast-function-type.c create mode 100644 gcc/testsuite/g++.dg/Wcast-function-type.C