https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123702
--- Comment #3 from Coarse Rosinflower <coarse.d1rtxxx at gmail dot com> --- I was able to patch this by simply removing the validity check from `gcc_jit_context_new_function` in `libgccjit.cc`. There's a comment there about the assembler complaining if I do, but my program seems to work just fine, and I can use weird characters in C function names without the assembler minding, so I don't know about that.
