From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2C5853858D28; Tue, 29 Aug 2023 04:22:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2C5853858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1693282924; bh=M2EYdtPdvSAClUvghVJRLhap50Dewn7uhVPS//GxRBk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GYvJ3xLrnuslu8UrpYZYbXUvY6KIN7RD6BsIYru8ZTGSyr1EdDU6bte430rft+/uE o0og8Xo+P2QT0DOV7Rx0vKoR5DiSkbMgaIgevWFLiBvX/klnB/MeMfnNOzsu/nztgr Zz6ln/gEWS9TCE7O7JpHq/otxnWg18bsJfCSPXEI= From: "sray at live dot com" 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:22:03 +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: sray at live dot com 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: cc 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=3D110983 Mao changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sray at live dot com --- Comment #3 from Mao --- Created attachment 55810 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D55810&action=3Dedit invoke-doc-patch 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 p= age. The fpatchable-function-entry is also missing in the manpage in the option summary section. And my fix can solve this issue. I still need more time to fight with the git-send-mail and my email provider before I can send this patch file to the gcc-patches mail list...=