https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118005
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #15 from Jakub Jelinek <jakub at gcc dot gnu.org> --- I think the current behavior is correct, noipa implies the function boundary is an optimization barrier for the compiler, while inline is the exact opposite of that, and we do have warnings for incompatible attributes, which is the case here.