[Bug middle-end/17843] Warning not given for unreachable code in a switch

2014-10-11 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17843 Manuel López-Ibáñez changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug middle-end/17843] Warning not given for unreachable code in a switch

2008-08-13 Thread manu at gcc dot gnu dot org
--- Comment #8 from manu at gcc dot gnu dot org 2008-08-13 10:49 --- @Bernhard You need to properly submit the patch to gcc-patches (plus copyright assignment in place, testcases, changelog)? See http://gcc.gnu.org/contribute.html As for the patch itself. Notice that c_do_switch_warni

[Bug middle-end/17843] Warning not given for unreachable code in a switch

2008-02-02 Thread aldot at gcc dot gnu dot org
--- Comment #7 from aldot at gcc dot gnu dot org 2008-02-02 13:44 --- Reconfirm for 4.3.0 / 4.4.x -- aldot at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/17843] Warning not given for unreachable code in a switch

2008-02-02 Thread aldot at gcc dot gnu dot org
--- Comment #6 from aldot at gcc dot gnu dot org 2008-02-02 13:43 --- Created an attachment (id=15077) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15077&action=view) Emit warning for surplus case labels in a switch stmt with a boolean condition The attached patchlet would warn a