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

            Bug ID: 109693
           Summary: trivial: unused private field
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dcb314 at hotmail dot com
  Target Milestone: ---

I just did a build of gcc with clang. It said:

trunk.year/gcc/value-range-storage.h:41:8: warning: private field 'm_gc' is not
used [-Wunused-private-field]

$ fgrep m_gc trunk.year/gcc/value-range-storage.{h,cc}
trunk.year/gcc/value-range-storage.h:  bool m_gc;
trunk.year/gcc/value-range-storage.cc:  : m_gc (gc)
$

Reply via email to