https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110955

--- Comment #5 from Rainer Orth <ro at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #1)
> Are you sure this is NOT a LLVM JIT issue?

I certainly cannot exclude that.  Currently, the Solaris LLVM build includes a
local
JIT patch that I tried to get upstream: https://reviews.llvm.org/D118450.
Unfortunately, that went nowhere in the end, but my testing discovered that
there are at least two JIT test failures that would have to be fixed before.

OTOH, the same code works with GCC 12 libgcc (but so did the aarch64 one).

> 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...

Reply via email to