http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7652
Leo Barnes <barnes.leo at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |barnes.leo at gmail dot com
--- Comment #6 from Leo Barnes <barnes.leo at gmail dot com> 2011-05-09
14:41:58 UTC ---
I also just spent quite some time solving a bug that was caused by switch-case
falling through and was thinking of writing some kind of parser to check for
this. If gcc could check for it instead, that would be great.
Suggestion:
If possible, also add some kind of tag that can be used in code where you
actually want a fall-through to happen.