https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117972
Bug ID: 117972 Summary: Problems with plugin/include/errors.h Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: plugins Assignee: unassigned at gcc dot gnu.org Reporter: dmalcolm at gcc dot gnu.org Target Milestone: --- The annobin plugin is failing when built against GCC 15: https://sourceware.org/bugzilla/show_bug.cgi?id=32429#c3 It looks like it's compiling against the "warning" decl in errors.h, rather than the one in diagnostic-core.h Should we be installing errors.h? Isn't it just for the various gen* tools in gcc's own build?