This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/16974] could not split insn (ice in final_scan_insn, final.c)
- From: "nick at reloco dot com dot ar" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Aug 2004 21:50:31 -0000
- Subject: [Bug target/16974] could not split insn (ice in final_scan_insn, final.c)
- References: <20040810214118.16974.nick@reloco.com.ar>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From nick at reloco dot com dot ar 2004-08-10 21:50 -------
Created an attachment (id=6913)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6913&action=view)
testcase
This is the error for this testcase:
$ LANG=C gcc -c -o q.o -g -O q.c
q.c:676: warning: conflicting types for built-in function 'bzero'
q.c:834: warning: conflicting types for built-in function 'bcmp'
q.c:835: warning: conflicting types for built-in function 'bcopy'
q.c: In function `gbAplicacionTopologicaIncremento':
q.c:10419: error: could not split insn
(insn 22960 16703 23988 (set (reg:DI 3 $3)
(plus:DI (reg/f:DI 30 $30)
(const_int 65536 [0x10000]))) 8 {*adddi_fp_hack} (nil)
(expr_list:REG_EQUIV (plus:DI (reg/f:DI 30 $30)
(const_int 65536 [0x10000]))
(nil)))
q.c:10419: internal compiler error: in final_scan_insn, at final.c:2429
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16974