https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88010
Jan Hubicka <hubicka at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2018-11-14 Ever confirmed|0 |1 --- Comment #3 from Jan Hubicka <hubicka at gcc dot gnu.org> --- Yep, GCC considers attributes to be part of the definition of a function for IPA passes. We are not consitent here (i.e. warning attributes on aliases counts), so it makes sense to support this (and is not too difficult to do in this case). Is there some critical use of this that we would want to have for GCC 9? Honza