[Bug debug/60438] dwarf2cfi :2239 still assert,not the same cause as PR 59575
manjian2006 at gmail dot com
gcc-bugzilla@gcc.gnu.org
Fri Mar 7 14:28:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60438
--- Comment #9 from linzj <manjian2006 at gmail dot com> ---
I have tried to modify i386.c to make
ix86_force_to_memory&ix86_free_from_memory to generate frame related insn.That
causes another problem.Seems the only way to go is have a look at jump2.
The another problem:
ARGS_SIZE 12 .cfa_offset 12
push xxx .cfa_offset 16
...
ARGS_SIZE 0 .cfa_offset 4
see?There is an orphan 4!
More information about the Gcc-bugs
mailing list