This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8c0c9237cc8 [Darwin, testsuite] Update tests for common section use. new 4f168f3f371 Use safe_dyn_cast instead of dyn_cast in find_loop_guard to [...] new 2d5fa29c648 Make more bad uses of fallthrough attribute into pedwarns.
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 | 12 ++++++++++++ gcc/c-family/ChangeLog | 5 +++++ gcc/c-family/c-attribs.c | 2 +- gcc/gimplify.c | 8 ++++---- gcc/testsuite/ChangeLog | 14 ++++++++++++++ gcc/testsuite/gcc.dg/c2x-attr-fallthrough-1.c | 17 ++++++++++++++++- gcc/testsuite/gcc.dg/c2x-attr-fallthrough-2.c | 3 ++- gcc/testsuite/gcc.dg/c2x-attr-fallthrough-3.c | 9 +-------- gcc/testsuite/gcc.dg/c2x-attr-fallthrough-6.c | 18 ++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr92608.c | 25 +++++++++++++++++++++++++ gcc/tree-ssa-loop-unswitch.c | 2 +- 11 files changed, 99 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/c2x-attr-fallthrough-6.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr92608.c