This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: internal error in 3.3.3 building arm cross-compiler
- From: Richard Earnshaw <rearnsha at arm dot com>
- To: Jim Wilson <wilson at specifixinc dot com>
- Cc: Dave Denholm <ddenholm at esmertec dot com>, gcc-bugs at gcc dot gnu dot org, Richard Earnshaw <rearnsha at arm dot com>
- Date: Thu, 11 Mar 2004 10:08:53 +0000
- Subject: Re: internal error in 3.3.3 building arm cross-compiler
- Organization: ARM Ltd.
- Reply-to: Richard Earnshaw <rearnsha at arm dot com>
> Dave Denholm wrote:
> > I got an internal error when compiling some (thumb ?) code.
> > Since it's running the locally-built compiler, I assume it's trying to
> > compile some library code ?
>
> It is trying to compile the soft-float library code.
>
> > dp-bit.c:411: internal compiler error: in extract_constrain_insn_cached, at recog.c:2090
> > Please submit a full bug report,
> > with preprocessed source if appropriate.
> > See <URL:http://gcc.gnu.org/bugs.html> for instructions.
>
> We don't track bug reports mailed to gcc-bugs. I suggest filing a bug
> report into our bugzilla bug database, as per the instructions at
> http://gcc.gnu.org/bugs.html. Otherwise, you may not get an answer to
> this bug report.
Known problem. See the patch attached to this PR:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14166
R.