------- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-12 05:49 ------- (In reply to comment #3) > BTW, at first glance, the patch you posted cannot possibly be correct. An "if" > statement was removed but the following "else if" statement was left in place. > Then again, I could be wrong coz I haven't tested the patch. oh, it only compiles because there is an if before but you are right, that "else if" should have been changed to an if. thanks.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19353