Could not split insn

James E Wilson wilson@specifixinc.com
Tue Sep 14 03:05:00 GMT 2004


Petar Penchev wrote:
> ../../../../../newlib_src/newlib/libc/stdlib/mprec.c:515: error: could 
> not  split insn

Grep gcc to find where the error comes from, and then run cc1 under gdb 
and put a breakpoint there so you can step through the code.  Hint, this 
is a try_split call in final.c.

I would guess the bug is in split_logical, and since we don't have a 
copy of that function, we can't help you much.
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



More information about the Gcc mailing list