From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D2FBD3858C33; Fri, 2 Sep 2022 12:32:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D2FBD3858C33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1662121946; bh=OEtm1HF6IYJlQF/3Cj7sjX3/6vLL8GLMklLFo92BIlE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=T6rFdNkly2ldOM4ztRU9EblgL+G58/19y30XVNgaTsLCQF1LYgS9pGkPCSPxgT6Py LC1kM9xqaLV4af9CqbE78D5OZPCuDLNtCZz++H50CtH2Tq08PpkMlK0sf6r6B2hef4 HEdVrP7ywbAbx6BwwIHRJkhvucpZ5Qjr/rrgzh8I= From: "rearnsha at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/106187] armhf: Miscompilation at O2 level (O0 / O1 are working) Date: Fri, 02 Sep 2022 12:32:26 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 10.4.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rearnsha at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: rearnsha 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=3D106187 --- Comment #55 from Richard Earnshaw --- (In reply to Mathieu Malaterre from comment #53) >=20 > gcc-12 seems to be generating wrong-code for a different unit-test: I've just pushed my patch to the gcc-12 branch, could you try that please?=