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/16974] could not split insn (ice in final_scan_insn, final.c)


------- 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


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