This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/18715] [4.0 Regression] warning: "enumeration value not handled in switch" for '...' ranges
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Dec 2004 06:01:56 -0000
- Subject: [Bug c/18715] [4.0 Regression] warning: "enumeration value not handled in switch" for '...' ranges
- References: <20041129115838.18715.fork0@users.sf.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-14 06:01 -------
This patch caused it, the moving to the front-end must had forgot about some detail:
2003-10-30 Richard Henderson <rth@redhat.com>
* c-common.c (match_case_to_enum_1, match_case_to_enum): New.
(c_do_switch_warnings): New.
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |rth at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18715