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: [RFC PATCH] Fix middle-end/6963


On Fri, Jun 28, 2002 at 02:48:35PM -0400, David Edelsohn wrote:
> 	Sorry, I'm being dense.  What do you mean by "a pseudo operand"?
> I tried a match_scratch with constraint "m" just to see what would happen,
> but that ICEd.

Yes, that's an unfortunate wart -- reload cannot allocate temporary
memory.  You have to use a real pseudo, i.e. gen_reg_rtx.


r~


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