https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96981
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |jakub at gcc dot gnu.org Resolution|--- |INVALID --- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> --- IMHO a clang bug, where it silently ignores the bogus section attribute. section attribute requires a name of the section, an empty string is not a valid section name.