From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C8B013858298; Thu, 22 Dec 2022 07:12:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C8B013858298 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671693133; bh=mzob2EhOnzP4aiuBT23+hCyqky9tS6f19nzfT562ujc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VJWa0HtAg8przSaWhASFx6Lz5qG8sEhx2s5fEhPTYBXYzKE7LMUkHlvqvbIrNz/SR FxYcJrtpN5AXqvUwDg6vfABV8lQxzW9NDSrLwZMRB9LNbnjXxSWW4lbwd4FcyGT7OZ AKv53QZURjAnhC6m2Cp9YQbUVO2u7i7cvCxHFSog= From: "rguenth 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: Thu, 22 Dec 2022 07:12:13 +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: rguenth at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.5 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=3D108068 --- Comment #7 from Richard Biener --- (In reply to Jakub Jelinek from comment #6) > And COMPLEX_CST shouldn't probably appear because cplxlower1 runs before > dom2 and > VECTOR_CST because GIMPLE_CONDs need scalar conditions, not vector. > So maybe it is indeed enough to just punt on DECIMAL_FLOAT_TYPE_Ps. We do allow equality compares of whole vectors, so vectors still can appear.=