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:
parent
2fb2862fac
commit
baf1674696
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user