From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 72F683858C60; Wed, 7 Feb 2024 06:11:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 72F683858C60 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707286294; bh=iTS0DVABUXG7az9497qGnvA+wX+jowIROLpFxZSpQ9o=; h=From:To:Subject:Date:In-Reply-To:References:From; b=s+g6mvd7HcyHDuMtbZEBb97ZJsjeY3J+cuV6MCg7t1xNMW6KZg240iaKeKZN8wRuZ qJ0A+wIkDCEnIjZpWzsN13FomPoCiZxjN3TAfebC/KshH9hrpG6clJ2ilbG9EBZhlF VBPUkm5BzJQ5zH1ipum9zE79Ge6iF67dgDAIRzIw= From: "keithp at keithp dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/113795] armv8.1m-m.main+pacbti -mbranch-protection=standard -O2 compile error Date: Wed, 07 Feb 2024 06:11:34 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 13.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: keithp at keithp dot com X-Bugzilla-Status: UNCONFIRMED 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: 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=3D113795 --- Comment #1 from keithp at keithp dot com --- compiler command: arm-none-eabi-gcc \ -std=3Dc18 \ -O2 \ -mthumb \ -march=3Darmv8.1-m.main+pacbti+fp \ -mbranch-protection=3Dstandard \ -o \ bar.s \ -S \ bar.c=