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

            Bug ID: 113069
           Summary: gimple-ssa-sccopy.cc:143:12: warning: private field
                    'curr_generation' is not used [-Wunused-private-field]
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dcb314 at hotmail dot com
  Target Milestone: ---

>From today's build of gcc trunk with clang:

gcc $ grep curr_generation gimple-ssa-sccopy.cc 
  unsigned curr_generation = 0;
gcc $

Reply via email to