This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/53245] [4.8 Regression] ice in expand_case
- From: "steven at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 07 May 2012 14:40:43 +0000
- Subject: [Bug middle-end/53245] [4.8 Regression] ice in expand_case
- Auto-submitted: auto-generated
- References: <bug-53245-4@http.gcc.gnu.org/bugzilla/>
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