https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123702
--- Comment #10 from Coarse Rosinflower <coarse.d1rtxxx at gmail dot com> --- Actually, that API does help. Setting the `GCC_JIT_STR_OPTION_SPECIAL_CHARS_IN_FUNC_NAMES` option to a string with every byte ≥0x80 works. However, in the source code, we check against this massive string with a call to `strchr`, which means by doing this, I'm likely slowing the check way down.
