From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7479F3858D33; Tue, 29 Aug 2023 04:25:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7479F3858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1693283138; bh=Y25uJeIaA6x6uX+t60FT+hEQ6HP2YIA7Gx8mlCZithw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vnDRAt+d/rKpnfRd2pdcXHt+bDcv6HEgBkKO57n0fHa+OBP4FFXHDvqLGVbGlNtg6 xbFRWomsMz5GLr775OhEcuSw7z38lTL4nFk7XFoa3GzEr6VwQICn09mPpycAlrA3mp qgiPed1FD0JT2wFiPQEV1h/MorgB8HUkrdLO7k+w= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/110983] -fpatchable-function-entry is missing in Option Summary page Date: Tue, 29 Aug 2023 04:25:38 +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: 14.0 X-Bugzilla-Keywords: documentation X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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=3D110983 --- Comment #4 from Andrew Pinski --- (In reply to Mao from comment #3) > Created attachment 55810 [details] > invoke-doc-patch >=20 > I think this can help fix the issue. > I am not sure how to build the HTML web pages. But I also checked the man > page. The fpatchable-function-entry is also missing in the manpage in the > option summary section. And my fix can solve this issue. `make html` is the way to build the HTML web pages ...=