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

            Bug ID: 115428
           Summary: 3 * unused in today's build
           Product: gcc
           Version: 15.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 with clang:

working $ grep Wunused /tmp/0
../../trunk/gcc/analyzer/call-summary.cc:727:21: warning: unused variable
'summary_cast_reg' [-Wunused-variable]
../../trunk/gcc/range-op.cc:209:1: warning: unused function
'has_pointer_operand_p' [-Wunused-function]
../../trunk/gcc/value-relation.cc:207:24: warning: unused variable
'relation_to_code' [-Wunused-const-variable]
working $ 

I've checked all three and they all look like candidates for deletion.

Reply via email to