https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87178
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Just don't do it. C++17 inline variables are comdat, so you can't force them
into the same section as other variables that don't behave the same way.
