gcc_jit_context_set_bool_option (comp.ctxt,
GCC_JIT_BOOL_OPTION_DUMP_EVERYTHING,
1);
- gcc_jit_context_dump_reproducer_to_file (comp.ctxt, "comp_reproducer.c");
-
}
comp.void_type = gcc_jit_context_get_type (comp.ctxt, GCC_JIT_TYPE_VOID);
(const char *) SDATA (CALLN (Fconcat, ctxtname, dot_c));
gcc_jit_context_dump_to_file (comp.ctxt, filename, 1);
}
+ if (COMP_DEBUG > 1)
+ gcc_jit_context_dump_reproducer_to_file (comp.ctxt, "comp_reproducer.c");
AUTO_STRING (dot_so, NATIVE_ELISP_SUFFIX);
const char *filename =