https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71969
Bug ID: 71969 Summary: Wrong setting of DECL_DISREGARD_INLINE_LIMITS in the C FE Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: jakub at gcc dot gnu.org Reporter: jakub at gcc dot gnu.org Target Milestone: --- The C FE sets DECL_DISREGARD_INLINE_LIMITS on C99 inline functions when it only means to do that for GNU extern inlines.