]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix description of file-cache-lines/file-cache-files params
authorAndi Kleen <ak@gcc.gnu.org>
Tue, 18 Feb 2025 23:40:28 +0000 (15:40 -0800)
committerAndi Kleen <ak@gcc.gnu.org>
Tue, 18 Feb 2025 23:40:28 +0000 (15:40 -0800)
The file-cache-lines / file-cache-files tunables were documented in the
wrong section. Fix that.

Reported-by: Filip Kastl
Comitted as obvious.

gcc/ChangeLog:

* doc/invoke.texi:

gcc/doc/invoke.texi

index ca8e468f3f2dbf68c959f74d8fec48c79463504d..d0e0ca80b0c2f5e6f4024fa1f6d5571a6da7b311 100644 (file)
@@ -13010,16 +13010,6 @@ having large chains of nested wrapper functions.
 
 Enabled by default.
 
-@item -ffile-cache-files=
-Max number of files in the file cache.
-The file cache is used to print source lines in diagnostics and do some
-source checks like @option{-Wmisleading-indentation}.
-
-@item -ffile-cache-files=
-Max number of lines to index into file cache. When 0 this is automatically sized.
-The file cache is used to print source lines in diagnostics and do some
-source checks like @option{-Wmisleading-indentation}.
-
 @opindex fipa-sra
 @item -fipa-sra
 Perform interprocedural scalar replacement of aggregates, removal of
@@ -15792,6 +15782,16 @@ considered for if-conversion.  The compiler will
 also use other heuristics to decide whether if-conversion is likely to be
 profitable.
 
+@item file-cache-files
+Max number of files in the file cache.
+The file cache is used to print source lines in diagnostics and do some
+source checks like @option{-Wmisleading-indentation}.
+
+@item file-cache-files
+Max number of lines to index into file cache. When 0 this is automatically sized.
+The file cache is used to print source lines in diagnostics and do some
+source checks like @option{-Wmisleading-indentation}.
+
 @item max-rtl-if-conversion-predictable-cost
 RTL if-conversion will try to remove conditional branches around a block
 and replace them with conditionally executed instructions.  These parameters