This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/14149] [3.3 Regression] libgcc2.c:731: internal compiler error: in extract_constrain_insn_cached, at recog.c:2090
- From: "denisc at overta dot ru" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Feb 2004 17:13:06 -0000
- Subject: [Bug target/14149] [3.3 Regression] libgcc2.c:731: internal compiler error: in extract_constrain_insn_cached, at recog.c:2090
- References: <20040215112734.14149.cmosis5@hotmail.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From denisc at overta dot ru 2004-02-16 17:12 -------
Subject: Re: [3.3 Regression] libgcc2.c:731: internal compiler error: in extract_constrain_insn_cached, at recog.c:2090
"cmosis5 at hotmail dot com" <gcc-bugzilla@gcc.gnu.org> writes:
> ------- Additional Comments From cmosis5 at hotmail dot com 2004-02-15 20:34 -------
> (In reply to comment #5)
> > (In reply to comment #4)
> > > (In reply to comment #3)
> >
> >
> > Ignore that last comment I made, typo in avr.h file. I'm trying the patch again.
> >
>
> Yes, that error In comment #4 still stands. I made this change to avr.h:
>
> #define BASE_REG_CLASS (reload_completed ? BASE_POINT_REGS : POINTER_REGS)
---------------------------------------------^^^^^^^^^^^^^^^
It is wrong. BASE_POINTER_REGS must be here.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14149