[Bug c++/87178] Compilation failure when program contains multiple variables allocated in particular section, and at least one variable is C++17 "inline"

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sun Sep 2 20:07:00 GMT 2018


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

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I believe it is rejects-invalid instead.
comdat works at the section granularity, so can't really work if you force
inline vars with other vars into the same section.


More information about the Gcc-bugs mailing list