This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [RFA];
- To: Richard dot Earnshaw at arm dot com
- Subject: Re: [RFA];
- From: Nick Clifton <nickc at cambridge dot redhat dot com>
- Date: 16 May 2001 16:56:38 +0100
- Cc: gcc-patches at gcc dot gnu dot org
- References: <200105161307.OAA27531@cam-mail2.cambridge.arm.com>
Hi Richard,
> I believe this is wrong to the extent that you can't use
> HARD_REGNO_NREGS on a pseudo.
*sigh* Yes.
> Funnily enough, I fixed exactly the same problem myself yesterday by
> breaking out most of the code to a new function (in much the same way that
> mark_set_1 does). Here's my patch:
Great minds think (almost) alike.
OK I withdraw my patch in favor of yours.
Cheers
Nick