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

            Bug ID: 123540
           Summary: gcc/analyzer/ops.h:837:14: warning: private field
                    'm_dst_snode' is not used
           Product: gcc
           Version: 16.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: analyzer
          Assignee: dmalcolm at gcc dot gnu.org
          Reporter: dcb314 at hotmail dot com
  Target Milestone: ---

Today's build of gcc trunk by clang says:

trunk/gcc/analyzer/ops.h:837:14: warning: private field 'm_dst_snode' is not
used [-Wunused-private-field]

Source code is

  supernode *m_dst_snode;

Suggest remove unused code.

Reply via email to