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

--- Comment #22 from Alex Coplan <acoplan at gcc dot gnu.org> ---
(In reply to Jakub Jelinek from comment #21)
> So, do we want a target hook, handle most attributes the way current trunk
> does but selected ones differently (require them on all declarations or
> none)?

I suppose an additional attribute flag could work as well, given those are
generally controlled by the target for target-specific attributes?

I was hoping that we'd be able to use affects_type_identity for this, but it
sounds like that won't be possible.

Reply via email to