Skip to content

Commit ca0dea7

Browse files
author
Sandra Loosemore
committed
doc: Add --compile-std-module to option summary
Commit 3ad2e2d added documentation for this new C++ option, but missed also adding it to the corresponding Option Summary list. gcc/ChangeLog * doc/invoke.texi (Option Summary) <C++ Langauge Options>: Add --compile-std-module.
1 parent 2593a24 commit ca0dea7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gcc/doc/invoke.texi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,8 @@ in the following sections.
215215

216216
@item C++ Language Options
217217
@xref{C++ Dialect Options,,Options Controlling C++ Dialect}.
218-
@gccoptlist{-fabi-compat-version=@var{n} -fabi-version=@var{n}
218+
@gccoptlist{--compile-std-module
219+
-fabi-compat-version=@var{n} -fabi-version=@var{n}
219220
-fno-access-control -faligned-new=@r{[}@var{n}@r{]}
220221
-fno-assume-sane-operators-new-delete
221222
-fchar8_t -fcheck-new

0 commit comments

Comments
 (0)