[Bug middle-end/95551] [OpenMP, OpenACC] -fopenmp/-fopenacc also with -foffload=disable fails with: (.gnu.offload_vars+0x0): undefined reference to `A.10.2'
burnus at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jun 15 09:11:05 GMT 2020
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.
More information about the Gcc-bugs
mailing list