[PATCH v1 0/1] libgccjit: Fix for -fanalyzer used in libgccjit
Antoni Boucher via Sourceware Forge
forge-bot+antoyo@forge-stage.sourceware.org
Fri May 22 14:43:05 GMT 2026
Antoni Boucher (antoyo)) commented on the code:
> +++ gcc/testsuite/jit.dg/test-fanalyzer.c
> @@ -0,0 +5,4 @@
> +void
> +create_code (gcc_jit_context *ctxt, void *user_data)
> +{
> + gcc_jit_context_add_command_line_option (ctxt, "-fanalyzer");
@dmalcolm: Somehow, this code doesn't trigger the bug in this test, but it does trigger the bug when compiled as a standalone project.
Do you have any idea what could be the problem?
--
https://forge.sourceware.org/gcc/gcc-TEST/pulls/105#issuecomment-3034
More information about the Jit
mailing list