On Thu, Nov 19, 2009 at 03:10:20PM +0200, Avi Kivity wrote: > Trying to debug the cdrom issue, I see > > Compiling whole program out/ccode32.o > src/util.c: In function ‘__end_thread’: > src/util.c:183: internal compiler error: in simplify_subreg, at > simplify-rtx.c:5055 > > (with F12's gcc (GCC) 4.4.2 20091027 (Red Hat 4.4.2-7)) I think this should be fixed in gcc - see: https://bugzilla.redhat.com/show_bug.cgi?id=531385 Long story short - this is the result of gcc's "-combine" being fragile. It's possible to avoid by compiling seabios with "make COMPSTRAT=1". We may need to change the default. Ughh - did FC12 go out without this fix? -Kevin -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html