https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87178

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Generally certainly can't, one can define the inline variable in one TU and the
non-inline for the same section in a different TU.
If both are in the same TU, we could, but we don't have any mapping between the
user defined sections and decls that are put into those.

Reply via email to