From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id 12B4A3858D28; Tue, 23 Nov 2021 10:28:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 12B4A3858D28 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Martin Liska To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-5469] docs: Remove 2 more duplicite param descriptions. X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/heads/master X-Git-Oldrev: 6cd440670078af89d82cbb67e01a5ecec8eec238 X-Git-Newrev: d3f22853d18195b6ef4c9e26298befa55402eb4a Message-Id: <20211123102801.12B4A3858D28@sourceware.org> Date: Tue, 23 Nov 2021 10:28:01 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2021 10:28:01 -0000 https://gcc.gnu.org/g:d3f22853d18195b6ef4c9e26298befa55402eb4a commit r12-5469-gd3f22853d18195b6ef4c9e26298befa55402eb4a Author: Martin Liska Date: Tue Nov 23 11:27:29 2021 +0100 docs: Remove 2 more duplicite param descriptions. gcc/ChangeLog: * doc/invoke.texi: Remove 2 more duplicite param descriptions. Diff: --- gcc/doc/invoke.texi | 8 -------- 1 file changed, 8 deletions(-) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index e080b125831..57675a476e3 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -14791,14 +14791,6 @@ Maximum number of arrays per scop. @item max-vartrack-reverse-op-size Max. size of loc list for which reverse ops should be added. -@item tracer-dynamic-coverage-feedback -The percentage of function, weighted by execution frequency, -that must be covered by trace formation. -Used when profile feedback is available. - -@item max-inline-recursive-depth-auto -The maximum depth of recursive inlining for non-inline functions. - @item fsm-scale-path-stmts Scale factor to apply to the number of statements in a threading path when comparing to the number of (scaled) blocks.