From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 07F303858D20; Thu, 7 Dec 2023 10:49:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 07F303858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701946163; bh=ihj+/w98qWTbaDJwtxTWasCG51bs1L1hd8DxnE3ClqQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qj81ulvW+0M2YkqVyng6x+Q8KjBPl29AgG93jt70cx3KR9QXMMe0+FvKEetj3xLQB 26Yve4gYiD/riDNwzLKakgUyGMWoNXO1s7k/O1fWhoDja/tX5urHfiE+T9ZA4zWRoy ZdCxwNxogl86XO3LDMGJyMj7Yo717sj+OYMvaTCE= From: "jamborm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/88345] -Os overrides -falign-functions=N on the command line Date: Thu, 07 Dec 2023 10:49:21 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 9.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: jamborm at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: hubicka 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=3D88345 --- Comment #22 from Martin Jambor --- Just to clarify, the case where this causes us problems is (indeed on Aarch= 64) with option -fpatchable-function-entry (and NOT necessarily -flive-patching= ).=20 But I agree that a separate orthogonal option for all cases is probably bes= t.=