From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D6ACB38582A1; Tue, 18 Jul 2023 10:07:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D6ACB38582A1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689674867; bh=X7R6klPwKIjqdRlQb6bD776/ROm3Kgfo8mV4GWLcQjs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HcNcaCyaGDmXmE41fgCmcxxaJg/9q8GX/G/Qw1riMO9X7oElKAha4BenREAXU4HRS pmYfJI+31qJBHhmVPsQtcuwtu0Lrk2R7HiJynEfHiytDo3ykfdpHWiIpgzbdi447n1 p7yls0gKCQkTb3RipvOGslG+rCAouhnauGEr7SNg= From: "vincent-gcc at vinc17 dot net" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/106264] [10/11/12/13 Regression] spurious -Wunused-value on a folded frexp, modf, and remquo calls with unused result since r9-1295-g781ff3d80e88d7d0 Date: Tue, 18 Jul 2023 10:07:46 +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: 12.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: vincent-gcc at vinc17 dot net X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: roger at nextmovesoftware dot com X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D106264 Vincent Lef=C3=A8vre changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vincent-gcc at vinc17 dot = net --- Comment #8 from Vincent Lef=C3=A8vre --- This seems to be the same issue as PR101090 ("incorrect -Wunused-value warn= ing on remquo with constant values"), which I had reported in 2021 and was pres= ent in GCC 9 too.=