This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc bootstrap broken on i686-linux-gnu
- From: Roger Sayle <roger at eyesopen dot com>
- To: Graham Stott <graham dot stott at btinternet dot com>
- Cc: Andreas Jaeger <aj at suse dot de>, <gcc at gcc dot gnu dot org>
- Date: Mon, 29 Jul 2002 11:37:56 -0600 (MDT)
- Subject: Re: gcc bootstrap broken on i686-linux-gnu
Hi Graham,
> I think Roger's patch just tickles a problem in the x86 backend.
>
> register_operand may also match SUBREG which isn't valid for the
> REGNO macro hence the abort when enable checking is enabled.
>
> I think the uses of FP_REGNO_P (REGNO (...)) should be FP_REG_P (...)
> which checks it's operand is a REG before checking the REGNO.
>
> I've got such a patch in the works.
Excellent. Many thanks. I've just posted to the gcc list mentioning
my hypothesis that it could be the i386.md patterns at fault.
Roger
--