From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AB25E3858D39; Sat, 4 Nov 2023 05:48:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AB25E3858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699076915; bh=dTacUiZT+n0/RoN6OX2PoadNP3RDv6tfZ1n8IX2w74I=; h=From:To:Subject:Date:In-Reply-To:References:From; b=x35ajy4Zlq63x/nWX+R5JfLGT+9qnpeoiCYMx/TKhykaKeAKDTLP83/lLXbbOOKYb vcz8qXmvXmCkpD/yR/zzTiSfn5GC4lCOsSk1P63f/GLYvNSLm80mbTCfnAWCknXEHw VYUhKt+wY9CMDrd5H5hPBvgPMo2nAwzYAqi6RbUc= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/112367] wrong rounding of sum of floating-point constants Date: Sat, 04 Nov 2023 05:48:34 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 6.3.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status target_milestone component resolution 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=3D112367 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Target Milestone|--- |12.0 Component|c |middle-end Resolution|--- |FIXED --- Comment #6 from Andrew Pinski --- Fixed for GCC 12 via r12-4764-ga84b9d5373c7e67fd0ab2a412 (aka PR 57245). S= ince this is not a regression it was not backported to earlier versions. Also GCC 6 is definitely no longer supported and a newer version should be used/tried before reporting a bug.=