From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 575213858C60; Thu, 9 Feb 2023 11:40:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 575213858C60 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675942841; bh=H9e305YH5/sTeLJg0JEFhp3XTgDPAKgf+EJswPo1GVw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SP0mqFW+Rirmc7bQ/Q1lNTIubFf9nmS+AiOeGx/ABSaAY2BUdgGHc/qoaM9PsS4iu xNNPQvCNcWMrtdd7+kB6MUUxKs1MEv1upJYPWNtVk7uCXONOq6WCOczk6bAe8amnKL eIRcZSnyDvaa8KOUNoDTP69t1yKI7rEVl2Y/wxOg= From: "marxin 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, 09 Feb 2023 11:40:40 +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: marxin at gcc dot gnu.org X-Bugzilla-Status: NEW 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=3D108470 --- Comment #2 from Martin Li=C5=A1ka --- Apparently, we support 'noipa' attribute for more than 5 years and so it sh= ould be used rather than noiline attribute. Or do you need to support an older toolchain as well?=