[Bug middle-end/80411] DCE vs. offloading
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Apr 12 11:18:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80411
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2017-04-12
Ever confirmed|0 |1
--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
They are probably referenced in the global tables we build for offloading? The
symtab code isn't made aware of those references though.
.offload_var_table:
.section .gnu.offload_funcs,"aw",@progbits
.align 8
.type .offload_func_table, @object
.size .offload_func_table, 16
.offload_func_table:
.quad main._omp_fn.0
.quad main._omp_fn.1
.comm __gnu_lto_v1,1,1
not sure where we emit the above.
More information about the Gcc-bugs
mailing list