From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 986493858288; Tue, 24 Oct 2023 04:30:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 986493858288 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698121855; bh=NHsLFDnGy24IAyx/1yRTz60bsPHxZqf2RzfGbb78PEE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=B16TOccm18msqzIrYnFfCCGT/TYMy7Tn6ZPErGxt0dR7u81Lw6Nauxgmol0XrKLuO BieCFuVigRzDtD54bafmItSR2qtvl+Sf1gQLUWO7TXhDr5jH1VuKHHeWH7n9sL6uGv 4f0qInrfpnJ88Jy9rBt9sXGqti8+UlAiFZj2QaEk= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/111677] arm64 build fails unrecognizable insn [REGRESSION] Date: Tue, 24 Oct 2023 04:30:54 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.2.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: WAITING 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: bug_status keywords cf_reconfirmed_on everconfirmed 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=3D111677 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING Keywords| |ice-on-valid-code Last reconfirmed| |2023-10-24 Ever confirmed|0 |1 --- Comment #4 from Andrew Pinski --- (In reply to Gianfranco from comment #3) > Hello, after syncing gcc-13 with last fixes, the bug still occurs Can you attach the preprocessed source?=