From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2ABA63858422; Mon, 28 Nov 2022 16:29:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2ABA63858422 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669652964; bh=y9F2EWcqtoK0ZFN+7DSarZ1e3RAOckXs5QkYl2xmtrE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=WB0aoJQATrF9e9uzW1I8LVZ5GgnWHxmvKvPhpxcdFiZzUN4fszXuZ8VzDoVn03oIp +JxzGx+IdmCZverCwwTf8O5v8hnUIjVISPyVnjLhzFrD/idoY1jG+U5BxttIM27W7F SVumv6y4wYlxkTyz5rbtp3bBKUWy9rmNOHQJuBJI= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107868] [10 regression] Wrong code on AArch64 at -O1 with new/delete Date: Mon, 28 Nov 2022 16:29:23 +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: 10.4.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: P3 X-Bugzilla-Assigned-To: rguenth 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=3D107868 --- Comment #4 from Richard Biener --- I can confirm backporting the two revs fixes the -O1 execute FAIL of 20_util/allocator/1.cc on the branch. Fully testing that now.=