mirror of git://gcc.gnu.org/git/gcc.git
* invoke.texi: Add more options to summary list.
From-SVN: r42349
This commit is contained in:
parent
1b07e854d9
commit
aa0cc56293
|
@ -1,3 +1,7 @@
|
||||||
|
2001-05-20 Joseph S. Myers <jsm28@cam.ac.uk>
|
||||||
|
|
||||||
|
* invoke.texi: Add more options to summary list.
|
||||||
|
|
||||||
2001-05-20 Joseph S. Myers <jsm28@cam.ac.uk>
|
2001-05-20 Joseph S. Myers <jsm28@cam.ac.uk>
|
||||||
|
|
||||||
* invoke.texi: Document meaning of -pedantic when -std=gnu* is
|
* invoke.texi: Document meaning of -pedantic when -std=gnu* is
|
||||||
|
|
|
@ -167,17 +167,18 @@ in the following sections.
|
||||||
@xref{C++ Dialect Options,,Options Controlling C++ Dialect}.
|
@xref{C++ Dialect Options,,Options Controlling C++ Dialect}.
|
||||||
@gccoptlist{
|
@gccoptlist{
|
||||||
-fno-access-control -fcheck-new -fconserve-space @gol
|
-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
|
-fno-enforce-eh-specs -fexternal-templates @gol
|
||||||
-falt-external-templates @gol
|
-falt-external-templates @gol
|
||||||
-ffor-scope -fno-for-scope -fno-gnu-keywords -fhonor-std @gol
|
-ffor-scope -fno-for-scope -fno-gnu-keywords -fhonor-std @gol
|
||||||
-fhuge-objects -fno-implicit-templates @gol
|
-fhuge-objects -fno-implicit-templates @gol
|
||||||
-fno-implicit-inline-templates @gol
|
-fno-implicit-inline-templates @gol
|
||||||
-fno-implement-inlines -fms-extensions @gol
|
-fno-implement-inlines -fms-extensions @gol
|
||||||
-fno-operator-names @gol
|
-fno-nonansi-builtins -fno-operator-names @gol
|
||||||
-fno-optional-diags -fpermissive @gol
|
-fno-optional-diags -fpermissive @gol
|
||||||
-frepo -fno-rtti -ftemplate-depth-@var{n} @gol
|
-frepo -fno-rtti -fstats -ftemplate-depth-@var{n} @gol
|
||||||
-fuse-cxa-atexit -fvtable-thunks -nostdinc++ @gol
|
-fuse-cxa-atexit -fvtable-thunks -fno-weak -nostdinc++ @gol
|
||||||
-fno-default-inline -Wctor-dtor-privacy @gol
|
-fno-default-inline -Wctor-dtor-privacy @gol
|
||||||
-Wnon-virtual-dtor -Wreorder @gol
|
-Wnon-virtual-dtor -Wreorder @gol
|
||||||
-Weffc++ -Wno-deprecated @gol
|
-Weffc++ -Wno-deprecated @gol
|
||||||
|
|
Loading…
Reference in New Issue