Hi,

I noticed that the -fdump-tree-*-folding flag isn't documented in
the Developer options section of invoke.texi; this patch fixes that.

Tested by building the HTML docs and spot-checking in a browser.

OK for trunk?

Thanks,
Alex

gcc/ChangeLog:

        * doc/invoke.texi (Developer Options): Document -folding option
          for -fdump-tree-*.
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index c0b7aab1169..7a6e166ff6b 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -21267,6 +21267,9 @@ passes).
 @item note
 Enable other detailed optimization information (only available in
 certain passes).
+@item folding
+Enable dumping information about match-and-simplify (match.pd) patterns,
+when they are applied.
 @item all
 Turn on all options, except @option{raw}, @option{slim}, @option{verbose}
 and @option{lineno}.

Reply via email to