From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3EBD5385C6E8; Wed, 14 Feb 2024 11:57:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3EBD5385C6E8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707911829; bh=mObCrwNv1s9/LLKj4O+rV1/fIlXvSCnDluy8BuT6xFY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=aMisAqFP8ieeU6zuIRZPHYNl532I44uG+q0Q39WhRird5WIy+J1TeSyh3JFmyKR27 zi082J+22ZxE2z2qyda/3LAM2oHfEv4EUSAldzH9K3sGj3ggBt2x2i/GG/W60aSJ2L yBS6xo+/oNM7KZij7m+gqxs71yJNoAIgJlkxKKnY= From: "acoplan at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/111677] darktable build on aarch64 fails with unrecognizable insn due to -fstack-protector changes Date: Wed, 14 Feb 2024 11:57:08 +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.1 X-Bugzilla-Keywords: ice-on-valid-code, patch X-Bugzilla-Severity: normal X-Bugzilla-Who: acoplan at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: acoplan at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc 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 Alex Coplan changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[12 Regression] darktable |darktable build on aarch64 |build on aarch64 fails with |fails with unrecognizable |unrecognizable insn due to |insn due to |-fstack-protector changes |-fstack-protector changes --- Comment #32 from Alex Coplan --- Fixed for GCC 12, keeping open for a final backport to GCC 11 (since the st= ack protector patches were also backported there, and the underlying issue is latent there).=