[Bug lto/94848] [Offloading][LTO] error due to only partially eliminated var / -ftree-pre causes link errors | libgomp.fortran/use_device_ptr-optional-3.f90 failures
burnus at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jun 15 09:11:34 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94848
Tobias Burnus <burnus at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|UNCONFIRMED |RESOLVED
--- Comment #5 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.
More information about the Gcc-bugs
mailing list