Pushed as obvious to master (and releases/gcc-11 branch). Martin
gcc/ChangeLog: * doc/invoke.texi: Document new param. --- gcc/doc/invoke.texi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 8b70fdf580d..a1b50406048 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -14364,6 +14364,10 @@ The parameter is used only in GIMPLE FE. The maximum number of 'after supernode' exploded nodes within the analyzer per supernode, before terminating analysis. +@item ranger-logical-depth +Maximum depth of logical expression evaluation ranger will look through +when evaluting outgoing edge ranges. + @item openacc-kernels Specify mode of OpenACC `kernels' constructs handling. With @option{--param=openacc-kernels=decompose}, OpenACC `kernels' -- 2.31.1