https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94282
--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Thomas Schwinge <tschwi...@gcc.gnu.org>: https://gcc.gnu.org/g:7f1989249e25af6fc0f124452efa24b3796b767a commit r10-8033-g7f1989249e25af6fc0f124452efa24b3796b767a Author: Thomas Schwinge <tho...@codesourcery.com> Date: Tue Apr 21 22:39:33 2020 +0200 [gcn] Set 'UI_NONE' for 'TARGET_EXCEPT_UNWIND_INFO' [PR94282] In libgomp offloading testing, this resolves all the 'ld: error: undefined symbol: __gxx_personality_v0' FAILs. gcc/ PR target/94282 * common/config/gcn/gcn-common.c (gcn_except_unwind_info): New function. (TARGET_EXCEPT_UNWIND_INFO): Define. libgomp/ PR target/94282 * testsuite/libgomp.c-c++-common/function-not-offloaded.c: Remove 'dg-allow-blank-lines-in-output'.