https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119700
Bug ID: 119700 Summary: Add va_list and other va_* functions in JIT Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: jit Assignee: dmalcolm at gcc dot gnu.org Reporter: kaelfandrew at gmail dot com CC: antoyo at gcc dot gnu.org Target Milestone: --- libgccjit.h does not seem to expose va_list in gcc_jit_context_get_type(). Could be added via tree node va_list_type_node in tree.h at get_tree_node_for_type() in jit-playback.cc. This could be hindered by builtin limitations with libgccjit.