From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CCEF43858D39; Mon, 10 Jun 2024 14:31:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CCEF43858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718029904; bh=LjFrvoUC6O4gMTLSA+rmNM/FLbi0heSys7X9NbvLeVI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=cRQs+XSiIRsVOmeSzVD9Zzzvh2C0EJrK4Wt12Zcw4yEPPqauhAkoiTVF4h8OOK9vk HSVsc9FBZHPovVij8+twU/OUo3+EeDUlauUPnEM6wDRWHgMXkW2qW7IPGwyMtpi/Yi uvz45y3yl9ow631akLp9kroUEpiZddIplD21TDJY= From: "wilco at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/115388] [15 Regression] wrong code at -O3 on x86_64-linux-gnu since r15-571-g1e0ae1f52741f7 Date: Mon, 10 Jun 2024 14:31:44 +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: 15.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: wilco at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 15.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D115388 Wilco changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wilco at gcc dot gnu.org --- Comment #7 from Wilco --- (In reply to Richard Biener from comment #6) > Fixed. Unfortunately this didn't fix PR115256 if I checked correctly. K= eep > searching! The testcase hangs on AArch64, so this commit didn't fix it...=