public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH][pushed] analyzer: document new param
@ 2021-03-12  8:45 Martin Liška
  2021-03-12 13:56 ` David Malcolm
  0 siblings, 1 reply; 8+ messages in thread
From: Martin Liška @ 2021-03-12  8:45 UTC (permalink / raw)
  To: gcc-patches

Identified by my check that compares documentation of params
with content of --help=param output.

Pushed as obvious.
Martin

gcc/ChangeLog:

	* doc/invoke.texi: Add missing param documentation.
---
  gcc/doc/invoke.texi | 4 ++++
  1 file changed, 4 insertions(+)

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 4a3c1e2fa0f..7a368959e5e 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -14362,6 +14362,10 @@ recurse deeper.
  The maximum depth of a symbolic value, before approximating
  the value as unknown.
  
+@item analyzer-max-infeasible-edges
+The maximum number of infeasible edges to reject before declaring
+a diagnostic as infeasible.
+
  @item gimple-fe-computed-hot-bb-threshold
  The number of executions of a basic block which is considered hot.
  The parameter is used only in GIMPLE FE.
-- 
2.30.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-03-16 15:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-12  8:45 [PATCH][pushed] analyzer: document new param Martin Liška
2021-03-12 13:56 ` David Malcolm
2021-03-12 14:02   ` Martin Liška
2021-03-15 20:57     ` Martin Sebor
2021-03-16  9:08       ` Martin Liška
2021-03-16 14:51         ` Martin Sebor
2021-03-16 15:09           ` testsuite: automatically checking for param documentation David Malcolm
2021-03-16 15:14             ` Martin Liška

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).