------- Comment #2 from pinskia at gcc dot gnu dot org 2010-04-08 22:17 ------- (In reply to comment #1) > Hmm - so why is it that we add an initialization for reg:XI 136 with a > const_int 0 in .175r.init_regs
Because init_reg thinks the psedu register 136 is used unitialized. In fact that is the whole point of init_reg :). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43590