------- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-18 17:32 ------- We already get much better code on the mainline for this testcase as the constant for x is progated into the case statements so we only get the storing of the value into g. I have a fix for 4.x, there is an off by one error in the loop to combine the case and the default case.
-- What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot gnu |pinskia at gcc dot gnu dot |dot org |org Severity|normal |enhancement Status|NEW |ASSIGNED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17841