diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-20 17:08:38 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-20 17:08:38 +0000 |
commit | 98eebff8f169603a1fbc6bc7bb1cd20a3f05489c (patch) | |
tree | 957fbc0c0ed5d660871c0ddf4ad3d4ea2fbb2f27 /gcc/invoke.texi | |
parent | 266b52c8df5aae2abe005b6dff6fbd87c33e613b (diff) | |
download | gcc-98eebff8f169603a1fbc6bc7bb1cd20a3f05489c.tar.gz |
* invoke.texi: Add more options to summary list.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42349 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/invoke.texi')
-rw-r--r-- | gcc/invoke.texi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gcc/invoke.texi b/gcc/invoke.texi index 63b31152885..694d711921c 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -167,17 +167,18 @@ in the following sections. @xref{C++ Dialect Options,,Options Controlling C++ Dialect}. @gccoptlist{ -fno-access-control -fcheck-new -fconserve-space @gol --fdollars-in-identifiers -fno-elide-constructors @gol +-fno-const-strings -fdollars-in-identifiers @gol +-fno-elide-constructors @gol -fno-enforce-eh-specs -fexternal-templates @gol -falt-external-templates @gol -ffor-scope -fno-for-scope -fno-gnu-keywords -fhonor-std @gol -fhuge-objects -fno-implicit-templates @gol -fno-implicit-inline-templates @gol -fno-implement-inlines -fms-extensions @gol --fno-operator-names @gol +-fno-nonansi-builtins -fno-operator-names @gol -fno-optional-diags -fpermissive @gol --frepo -fno-rtti -ftemplate-depth-@var{n} @gol --fuse-cxa-atexit -fvtable-thunks -nostdinc++ @gol +-frepo -fno-rtti -fstats -ftemplate-depth-@var{n} @gol +-fuse-cxa-atexit -fvtable-thunks -fno-weak -nostdinc++ @gol -fno-default-inline -Wctor-dtor-privacy @gol -Wnon-virtual-dtor -Wreorder @gol -Weffc++ -Wno-deprecated @gol |