https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69219
Eric Botcazou <ebotcazou at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #4 from Eric Botcazou <ebotcazou at gcc dot gnu.org> --- > In addition, even if it should be an error, I think that the proper error > message should be reported instead of the <built-in> error. "built-in" is because you use Intrinsic! In any case, the rule of thumb is to never use pragma Inline_Always with anything except for very small subprograms.