On Mon, 28 Mar 2005, Wei Qin wrote:
> Hello GCC developers,
>
> I am avid user of gcc and have 5 cross-gcc's installed on my machine.
> Thanks for your great work. Recently I want to do some compiler work
> that involves analyzing low level intermediate representation. I
> thought about using re
On 25 Mar 2005, Ian Lance Taylor wrote:
> Paul Schlie <[EMAIL PROTECTED]> writes:
>
> > > 2) Reload requires the ability to insert arbitrary instructions
> > >between any pair of instructions. The instructions inserted by
> > >reload will load registers from memory, store registers to me
On 22 Mar 2005, Ian Lance Taylor wrote:
> Miles Bader <[EMAIL PROTECTED]> writes:
>
> > I've defined SECONDARY_*_RELOAD_CLASS (and PREFERRED_* to try to help
> > things along), and am now running into more understandable reload
> > problems: "unable to find a register to spill in class" :-/
> >