From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AFEE73858D39; Tue, 3 Oct 2023 22:22:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AFEE73858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1696371756; bh=+5my/p529r8cFW13sVi46WWpSOkWXGirmzDYRN9Q0v8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YUg5/IhQfwLgFEJDxI35T9qXS2J1xg2TSI1gkQUMD6VA60zzcYMllBfRtYL/iCjE/ 2xzqQCQwZLbTTpfd6OV14w8MMsZCCZLUKAV6VL9688dcIQ98ITF3MqbildFs7Mhhlr JwA2kJmukQTViA1eJaNCDZWVu5Lw6kKDlOPLjT90= 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, 03 Oct 2023 22:22:36 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: MOVED 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 resolution component 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 |RESOLVED Resolution|--- |MOVED Component|c |target --- Comment #1 from Andrew Pinski --- Since debian backported patches and not using the 13 branch, this is a bug = in debian sources only. Anyways it was introduced by: Address stack protector and stack clash protection weaknesses on AArch64 You need r13-7827-g4bb1ae3c13ce4fb72129229de66f5ffbcd45fe4c (PR 111411) als= o.=