From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 567DE385C414; Fri, 28 Jul 2023 20:37:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 567DE385C414 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1690576672; bh=AOyK37TdTssIA7EiDwd2XbevplPQrgOhHbsYU0PdSvk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=P9LE//MSy6LkmU3WAhZEerV7iU5FvZAvqoludScbO8+Pqk878JhfujuG94KffO369 IlgwUYaPT5ja2Ov+rABOIaLHpDsVx3xM4PSfQk8KMQtzCnZp44irk4oO2yUdyk/DZS Arg2Ht68eYB26rUsZqSmPtgs0vFuRtsCwfPsg6Rk= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/110205] Some new warnings from clang for the range code Date: Fri, 28 Jul 2023 20:37:51 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: internal-improvement X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org 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 #5 from CVS Commits --- The master branch has been updated by Andrew Macleod : https://gcc.gnu.org/g:7905c071c35070fff3397b1e24f140c128c08e64 commit r14-2859-g7905c071c35070fff3397b1e24f140c128c08e64 Author: Andrew MacLeod Date: Mon Jul 10 13:58:22 2023 -0400 Fix some warnings PR tree-optimization/110205 * gimple-range-cache.h (ranger_cache::m_estimate): Delete. * range-op-mixed.h (operator_bitwise_xor::op1_op2_relation_effe= ct): Add final override. * range-op.cc (operator_lshift): Add missing final overrides. (operator_rshift): Ditto.=