From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C26E43858C50; Tue, 27 Sep 2022 15:28:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C26E43858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664292494; bh=xtMET/WjNHml0AerSzqe49dGqCRhvcZsIivtg6yKmMc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SsNp/HNTow4kRZcK4kUl/WamUDXhYXdWH4asD7ZAfcEmLaC0NjM+Mkv4OBYJGZYEN c8dQ3Ei1HSpVrBcjy2m5/eNB6yuV0WSldNYgabYVrkPQfRuZktpDGk4g93u30327ZY T1kZZqRz8d5ybvChg71rtte1Fcvo5oYFEoVxgomk= From: "malat at debian dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/106187] armhf: Miscompilation at O2 level (O0 / O1 are working) Date: Tue, 27 Sep 2022 15:28:12 +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: malat at debian dot 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 #57 from Mathieu Malaterre --- (In reply to Richard Earnshaw from comment #55) > (In reply to Mathieu Malaterre from comment #53) >=20 > >=20 > > gcc-12 seems to be generating wrong-code for a different unit-test: >=20 > I've just pushed my patch to the gcc-12 branch, could you try that please? Richard, I am using the latest gcc-12 update from doko@d.o: * https://tracker.debian.org/news/1363780/accepted-gcc-12-1220-3-source-into-= unstable/ I can reproduce the failing test: * https://buildd.debian.org/status/fetch.php?pkg=3Dhighway&arch=3Darmhf&ver= =3D1.0.2%7Egit20220901.9b3bd6d-2&stamp=3D1664289672&raw=3D0 But I cannot reproduce it using gcc-snapshot: * https://packages.qa.debian.org/g/gcc-snapshot/news/20220920T113715Z.html Let me know if you want more info=