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 05:48 -------
yup, still there with sources dated 2003-07-29 00:00 UTC.

host is x86 linux Red Hat 7.2.  You'll note that the host compiler
is 3.2.3 with some local mods.  the only mods in that compiler for x86
hosts is that -fno-strict-alias is hard-wired.  (I ran into too many problems
w/ strict aliasing on RH 6.0 systems, on which i need to compile some
binaries.)

as noted previously, no mods to the gcc (or other tools) that i'm compiling.

(because i'm sure somebody will ask, i'll also try to build the tools 
w/ /usr/bin/gcc.  8-)


mipsisa64-elf-gcc -v -G0 -mabicalls -c trimmed.c

produces:

Reading specs from /projects/bbp_ext13/systems/users/cgd/proj/gcc-
testing6/work/mipsisa64-elf.install/bin/../lib/gcc-lib/mipsisa64-elf/3.4/specs
Configured with: /home/cgd/proj/gcc-testing6/combined/configure --
target=mipsisa64-elf --prefix=/home/cgd/proj/gcc-testing6/work/mipsisa64-
elf.install
Thread model: single
gcc version 3.4 20030729 (experimental)
 /projects/bbp_ext13/systems/users/cgd/proj/gcc-testing6/work/mipsisa64-
elf.install/bin/../lib/gcc-lib/mipsisa64-elf/3.4/cc1 -quiet -v -
iprefix /projects/bbp_ext13/systems/users/cgd/proj/gcc-testing6/work/mipsisa64-
elf.install/bin/../lib/gcc-lib/mipsisa64-elf/3.4/ trimmed.c -G0 -quiet -
dumpbase trimmed.c -mabicalls -auxbase trimmed -version -o /tmp/ccjLQUYm.s
ignoring nonexistent directory "/projects/bbp_ext13/systems/users/cgd/proj/gcc-
testing6/work/mipsisa64-elf.install/mipsisa64-elf/sys-include"
ignoring duplicate directory "/home/cgd/proj/gcc-testing6/work/mipsisa64-
elf.install/lib/gcc-lib/mipsisa64-elf/3.4/include"
ignoring nonexistent directory "/home/cgd/proj/gcc-testing6/work/mipsisa64-
elf.install/mipsisa64-elf/sys-include"
ignoring duplicate directory "/home/cgd/proj/gcc-testing6/work/mipsisa64-
elf.install/mipsisa64-elf/include"
#include "..." search starts here:
#include <...> search starts here:
 /projects/bbp_ext13/systems/users/cgd/proj/gcc-testing6/work/mipsisa64-
elf.install/lib/gcc-lib/mipsisa64-elf/3.4/include
 /projects/bbp_ext13/systems/users/cgd/proj/gcc-testing6/work/mipsisa64-
elf.install/mipsisa64-elf/include
End of search list.
GNU C version 3.4 20030729 (experimental) (mipsisa64-elf)
        compiled by GNU C version 3.2.3 with SiByte modifications.
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
trimmed.c: In function `a':

trimmed.c:14: error: unrecognizable insn:
(insn 59 58 16 (set (reg:SI 28 gp)
        (unspec_volatile [
                (const_int 0 [0x0])
            ] 10)) -1 (nil)
    (nil))
trimmed.c:14: internal compiler error: in extract_insn, at recog.c:2064
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


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