https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62164
Jason Merrill <jason at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jason at gcc dot gnu.org --- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> --- (In reply to Jan Hubicka from comment #2) > The sections for COMDAT functions are used to drive code unification. I > wonder, do we want to support something like this (and expect that user > knows what he is doing and he won't, for example, drop multiple COMDATs into > one section) or just reject the attribute? What's wrong with dropping multiple COMDATs into one section? Don't we normally stick lots of COMDATs into .text?