From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F302F38717E5; Mon, 12 Dec 2022 16:54:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F302F38717E5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1670864077; bh=M5aN34tYnJnCJoUO3dlFYYzcumSDJogEJZamhGVJs8Q=; h=From:To:Subject:Date:In-Reply-To:References:From; b=IbaOukbzOL69DNsyP+20Vk+kX9ts7r694sg2Zffnkci6lOY9O4wH1wzeCz7pbIAWh MY9BQFM67Vmu5vNc+dSUdhvi7v6OR27ZjDzlIPO+TsofpZgpPFq9Ek1pajnQiQSVji /NGZ/OHjk+y8RxVPu+B0XTSLuCWG0RFvtJLokSbs= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/108068] [10/11/12/13 Regression] decimal floating point signed zero is not honored Date: Mon, 12 Dec 2022 16:54:37 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 12.2.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org 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: 10.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: everconfirmed target_milestone cf_known_to_fail short_desc cf_known_to_work component bug_status cf_reconfirmed_on 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=3D108068 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Target Milestone|--- |10.5 Known to fail| |4.9.0, 6.1.0, 7.1.0, 8.1.0 Summary|decimal signed zero is not |[10/11/12/13 Regression] |honored |decimal floating point | |signed zero is not honored Known to work| |4.7.4, 4.8.1 Component|middle-end |tree-optimization Status|UNCONFIRMED |NEW Last reconfirmed| |2022-12-12 --- Comment #1 from Andrew Pinski --- Confirmed. Introduced between 4.8 and 4.9. DOM is doing the 0.0 proping.=