[Bug middle-end/14730] New: [tree-ssa] ICE on a switch statement with a case which is bigger than the type of switcher
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Mar 25 05:15:00 GMT 2004
int t(char i)
{
switch (i)
{
case 1:
case 7:
case 10:
case 14:
case 9:
case 256:
return 0;
}
return 0;
}
--
Summary: [tree-ssa] ICE on a switch statement with a case which
is bigger than the type of switcher
Product: gcc
Version: tree-ssa
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
Priority: P2
Component: middle-end
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: pinskia at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14730
More information about the Gcc-bugs
mailing list