From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 722C73858C35; Mon, 1 Jan 2024 20:22:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 722C73858C35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704140533; bh=tOLxS8kzW3vOdPHJLqsPfW/cB+K71ImqumypNd3kr2Y=; h=From:To:Subject:Date:In-Reply-To:References:From; b=DMIk8WKG/MmgyitZxJyNkeg9F5F0IZbpaaPONGgU+WsN3eJ3lu+AONprVyHh/DQtf kAsWxVuhEij6GCHZKMPd6CyDwt4+/Sk7aztegctLgZr6wxSEMj2l/9AHdArA+vhtRU 6FnQe3oL/IGKfSp2KUpKwHVKGpSwO0e5d6gU1QgU= From: "hubicka 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: Mon, 01 Jan 2024 20:22:08 +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: hubicka 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: attachments.created 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 #23 from Jan Hubicka --- Created attachment 56970 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D56970&action=3Dedit Patch I am testing Hi, this adds -falign-all-functions parameter. It still look like more reasona= ble (and backward compatible) thing to do. I also poked about Richi's suggesti= on of extending the syntax of -falign-functions but I think it is less readabl= e.=