This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6a32be19c23 2017-12-01 Thomas Koenig tkoenig@gcc.gnu.org new b07f08c9e57 PR sanitizer/83219 * tree-cfg.c: Include asan.h. (gimple [...] new eb33df2e302 PR sanitizer/81275 * tree-cfg.c (group_case_labels_stmt): [...] new bf27ea99431 PR tree-optimization/83221 * tree-ssa-reassoc.c (sort_by_ [...] new 17cf92d6fce PR c/79153 * tree.h (SWITCH_BREAK_LABEL_P): Define. * gi [...]
The 4 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 | 31 ++++++++++ gcc/c/ChangeLog | 6 ++ gcc/c/c-parser.c | 6 +- gcc/config/i386/i386.c | 1 + gcc/cp/ChangeLog | 9 +++ gcc/cp/cp-gimplify.c | 4 +- gcc/cp/parser.c | 1 + gcc/fortran/ChangeLog | 6 ++ gcc/fortran/match.c | 1 + gcc/gimplify.c | 60 +++++++++++++++++- gcc/testsuite/ChangeLog | 10 +++ .../c-c++-common/Wimplicit-fallthrough-36.c | 72 ++++++++++++++++++++++ .../c-c++-common/Wimplicit-fallthrough-7.c | 4 +- gcc/testsuite/c-c++-common/tsan/pr81275.c | 1 - gcc/tree-cfg.c | 17 ++++- gcc/tree-chrec.c | 1 + gcc/tree-ssa-reassoc.c | 4 +- gcc/tree.h | 5 ++ 18 files changed, 226 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/Wimplicit-fallthrough-36.c