https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110955
--- Comment #6 from Rainer Orth <ro at gcc dot gnu.org> --- (In reply to Rainer Orth from comment #5) > > There was a similar issue on aarch64 too; PR 108994 which was fixed in LLVM > > side. > > It looks similar indeed. However, AFAICS the LLVM JIT code has been > reorganized > quite a bit since my last attempt to get the SPARC code in. Seems like quite > an amount of work to even get there... Looking closer, that's a different JIT engine: aarch64 uses the newer JITLink one while the sparc code is based on MCJIT/RuntimeDyld.