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

            Bug ID: 104320
           Summary: Maybe a thinko in ctor_for_folding
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ipa
          Assignee: unassigned at gcc dot gnu.org
          Reporter: marxin at gcc dot gnu.org
                CC: hubicka at gcc dot gnu.org, marxin at gcc dot gnu.org
  Target Milestone: ---

I noticed the following assignment is dead:
gcc/varpool.cc:451

          decl = node->decl;

Honza, should it be real_decl = node->decl?

Reply via email to