This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/13735] avr-elf ICE while building libgcc
- From: "denisc at overta dot ru" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Jan 2004 17:41:25 -0000
- Subject: [Bug bootstrap/13735] avr-elf ICE while building libgcc
- References: <20040119061541.13735.kazu@cs.umass.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From denisc at overta dot ru 2004-01-20 17:41 -------
Subject: Re: avr-elf ICE while building libgcc
"kazu at cs dot umass dot edu" <gcc-bugzilla@gcc.gnu.org> writes:
> GO_IF_LEGITIMATE_ADDRESS rejects the following address.
>
> (plus:HI (reg:HI 26 r26 [30])
> (const_int 1 [0x1]))
>
> Denis and Marek, is this a legitimate address?
> Or should it to be accepted by GO_IF_LEGITIMATE_ADDRESS?
I have fixed the bug in CVS tree.
The patch: http://gcc.gnu.org/ml/gcc-patches/2004-01/msg02030.html
Denis.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13735