This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2d33897 2016-04-13 Dominique d'Humieres dominiq@lps.ens.fr new 0241e4d PR c/70436 * c-parser.c (c_parser_statement_after_labels): [...]
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/c/ChangeLog | 16 +++ gcc/c/c-parser.c | 119 ++++++++++++++------- gcc/c/c-tree.h | 2 +- gcc/c/c-typeck.c | 38 +------ gcc/testsuite/ChangeLog | 6 ++ .../Wparentheses-29.C => gcc.dg/Wparentheses-12.c} | 0 gcc/testsuite/gcc.dg/Wparentheses-13.c | 67 ++++++++++++ 7 files changed, 171 insertions(+), 77 deletions(-) copy gcc/testsuite/{g++.dg/warn/Wparentheses-29.C => gcc.dg/Wparentheses-12.c} (100%) create mode 100644 gcc/testsuite/gcc.dg/Wparentheses-13.c