https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68452

            Bug ID: 68452
           Summary: C front end doesn't call PLUGIN_FINISH_DECL on
                    CONST_DECLs
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: plugins
          Assignee: unassigned at gcc dot gnu.org
          Reporter: tromey at gcc dot gnu.org
  Target Milestone: ---

While working on a plugin I noticed that PLUGIN_FINISH_DECL doesn't
seem to be called for a CONST_DECL.

I think this could be fixed by adding the appropriate plugin call
near the end of c-decl.c:build_enumerator.

Reply via email to