[Bug jit/95521] libgccjit.so: error: in build2, at tree.c:4743

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Jun 4 00:05:44 GMT 2020


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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
>libgccjit.so: error: in build2, at tree.c:4743

This means the PLUS_EXPR is being used when adding a pointer and an integer
together.  It needs to be POINTER_PLUS_EXPR.

This does not mean the bug is not in the JIT library but it might mean a bug in
your code.


More information about the Gcc-bugs mailing list