This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: Fix compile/20030224-1.c


On Mon, Feb 24, 2003 at 01:15:43PM -0700, law at redhat dot com wrote:
> The key concept here is that %eax is unusable as a reload register as it
> is live throughout the entire function (due to the calls with VLAs as
> arguments).

Um, no, start over.  Since eax is not involved in the call sequence
itself (vla or no), I can't see that eax is _really_ live.


r~


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