------- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-13 18:50 ------- Labels inside a switch statement is legal code and it is hard to dect that you had ment to use default instead of what you put in the label. (default is just a special label really).
Use -Wunreachable-code if you want to dect unreachable code. -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19941