[Bug c++/58372] internal compiler error: ix86_compute_frame_layout

xuepeng.guo at intel dot com gcc-bugzilla@gcc.gnu.org
Wed Oct 31 11:49:00 GMT 2018


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58372

--- Comment #25 from Terry Guo <xuepeng.guo at intel dot com> ---
Debugged the ICE further and found that below line in function
ix86_get_drap_rtx is causing ICE:

12050         insn = emit_insn_before (seq, NEXT_INSN (entry_of_function ()));

It is called when generating call to __asan_stack_free_5 via
emit_library_call_value_1. The entry_of_function() is returned something
invalid.


More information about the Gcc-bugs mailing list