https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95296
David Malcolm <dmalcolm at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed| |2020-05-24
Ever confirmed|0 |1
Status|UNCONFIRMED |ASSIGNED
--- Comment #1 from David Malcolm <dmalcolm at gcc dot gnu.org> ---
Thanks for filing this.
It looks like calls to (at least):
gcc_jit_function_new_local
gcc_jit_context_new_global
should gracefully fail with an error if the client code attempts to create a
variable of void type.
Similarly we may need additional checking throughout for uses of rvalues of
void type (but I need to check this).