This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/49859] gcc could warn about statements between "switch" and first "case"
- From: "wkoszek at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 27 Jul 2011 01:16:27 +0000
- Subject: [Bug c/49859] gcc could warn about statements between "switch" and first "case"
- Auto-submitted: auto-generated
- References: <bug-49859-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49859
--- Comment #1 from Wojciech Koszek <wkoszek at gmail dot com> 2011-07-27 01:16:25 UTC ---
I'd expect GCC to warn me about this case, since it's very likely an error.