This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/11699] internal compiler error, unrecognized instruction.
- From: "cgd at broadcom dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Jul 2003 17:39:38 -0000
- Subject: [Bug target/11699] internal compiler error, unrecognized instruction.
- References: <20030728220936.11699.cgd@broadcom.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11699
------- Additional Comments From cgd at broadcom dot com 2003-07-29 17:39 -------
Subject: Re: internal compiler error, unrecognized
instruction.
At Tue, 29 Jul 2003 05:48:29 +0000 (UTC), "cgd at broadcom dot com" wrote:
> (because i'm sure somebody will ask, i'll also try to build the tools
> w/ /usr/bin/gcc. 8-)
same behaviour, this time GCC reports as its version:
GNU C version 3.4 20030729 (experimental) (mipsisa64-elf)
compiled by GNU C version 2.96 20000731 (Red Hat Linux 7.1 2.96-98).
(Yes, that's the compiler on a RH 7.2 system. "don't ask me." 8-)
Andrew, what assembler were you using?
In particular, were you using one for which GCC decided to use
-mexplicit-relocs. (gcc does use explicit relocs with the the
assembler i'm using -- from cvs binutils as of the same date as gcc.)
I just tried to compile with:
mipsisa64-elf-gcc -mno-explicit-relocs -v -G0 -mabicalls -c trimmed.c
and the compile went fine.
chris