From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4345F3858D32; Thu, 2 Nov 2023 06:41:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4345F3858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698907267; bh=k3eCEEac7odOBJw98QWVxwn8Injhtmzg1elCLV4vJCk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CKytexjVqQF0USzTK5eWDeSe3kpCq4qiZwA/dmceEYpnRFkTmGlSsOEp6BVPiY8es aA+LxpRrUFyaKYRQ/Kp5lje1ZTKghTGwiMFyG+/2Hzx7IxxUPB4IPezKS25/inFFXJ kEcPBHDUdS/fH8dpqpg8H5Vria6Z/RjWI1gSdvQg= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/112344] [14 Regression] Wrong code at -O2 on x86_64-pc-linux-gnu Date: Thu, 02 Nov 2023 06:41:07 +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: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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=3D112344 --- Comment #1 from Andrew Pinski --- Did you copy the correct testcase? Because it looks like you just copied the one from PR 112305 and the output is way different.=