From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 56B2D3857806; Tue, 18 Jul 2023 10:09:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 56B2D3857806 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689674970; bh=MWFAht2yhJHSK2wd4AUjag6G5nEEKMByRopRCv3nf8U=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UtrXh+EeHmVIHEHI+mzv7TLrFi/Epxxt1Ouon+m5hQwHcRUNUvfHgn+485/ytY0dQ Vi/y2vaPsxQbDkYaYl1HpmspPjykbiVAx8b5fzro8CsLzQKbzxMEQXv5Y+VF8iQSqw NdH4u1ZmolJjzjG6TVQC/5uTnLw5kDHttkMucq9s= From: "vincent-gcc at vinc17 dot net" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/101090] incorrect -Wunused-value warning on remquo with constant values Date: Tue, 18 Jul 2023 10:09: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: 9.1.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: vincent-gcc at vinc17 dot net X-Bugzilla-Status: NEW 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=3D101090 --- Comment #3 from Vincent Lef=C3=A8vre --- (In reply to Vincent Lef=C3=A8vre from comment #2) > So, has this bug been fixed (and where)? This seems to be a particular case of PR106264, which was fixed in commit r13-1741-g40f6e5912288256ee8ac41474f2dce7b6881c111.=