This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d64ff962bc0 Avoid deprecation warning with -Wsystem-headers new a738e97cd45 Allow larger copies when not slow_unaligned_access and no padding. new 6564acaf464 -Wmisleading-indentation: fix ICE in get_visual_column (PR [...] new b899a13f022 Fix warning with -Wsign-compare -Wsystem-headers
The 3 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 | 4 + gcc/c-family/ChangeLog | 23 +++ gcc/c-family/c-common.c | 1 + gcc/c-family/c-common.h | 1 + gcc/c-family/c-indentation.c | 192 +++++++++++++++++++-- gcc/expr.c | 21 +++ gcc/testsuite/ChangeLog | 5 + .../c-c++-common/Wmisleading-indentation-pr70693.c | 12 ++ libstdc++-v3/ChangeLog | 3 + libstdc++-v3/include/tr1/legendre_function.tcc | 2 +- 10 files changed, 249 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/Wmisleading-indentation-pr70693.c