This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
insn bugs in egcs-20000320 and egcs-20000327
- To: gcc-bugs at gcc dot gnu dot org
- Subject: insn bugs in egcs-20000320 and egcs-20000327
- From: sean <sean at dominia dot org>
- Date: Tue, 28 Mar 2000 19:23:50 -0500
hi, while compiling several different packages [i.e. bitchx, glibc2] on Linux 2.2.14 w/ standard 'make' i get an error similar to:
input.c: In function `set_input':
input.c:482: Unrecognizable insn:
(insn 99 67 69 (set (reg:SI 47)
(plus:SI (mem/f:SI (symbol_ref:SI ("last_input_screen")) 130)
(const_int 56 [0x38]))) -1 (nil)
(nil))
input.c:482: Internal compiler error in `extract_insn', at recog.c:2044
do you have any suggestion as to how i can fix this or is it an inherent problem in gcc? please let me know ASAP. thanks in advance.
-sean