From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4E30A3858CD1; Thu, 4 Jan 2024 17:17:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4E30A3858CD1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704388676; bh=dvV/1sF2C5u9VDcIinGNjNlR0JgrHqJjH7lwVmptUuQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=miEqGSTPrkp71FNWOS+QV9dOyQ3pvWofvEpfiX8PtUvGmNry4JagpE3vcdvprX9Qh EtC9V3j2enVuyUyMnq1W1sprbomT+4YwGlK5LJHbMrtqLXRrkifM7amfOIsWH2SfA4 xg0hQNSaoUfOC/hSyTw4k21SXqvEp+vh508FiBkk= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/110176] [11/12/13/14 Regression] wrong code at -Os and above on x86_64-linux-gnu since r11-2446 Date: Thu, 04 Jan 2024 17:17:55 +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.1 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: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.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=3D110176 --- Comment #7 from Andrew Pinski --- (In reply to Jakub Jelinek from comment #6) > Started with r11-2446-g3e61a2056335ca7d4e2009823efae4ee2dc950ee Note r10-9757-gec97d2e842022a3f112e27d6d8 is the backported to the GCC 10 branch.=