https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84910
Bug ID: 84910 Summary: typo: "%qs follows inline declaration " Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: roland.illig at gmx dot de Target Milestone: --- In c-family/c-warn.c: else if (DECL_DECLARED_INLINE_P (olddecl) && DECL_UNINLINABLE (newdecl) && lookup_attribute ("noinline", DECL_ATTRIBUTES (newdecl))) warned |= warning (OPT_Wattributes, "declaration of %q+D with attribute " "%qs follows inline declaration ", newdecl, noinline); The space at the end of the string is probably too much.