Hi, How to do pointer arithmetic in libgccjit? I created a pointer type (char *) and an integer type (int or size_t or long). When I use gcc_jit_context_binary_op with GCC_JIT_BINARY_OP_PLUS, it’s giving me error as mismatching types of (char*) and (int). Is pointer arithmetic viable in libgccjit? Thank you Yicheng Li