https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101544
--- Comment #23 from Thomas Schwinge <tschwinge at gcc dot gnu.org> --- (In reply to myself from comment #22) > We "simply" need to transform any symbol aliases into thunks calling the > aliasee (or duplicate the bodies, if we must). Also no luck implementing that as a new GIMPLE pass right after offload stream-in. Oh well... Fortunately, <https://inbox.sourceware.org/87ldszaf5z....@euler.schwinge.ddns.net> "[PATCH] nvptx: In offloading compilation, special-case certain host-setup symbol aliases [PR101544]" is good enough to make progress overall.