This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: reload picks invalid register in 3.1
- From: Richard Henderson <rth at redhat dot com>
- To: Bob Wilson <bwilson at tensilica dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 22 Mar 2002 11:11:32 -0800
- Subject: Re: reload picks invalid register in 3.1
- References: <3C9B6A51.3090000@tensilica.com>
On Fri, Mar 22, 2002 at 09:30:57AM -0800, Bob Wilson wrote:
> Is this my problem or is it a problem in the reload code?
I would think it's your problem, in that you should be telling
reload that the register class needed for the load is one that
does not include SP.
r~