https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101109
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|ice-on-valid-code |accepts-invalid, | |ice-on-invalid-code --- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> --- I'd rather say invalid? .vtable_map_vars is special-cased to have SECTION_LINKONCE but the function decl doesn't have a DECL_COMDAT_GROUP. IMHO all special-named sections should be rejected from attribute(section).