https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95551
Tobias Burnus <burnus at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #7 from Tobias Burnus <burnus at gcc dot gnu.org> --- Seemingly, I forgot the PR .../* in the commit. Hence, the follow-up commits were now recorded here: https://gcc.gnu.org/pipermail/gcc-patches/2020-June/547641.html GCC mainline: https://gcc.gnu.org/g:bf4ab2689bb586971d5b2ab6b13d078cd7ac45af GCC 10: https://gcc.gnu.org/g:0a76844b5d2db59768835318d001aa6548265cd1 openmp: ensure variables in offload table are streamed out (PRs 94848 + 95551) gcc/ChangeLog: * omp-offload.c (add_decls_addresses_to_decl_constructor, omp_finish_file): With in_lto_p, stream out all offload-table items even if the symtab_node does not exist. Close as FIXED. – Follow up: PR95583.