This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/7652] -Wswitch-break : Warn if a switch case falls through
- From: "mpolacek at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 12 Aug 2016 10:16:29 +0000
- Subject: [Bug c/7652] -Wswitch-break : Warn if a switch case falls through
- Authentication-results: sourceware.org; auth=none
- Auto-submitted: auto-generated
- References: <bug-7652-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=7652
--- Comment #57 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Author: mpolacek
Date: Fri Aug 12 10:15:57 2016
New Revision: 239409
URL: https://gcc.gnu.org/viewcvs?rev=239409&root=gcc&view=rev
Log:
PR c/7652
* tree-complex.c (expand_complex_division): Add missing break.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/tree-complex.c