https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92713
Tobias Burnus <burnus at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |burnus at gcc dot gnu.org --- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> --- Notes from the #gcc IRC: * Workaround: --enable-languages=c,lto,fortran – i.e. do not build the C++ compiler for AMD GCN * Note: the offload compiler doesn't need any frontends (but lto) * Only (offloaded) code which does not need libstc++ will work. * For C++ support on GCN itself: a few features are currently missing such as exceptions