From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6DDC73858004; Mon, 10 Jul 2023 14:19:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6DDC73858004 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688998770; bh=oTGzsDla/jVS0aTxrP4X0hWFEyw+xBXoZW/acCHK87w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XdNzhzqtKFAAWvCS3oASXPxqI3RU0/XdZTh0OIj2oB2OBZJ9BkemvtkjwkTopX2Oc Ule4ow/qQVrKGYKm0+s2o33ByBnSGlfZ1t55+mwNxYL8E3n8DWxXB0/4c2e1TbJ+1v EZ+DPpffQOlBTJWPzPH5vN4MiOp1J+f/qm+tBZXo= From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/110205] Some new warnings from clang for the range code Date: Mon, 10 Jul 2023 14:19:29 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: internal-improvement X-Bugzilla-Severity: normal X-Bugzilla-Who: dcb314 at hotmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D110205 --- Comment #3 from David Binderman --- Nearly a month later, the current list of clang warnings for the range code= is: ../../trunk.year/gcc/gimple-range-cache.h:140:17: warning: private field 'm_estimate' is not used [-Wunused-private-field] ../../trunk.year/gcc/range-op-mixed.h:567:8: warning: 'op1_op2_relation_eff= ect' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] ../../trunk.year/gcc/range-op.cc:2254:8: warning: 'update_bitmask' override= s a member function but is not marked 'override' [-Winconsistent-missing-overri= de] ../../trunk.year/gcc/range-op.cc:2392:16: warning: 'op1_range' overrides a member function but is not marked 'override' [-Winconsistent-missing-overri= de] ../../trunk.year/gcc/range-op.cc:2396:16: warning: 'fold_range' overrides a member function but is not marked 'override' [-Winconsistent-missing-overri= de] ../../trunk.year/gcc/range-op.cc:2401:16: warning: 'wi_fold' overrides a me= mber function but is not marked 'override' [-Winconsistent-missing-override] ../../trunk.year/gcc/range-op.cc:2404:16: warning: 'wi_op_overflows' overri= des a member function but is not marked 'override' [-Winconsistent-missing-override] ../../trunk.year/gcc/range-op.cc:2419:16: warning: 'fold_range' overrides a member function but is not marked 'override' [-Winconsistent-missing-overri= de] ../../trunk.year/gcc/range-op.cc:2423:16: warning: 'wi_fold' overrides a me= mber function but is not marked 'override' [-Winconsistent-missing-override] ../../trunk.year/gcc/range-op.cc:2428:16: warning: 'wi_op_overflows' overri= des a member function but is not marked 'override' [-Winconsistent-missing-override] ../../trunk.year/gcc/range-op.cc:2432:16: warning: 'op1_range' overrides a member function but is not marked 'override' [-Winconsistent-missing-overri= de] ../../trunk.year/gcc/range-op.cc:2436:25: warning: 'lhs_op1_relation' overr= ides a member function but is not marked 'override' [-Winconsistent-missing-override] These might be worth fixing.=