Antoni Boucher (antoyo)) commented on the code:
> +++ gcc/testsuite/jit.dg/test-types.c > @@ -157,6 +161,29 @@ create_code (gcc_jit_context *ctxt, void *user_data) > gcc_jit_field *field_m_long_double = > CREATE_FIELD (GCC_JIT_TYPE_LONG_DOUBLE, "m_long_double"); > > + gcc_jit_target_info *target_info = gcc_jit_context_get_target_info(ctxt); This PR also depends on [this one](https://github.com/antoyo/libgccjit/pull/6) for the `target_info` stuff. -- https://forge.sourceware.org/gcc/gcc-TEST/pulls/82#issuecomment-2301
