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 middle-end/53245] [4.8 Regression] ice in expand_case


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53245

--- Comment #6 from Steven Bosscher <steven at gcc dot gnu.org> 2012-05-07 14:40:43 UTC ---
Author: steven
Date: Mon May  7 14:40:33 2012
New Revision: 187248

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187248
Log:
    PR middle-end/53245
    * gimplify.c (preprocess_case_label_vec_for_gimple): If low or high
    is folded to a type boundary value, verify that the resulting case
    label is still a care range.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gimplify.c


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