This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/11699] internal compiler error, unrecognized instruction.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]