[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 8 10:50:05 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95551
--- Comment #4 from Tobias Burnus <burnus at gcc dot gnu.org> ---
See RFC patch at
https://gcc.gnu.org/pipermail/gcc-patches/2020-June/547500.html
→ Don't add read-only artificial variables to the offload table (no need to)
And see experimental (but not working) patch regarding the stream out, which
highlights a state issue regarding host vs. target:
→ LTO stream out (array still present) and
host part (array already gone with -O3)
→ https://gcc.gnu.org/pipermail/gcc-patches/2020-June/547502.html
More information about the Gcc-bugs
mailing list