From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D53ED3858401; Tue, 24 Oct 2023 12:50:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D53ED3858401 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698151803; bh=fbWGmmKho3Ox4MwGLbXqyNGmMAbhpBWGXOmK/Qchyow=; h=From:To:Subject:Date:In-Reply-To:References:From; b=KFDAqSEVScRWi+6BGr+3ieplVXStdY3njkVM8mlj83EcSVmoME9G/xRMNKd7DIX8n fRi5WFizWIrBx5CPPRD6doBE6J7OStCWR2OyjOPsZtmsyPz8xzqBypsY0pFYELoI2w YoTlB29nUPHTArTTwIOgMw2yu41speuIfYgCRGpY= From: "costamagnagianfranco at yahoo dot it" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/111677] [12/13/14 Regression] darktable build on aarch64 fails with unrecognizable insn due to -fstack-protector changes Date: Tue, 24 Oct 2023 12:50:03 +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: costamagnagianfranco at yahoo dot it 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: 12.4 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=3D111677 --- Comment #9 from Gianfranco --- /usr/libexec/gcc/aarch64-linux-gnu/13/cc1 -quiet -imultiarch aarch64-linux-= gnu=20 -D _FORTIFY_SOURCE=3D2 -D NDEBUG -isystem -dumpbase -mbranch-protection=3Ds= tandard -mtune=3Dgeneric -mlittle-endian -mabi=3Dlp64 -g -g -O2 -O3 -Wformat=3D1 -Werror=3Dformat-security -Wdate-time -Wall -Wformat=3D1 -Wformat-security = -Wshadow -Wtype-limits -Wvla -Wold-style-declaration -Wmaybe-uninitialized -Wno-unknown-pragmas -Wno-error=3Dvarargs -Wformat-truncation=3D0 -Wno-error=3Daddress-of-packed-member -std=3Dc99 -fstack-protector-strong -fstack-clash-protection -fopenmp -ffast-math -fno-finite-math-only -fexpensive-optimizations -fPIC -fasynchronous-unwind-tables -o - -frandom-seed=3D0 -fdump-noaddr -freport-bug testcase.i This reproduces the issue.=