From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 096B53858C53; Thu, 18 Jan 2024 23:26:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 096B53858C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705620418; bh=QRXKhB/ce6aizBK7SwsxECvuZUEpISvUsjjNp+dX3KY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Unb1xLfco+f27EGOA+M72dAsAO5konuN7hrzte0aTrb/fxBNsHbVsY96bO4F2EGsW MEbQKoNaJZM1lROsUo+nLzq8FHmWDPi7aeCrgVdiX6yvipZ2zDqy+E92aFfFYHYKCs /strxpnzVkQCLJx3NmtJQoidn75j+n/IM70KBh60= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/108470] Missing documentation for alternate uses of __attribute__((noinline)) Date: Thu, 18 Jan 2024 23:26:57 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ipa X-Bugzilla-Version: 12.2.0 X-Bugzilla-Keywords: documentation X-Bugzilla-Severity: minor X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: sandra 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=3D108470 --- Comment #5 from GCC Commits --- The master branch has been updated by Sandra Loosemore : https://gcc.gnu.org/g:9b6b7d615543d73381cb1f994825d9bca024c838 commit r14-8261-g9b6b7d615543d73381cb1f994825d9bca024c838 Author: Sandra Loosemore Date: Thu Jan 18 23:19:39 2024 +0000 Improve documentation of noinline and noipa attributes [PR108470] gcc/ChangeLog PR ipa/108470 * doc/extend.texi (Common Function Attributes): Document that noinline also disables some interprocedural optimizations and improve flow to the part about using inline asm instead to disable calls from being optimized away completely. Remove the sentence that says noipa is mainly for internal compiler testin= g.=