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

2020-05-22 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94282 Thomas Schwinge changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |tschwinge at gcc dot gnu.org

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

2020-05-05 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94282 --- Comment #8 from Tobias Burnus --- This was committed to GCC mainline while it was GCC 10 – hence, GCC 10 and 11 have the fix. Can this PR now be closed?

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

2020-04-29 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94282 --- Comment #7 from CVS Commits --- The master branch has been updated by Thomas Schwinge : https://gcc.gnu.org/g:7f1989249e25af6fc0f124452efa24b3796b767a commit r10-8033-g7f1989249e25af6fc0f124452efa24b3796b767a Author: Thomas Schwinge Date:

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

2020-04-23 Thread ams at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94282 --- Comment #6 from Andrew Stubbs --- I think we've decided to with Thomas's approach. Thomas, please go ahead and commit.

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

2020-04-23 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94282 --- Comment #5 from Tobias Burnus --- Cf. also https://gcc.gnu.org/pipermail/gcc-patches/2020-April/544368.html ["config/gcn/unwind-gcn.c (__gxx_personality_v0): New."]

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

2020-04-22 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94282 Thomas Schwinge changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

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

2020-03-26 Thread ams at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94282 --- Comment #3 from Andrew Stubbs --- (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

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

2020-03-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94282 --- Comment #2 from Andrew Pinski --- (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

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

2020-03-26 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94282 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment