From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 52C1B3858C62; Wed, 30 Aug 2023 22:21:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 52C1B3858C62 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1693434072; bh=5wX0UCIPd7zFeUvR8SOhZkBCnAVwQ3euGB1JSVQ4cww=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HaWWUzBJ1/z/a/LNFDxP6NZVSm3hW/doIgX4hvv90EY++RrC4KMbfE1MmCvtQSSpm gnfQcdqJBaYb4CA/udI0nxkIrrxP9DsdTRMl59h3H5ry1tOZm7VmWfWAipZ0cyDd4K odwKlFCi2xPaE2pRaYcO3Ymkn9jconJBiX1T9oKI= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/110755] [13 Regression] Wrong optimization of fabs on ppc64el at -O1 Date: Wed, 30 Aug 2023 22:21:11 +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: 13.1.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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=3D110755 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #15 from Jakub Jelinek --- Fixed for 13.3+ and 14+.=