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

Thomas Schwinge <tschwinge at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2025-01-15

--- Comment #1 from Thomas Schwinge <tschwinge at gcc dot gnu.org> ---
Confirmed.

Per my notes from a few months ago, currently need
'-foffload-options=nvptx-none=-mptx=6.3 -foffload-options=nvptx-none=-malias'
and '-fno-exceptions' (I'm working on that), but then run into:

    ptxas /tmp/ccFhejUv.o, line 94; error   : Unknown symbol '_ZTV4base'

..., which is "vtable for base".

Reply via email to