1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

better error signaling when compilation fails

This commit is contained in:
Andrea Corallo 2019-09-21 11:36:48 +02:00
parent 2fb2862fac
commit baf1674696

View File

@ -1299,7 +1299,7 @@ emit_limple_insn (Lisp_Object insn)
else
ice ("LIMPLE inconsistent arg1 for op =");
ICE_IF (!res, "incoherent insn");
ICE_IF (!res, gcc_jit_context_get_first_error (comp.ctxt));
gcc_jit_block_add_assignment (comp.block,
NULL,