This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk in repository gcc.
from 3d5db02 2015-08-01 Michael Collison <michael.collison@linaro.org [...] new 9255be0 Refactor entry point to -Wmisleading-indentation
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-family/ChangeLog | 13 ++++++ gcc/c-family/c-common.h | 7 --- gcc/c-family/c-indentation.c | 79 ++++++++++++++++++++++++++-------- gcc/c-family/c-indentation.h | 52 ++++++++++++++++++++++ gcc/c/ChangeLog | 12 ++++++ gcc/c/c-parser.c | 81 +++++++++++++++++++---------------- gcc/cp/ChangeLog | 14 ++++++ gcc/cp/parser.c | 100 +++++++++++++++++++------------------------ 8 files changed, 240 insertions(+), 118 deletions(-) create mode 100644 gcc/c-family/c-indentation.h