This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: New register allocator branch created


> Ehm, I was trying to build a compiler using the new register allocator,
> but reload complains about not being able to find a register to spill
> while compiling libgcc2.

Also, reload shouldn't be doing spill code register allocation, just spill
code insertion. The new allocator expects to be allocating registers
for temporaries used in spill code, by iterating. I haven't gotten
this going yet.
Once i get that handled, you'll never see that message again.

--Dan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]