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

Steven Bosscher <steven at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|unassigned at gcc dot       |steven at gcc dot gnu.org
                   |gnu.org                     |

--- Comment #4 from Steven Bosscher <steven at gcc dot gnu.org> 2012-05-07 10:35:52 UTC ---
Another problem in forwprop:

t.c.060t.ccp2:  switch (a.1_2) <default: <L7>, case -1 ... 0: <L4>>
t.c.061t.forwprop2:  switch (b.0_1) <default: <L7>, case 0 ... 0: <L4>>

"case 0 ... 0:" is invalid GIMPLE. It should be just "case 0:".


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