This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Issue with hard regs
nkavv@physics.auth.gr 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