https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81936
--- Comment #12 from Tom de Vries <vries at gcc dot gnu.org> --- (In reply to rguent...@suse.de from comment #11) > > And then we run into the next ICE: > Shit happens ;) Heh, it does :) > Is that now the offload compiler? Nope, still the host compiler, we're ICE-ing during symbol_table::finalize_compilation_unit, so we're actual ICE-ing earlier than before. I'm going to look now at r(251220 - 1), just before the ICE, to understand how things were handled there.