This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gimplefe in repository gcc.
from e538a23b Address review comments by Joseph (apart from not handling al [...] new 826c0e1 2016-10-25 Richard Biener rguenther@suse.de adds 78e31c4 With -fpu=neon DI mode shifts are expanded after reload. DI [...] adds 4f436d0 * parser.c (cp_parser_postfix_expression): Adding missing break;. adds 131ad74 Fix 2 typos in IPA ICF pass new 98c5e18 Merge remote-tracking branch 'trunk' of git://gcc.gnu.org/git [...]
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 | 15 + gcc/c/Make-lang.in | 3 +- gcc/c/c-lang.c | 2 + gcc/c/c-parser.c | 1557 +------------------- gcc/c/c-parser.h | 230 +++ gcc/c/config-lang.in | 2 +- gcc/c/gimple-parser.c | 1385 +++++++++++++++++ .../alpha/alpha-passes.def => c/gimple-parser.h} | 12 +- gcc/common.opt | 2 +- gcc/config/arm/neon.md | 48 +- gcc/cp/ChangeLog | 2 + gcc/cp/parser.c | 1 + gcc/ipa-icf.c | 1 + gcc/objc/config-lang.in | 2 +- gcc/testsuite/ChangeLog | 9 + gcc/testsuite/gcc.dg/ipa/ipa-icf-32.c | 1 - gcc/testsuite/gcc.target/arm/pr78041.c | 20 + 17 files changed, 1719 insertions(+), 1573 deletions(-) create mode 100644 gcc/c/c-parser.h create mode 100644 gcc/c/gimple-parser.c copy gcc/{config/alpha/alpha-passes.def => c/gimple-parser.h} (71%) create mode 100644 gcc/testsuite/gcc.target/arm/pr78041.c