This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3dda977 * gcc-interface/decl.c (gnat_to_gnu_entity): In assertion ab [...] new 9bf6a8e 2016-11-13 Prathamesh Kulkarni prathamesh.kulkarni@linaro.org
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 | 20 ++++++++++++ gcc/c-family/c-common.h | 1 + gcc/c-family/c-format.c | 3 ++ gcc/c-family/c-warn.c | 56 ++++++++++++++++++++++++++++++++ gcc/c-family/c.opt | 5 +++ gcc/c/c-parser.c | 22 +++++++++++++ gcc/cp/parser.c | 23 +++++++++++++ gcc/doc/invoke.texi | 8 ++++- gcc/pretty-print.c | 26 +++++++++++++++ gcc/testsuite/ChangeLog | 8 +++++ gcc/testsuite/c-c++-common/pr35503-1.c | 10 ++++++ gcc/testsuite/c-c++-common/pr35503-2.c | 14 ++++++++ gcc/testsuite/c-c++-common/pr35503-3.c | 9 +++++ gcc/testsuite/gcc.dg/format/gcc_diag-1.c | 9 ++++- 14 files changed, 212 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/pr35503-1.c create mode 100644 gcc/testsuite/c-c++-common/pr35503-2.c create mode 100644 gcc/testsuite/c-c++-common/pr35503-3.c