------- Comment #5 from pinskia at gcc dot gnu dot org 2006-11-12 17:15 ------- (In reply to comment #3) > If the code is invalid, the fact that it compiles with -O0 is probably a > bug... No it is not really a bug that it compiles at -O0 either becuase "g" means "r"+"i" so the register allocator in the -O0 case is selecting "r" while in the optimize case is selecting "i".
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29808
