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

            Bug ID: 98893
           Summary: start_cleanup_cnt needs modularizing
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: nathan at gcc dot gnu.org
  Target Milestone: ---

cp/decl.c:

static GTY(()) int start_cleanup_cnt;

static tree
start_cleanup_fn (void)
{
...
 sprintf (name, "__tcf_%d", start_cleanup_cnt++);


this will collide with header_units

Reply via email to