[Bug target/94282] [amdgcn] ld: error: undefined symbol: __gxx_personality_v0

ams at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Mar 26 17:58:14 GMT 2020


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

--- Comment #3 from Andrew Stubbs <ams at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #2)
> (In reply to Tobias Burnus from comment #1)
> > The symbol __gxx_personality_v0 is part of libsupc++ – which I believe is
> > not build to to lacking/restricted C++ support.
> 
> It is also exception handling related.  Does amdgcn have EH support?

No, it does not. No unwind support, nor sjlj either (the register file is very
large, and has variable size, so it's not trivial to implement, IIUC).


More information about the Gcc-bugs mailing list