This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/11699] New: 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: 28 Jul 2003 22:09:38 -0000
- Subject: [Bug target/11699] New: internal compiler error, unrecognized instruction.
- 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
Summary: internal compiler error, unrecognized instruction.
Product: gcc
Version: 3.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: cgd at broadcom dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: mipsisa64-unknown-elf
mipsisa64-elf tools compile from unified tree with sources
dated 2003-07-28 00:00 UTC.
55 [ldt-sj3-010] gccspin % mipsisa64-elf-gcc -G0 -mabicalls -c trimmed.c
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.
56 [ldt-sj3-010] gccspin % mipsisa64-elf-gcc -v
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 20030727 (experimental)
57 [ldt-sj3-010] gccspin %
the source file will be attached shortly.
(i happened to trip over this, while looking
into another problem, hence the strange options.)