This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/18715] [4.0 Regression] warning: "enumeration value not handled in switch" for '...' ranges


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]