Hi all, I would like to propose this patch to check for the return type of binary operators to be a numeric type. Not doing so can lead the compiler into funny crashes. Does not introduce regressions running make check-jit. OK for trunk? Bests Andrea 2019-06-09 Andrea Corallo andrea.corallo@arm.com * libgccjit.c (gcc_jit_context_new_binary_op): Check result_type to be a numeric type.