[EMAIL PROTECTED] writes: > I'll have a look to mips_secondary_reload_class, however now i don't get > spilling/filling errors. I have a question: libgcc2.c is pretty stable, right? > I mean i shouldn't looking for something going wrong with it.
Right, libgcc2.c is quite stable. In a normal build it is the first complicated code to be compiled with the new compiler, so it is a normal place for reload problems to arise. Ian