Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/dist/gcc/doc regen for GCC 8.3 and our cha...



details:   https://anonhg.NetBSD.org/src/rev/fef5c44b684d
branches:  trunk
changeset: 459931:fef5c44b684d
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Oct 01 22:41:59 2019 +0000

description:
regen for GCC 8.3 and our changes.

diffstat:

 external/gpl3/gcc/dist/gcc/doc/cpp.1             |    31 +-
 external/gpl3/gcc/dist/gcc/doc/cpp.info          |   Bin 
 external/gpl3/gcc/dist/gcc/doc/cppinternals.info |   Bin 
 external/gpl3/gcc/dist/gcc/doc/g++.1             |  3421 ++++++++++++++++++---
 external/gpl3/gcc/dist/gcc/doc/gcc.1             |  3421 ++++++++++++++++++---
 external/gpl3/gcc/dist/gcc/doc/gcc.info          |   Bin 
 external/gpl3/gcc/dist/gcc/doc/gccinstall.info   |   Bin 
 external/gpl3/gcc/dist/gcc/doc/gccint.info       |   Bin 
 external/gpl3/gcc/dist/gcc/doc/gcov-tool.1       |     6 +-
 external/gpl3/gcc/dist/gcc/doc/gcov.1            |   370 +-
 10 files changed, 6027 insertions(+), 1222 deletions(-)

diffs (truncated from 10828 to 300 lines):

diff -r 131d42158397 -r fef5c44b684d external/gpl3/gcc/dist/gcc/doc/cpp.1
--- a/external/gpl3/gcc/dist/gcc/doc/cpp.1      Tue Oct 01 22:26:38 2019 +0000
+++ b/external/gpl3/gcc/dist/gcc/doc/cpp.1      Tue Oct 01 22:41:59 2019 +0000
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man 4.10 (Pod::Simple 3.35)
+.\" Automatically generated by Pod::Man 4.11 (Pod::Simple 3.35)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "CPP 1"
-.TH CPP 1 "2018-12-06" "gcc-7.4.0" "GNU"
+.TH CPP 1 "2019-02-22" "gcc-8.3.0" "GNU"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -191,8 +191,8 @@
 few things required by the standard.  These are features which are
 rarely, if ever, used, and may cause surprising changes to the meaning
 of a program which does not expect them.  To get strict \s-1ISO\s0 Standard C,
-you should use the \fB\-std=c90\fR, \fB\-std=c99\fR or
-\&\fB\-std=c11\fR options, depending
+you should use the \fB\-std=c90\fR, \fB\-std=c99\fR,
+\&\fB\-std=c11\fR or \fB\-std=c17\fR options, depending
 on which version of the standard you want.  To get all the mandatory
 diagnostics, you must also use \fB\-pedantic\fR.
 .PP
@@ -328,6 +328,8 @@
 .Sp
 When used with the driver options \fB\-MD\fR or \fB\-MMD\fR,
 \&\fB\-MF\fR overrides the default dependency output file.
+.Sp
+If \fIfile\fR is \fI\-\fR, then the dependencies are written to \fIstdout\fR.
 .IP "\fB\-MG\fR" 4
 .IX Item "-MG"
 In conjunction with an option such as \fB\-M\fR requesting
@@ -394,7 +396,7 @@
 is understood to specify a target object file.
 .Sp
 Since \fB\-E\fR is not implied, \fB\-MD\fR can be used to generate
-a dependency output file as a side-effect of the compilation process.
+a dependency output file as a side effect of the compilation process.
 .IP "\fB\-MMD\fR" 4
 .IX Item "-MMD"
 Like \fB\-MD\fR except mention only user header files, not system
@@ -479,6 +481,16 @@
 \&\fB2\fR.
 .Sp
 Note that \f(CW\*(C`\-ftrack\-macro\-expansion=2\*(C'\fR is activated by default.
+.IP "\fB\-fmacro\-prefix\-map=\fR\fIold\fR\fB=\fR\fInew\fR" 4
+.IX Item "-fmacro-prefix-map=old=new"
+When preprocessing files residing in directory \fI\fIold\fI\fR,
+expand the \f(CW\*(C`_\|_FILE_\|_\*(C'\fR and \f(CW\*(C`_\|_BASE_FILE_\|_\*(C'\fR macros as if the
+files resided in directory \fI\fInew\fI\fR instead.  This can be used
+to change an absolute path to a relative path by using \fI.\fR for
+\&\fInew\fR which can result in more reproducible builds that are
+location independent.  This option also affects
+\&\f(CW\*(C`_\|_builtin_FILE()\*(C'\fR during compilation.  See also
+\&\fB\-ffile\-prefix\-map\fR.
 .IP "\fB\-fexec\-charset=\fR\fIcharset\fR" 4
 .IX Item "-fexec-charset=charset"
 Set the execution character set, used for string and character
@@ -542,7 +554,7 @@
 like \fB\-C\fR, except that comments contained within macros are
 also passed through to the output file where the macro is expanded.
 .Sp
-In addition to the side-effects of the \fB\-C\fR option, the
+In addition to the side effects of the \fB\-C\fR option, the
 \&\fB\-CC\fR option causes all \*(C+\-style comments inside a macro
 to be converted to C\-style comments.  This is to prevent later use
 of that macro from inadvertently commenting out the remainder of
@@ -655,8 +667,9 @@
 Add the directory \fIdir\fR to the list of directories to be searched
 for header files during preprocessing.
 .Sp
-If \fIdir\fR begins with \fB=\fR, then the \fB=\fR is replaced
-by the sysroot prefix; see \fB\-\-sysroot\fR and \fB\-isysroot\fR.
+If \fIdir\fR begins with \fB=\fR or \f(CW$SYSROOT\fR, then the \fB=\fR
+or \f(CW$SYSROOT\fR is replaced by the sysroot prefix; see
+\&\fB\-\-sysroot\fR and \fB\-isysroot\fR.
 .Sp
 Directories specified with \fB\-iquote\fR apply only to the quote 
 form of the directive, \f(CW\*(C`#include\ "\f(CIfile\f(CW"\*(C'\fR.
@@ -925,7 +938,7 @@
 \&\fBgcc\fR\|(1), and the Info entries for \fIcpp\fR and \fIgcc\fR.
 .SH "COPYRIGHT"
 .IX Header "COPYRIGHT"
-Copyright (c) 1987\-2017 Free Software Foundation, Inc.
+Copyright (c) 1987\-2018 Free Software Foundation, Inc.
 .PP
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the \s-1GNU\s0 Free Documentation License, Version 1.3 or
diff -r 131d42158397 -r fef5c44b684d external/gpl3/gcc/dist/gcc/doc/cpp.info
Binary file external/gpl3/gcc/dist/gcc/doc/cpp.info has changed
diff -r 131d42158397 -r fef5c44b684d external/gpl3/gcc/dist/gcc/doc/cppinternals.info
Binary file external/gpl3/gcc/dist/gcc/doc/cppinternals.info has changed
diff -r 131d42158397 -r fef5c44b684d external/gpl3/gcc/dist/gcc/doc/g++.1
--- a/external/gpl3/gcc/dist/gcc/doc/g++.1      Tue Oct 01 22:26:38 2019 +0000
+++ b/external/gpl3/gcc/dist/gcc/doc/g++.1      Tue Oct 01 22:41:59 2019 +0000
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man 4.10 (Pod::Simple 3.35)
+.\" Automatically generated by Pod::Man 4.11 (Pod::Simple 3.35)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "GCC 1"
-.TH GCC 1 "2018-12-06" "gcc-7.4.0" "GNU"
+.TH GCC 1 "2019-02-22" "gcc-8.3.0" "GNU"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -204,7 +204,8 @@
 \&\fB\-c  \-S  \-E  \-o\fR \fIfile\fR  \fB\-x\fR \fIlanguage\fR  
 \&\fB\-v  \-###  \-\-help\fR[\fB=\fR\fIclass\fR[\fB,...\fR]]  \fB\-\-target\-help  \-\-version 
 \&\-pass\-exit\-codes  \-pipe  \-specs=\fR\fIfile\fR  \fB\-wrapper  
-@\fR\fIfile\fR  \fB\-fplugin=\fR\fIfile\fR  \fB\-fplugin\-arg\-\fR\fIname\fR\fB=\fR\fIarg\fR  
+@\fR\fIfile\fR  \fB\-ffile\-prefix\-map=\fR\fIold\fR\fB=\fR\fInew\fR  
+\&\fB\-fplugin=\fR\fIfile\fR  \fB\-fplugin\-arg\-\fR\fIname\fR\fB=\fR\fIarg\fR  
 \&\fB\-fdump\-ada\-spec\fR[\fB\-slim\fR]  \fB\-fada\-spec\-parent=\fR\fIunit\fR  \fB\-fdump\-go\-spec=\fR\fIfile\fR
 .IP "\fIC Language Options\fR" 4
 .IX Item "C Language Options"
@@ -245,7 +246,8 @@
 \&\-Wabi=\fR\fIn\fR  \fB\-Wabi\-tag  \-Wconversion\-null  \-Wctor\-dtor\-privacy 
 \&\-Wdelete\-non\-virtual\-dtor  \-Wliteral\-suffix  \-Wmultiple\-inheritance 
 \&\-Wnamespaces  \-Wnarrowing 
-\&\-Wnoexcept  \-Wnoexcept\-type  \-Wnon\-virtual\-dtor  \-Wreorder  \-Wregister 
+\&\-Wnoexcept  \-Wnoexcept\-type  \-Wclass\-memaccess 
+\&\-Wnon\-virtual\-dtor  \-Wreorder  \-Wregister 
 \&\-Weffc++  \-Wstrict\-null\-sentinel  \-Wtemplates 
 \&\-Wno\-non\-template\-friend  \-Wold\-style\-cast 
 \&\-Woverloaded\-virtual  \-Wno\-pmf\-conversions 
@@ -278,6 +280,7 @@
 \&\fB\-fdiagnostics\-color=\fR[\fBauto\fR|\fBnever\fR|\fBalways\fR]  
 \&\fB\-fno\-diagnostics\-show\-option  \-fno\-diagnostics\-show\-caret 
 \&\-fdiagnostics\-parseable\-fixits  \-fdiagnostics\-generate\-patch 
+\&\-fdiagnostics\-show\-template\-tree \-fno\-elide\-type 
 \&\-fno\-show\-column\fR
 .IP "\fIWarning Options\fR" 4
 .IX Item "Warning Options"
@@ -290,9 +293,10 @@
 \&\fB\-Wno\-attributes  \-Wbool\-compare  \-Wbool\-operation 
 \&\-Wno\-builtin\-declaration\-mismatch 
 \&\-Wno\-builtin\-macro\-redefined  \-Wc90\-c99\-compat  \-Wc99\-c11\-compat 
-\&\-Wc++\-compat  \-Wc++11\-compat  \-Wc++14\-compat  \-Wcast\-align  \-Wcast\-qual  
-\&\-Wchar\-subscripts \-Wchkp  \-Wclobbered  \-Wcomment  
-\&\-Wconditionally\-supported  
+\&\-Wc++\-compat  \-Wc++11\-compat  \-Wc++14\-compat  
+\&\-Wcast\-align  \-Wcast\-align=strict  \-Wcast\-function\-type  \-Wcast\-qual  
+\&\-Wchar\-subscripts  \-Wchkp  \-Wcatch\-value  \-Wcatch\-value=\fR\fIn\fR 
+\&\fB\-Wclobbered  \-Wcomment  \-Wconditionally\-supported 
 \&\-Wconversion  \-Wcoverage\-mismatch  \-Wno\-cpp  \-Wdangling\-else  \-Wdate\-time 
 \&\-Wdelete\-incomplete 
 \&\-Wno\-deprecated  \-Wno\-deprecated\-declarations  \-Wno\-designated\-init 
@@ -301,12 +305,14 @@
 \&\-Wno\-div\-by\-zero  \-Wdouble\-promotion 
 \&\-Wduplicated\-branches  \-Wduplicated\-cond 
 \&\-Wempty\-body  \-Wenum\-compare  \-Wno\-endif\-labels  \-Wexpansion\-to\-defined 
-\&\-Werror  \-Werror=*  \-Wfatal\-errors  \-Wfloat\-equal  \-Wformat  \-Wformat=2 
+\&\-Werror  \-Werror=*  \-Wextra\-semi  \-Wfatal\-errors 
+\&\-Wfloat\-equal  \-Wformat  \-Wformat=2 
 \&\-Wno\-format\-contains\-nul  \-Wno\-format\-extra\-args  
 \&\-Wformat\-nonliteral \-Wformat\-overflow=\fR\fIn\fR 
 \&\fB\-Wformat\-security  \-Wformat\-signedness  \-Wformat\-truncation=\fR\fIn\fR 
 \&\fB\-Wformat\-y2k  \-Wframe\-address 
 \&\-Wframe\-larger\-than=\fR\fIlen\fR  \fB\-Wno\-free\-nonheap\-object  \-Wjump\-misses\-init 
+\&\-Wif\-not\-aligned 
 \&\-Wignored\-qualifiers  \-Wignored\-attributes  \-Wincompatible\-pointer\-types 
 \&\-Wimplicit  \-Wimplicit\-fallthrough  \-Wimplicit\-fallthrough=\fR\fIn\fR 
 \&\fB\-Wimplicit\-function\-declaration  \-Wimplicit\-int 
@@ -315,13 +321,13 @@
 \&\-Winvalid\-pch  \-Wlarger\-than=\fR\fIlen\fR 
 \&\fB\-Wlogical\-op  \-Wlogical\-not\-parentheses  \-Wlong\-long 
 \&\-Wmain  \-Wmaybe\-uninitialized  \-Wmemset\-elt\-size  \-Wmemset\-transposed\-args 
-\&\-Wmisleading\-indentation  \-Wmissing\-braces 
+\&\-Wmisleading\-indentation  \-Wmissing\-attributes \-Wmissing\-braces 
 \&\-Wmissing\-field\-initializers  \-Wmissing\-include\-dirs 
-\&\-Wno\-multichar  \-Wnonnull  \-Wnonnull\-compare 
+\&\-Wno\-multichar  \-Wmultistatement\-macros  \-Wnonnull  \-Wnonnull\-compare 
 \&\-Wnormalized=\fR[\fBnone\fR|\fBid\fR|\fBnfc\fR|\fBnfkc\fR] 
 \&\fB\-Wnull\-dereference  \-Wodr  \-Wno\-overflow  \-Wopenmp\-simd  
 \&\-Woverride\-init\-side\-effects  \-Woverlength\-strings 
-\&\-Wpacked  \-Wpacked\-bitfield\-compat  \-Wpadded 
+\&\-Wpacked  \-Wpacked\-bitfield\-compat \-Wpacked\-not\-aligned \-Wpadded 
 \&\-Wparentheses  \-Wno\-pedantic\-ms\-format 
 \&\-Wplacement\-new  \-Wplacement\-new=\fR\fIn\fR 
 \&\fB\-Wpointer\-arith  \-Wpointer\-compare  \-Wno\-pointer\-to\-int\-cast 
@@ -331,19 +337,19 @@
 \&\-Wshift\-overflow  \-Wshift\-overflow=\fR\fIn\fR 
 \&\fB\-Wshift\-count\-negative  \-Wshift\-count\-overflow  \-Wshift\-negative\-value 
 \&\-Wsign\-compare  \-Wsign\-conversion  \-Wfloat\-conversion 
-\&\-Wno\-scalar\-storage\-order 
+\&\-Wno\-scalar\-storage\-order  \-Wsizeof\-pointer\-div 
 \&\-Wsizeof\-pointer\-memaccess  \-Wsizeof\-array\-argument 
 \&\-Wstack\-protector  \-Wstack\-usage=\fR\fIlen\fR  \fB\-Wstrict\-aliasing 
 \&\-Wstrict\-aliasing=n  \-Wstrict\-overflow  \-Wstrict\-overflow=\fR\fIn\fR 
-\&\fB\-Wstringop\-overflow=\fR\fIn\fR 
-\&\fB\-Wsuggest\-attribute=\fR[\fBpure\fR|\fBconst\fR|\fBnoreturn\fR|\fBformat\fR] 
+\&\fB\-Wstringop\-overflow=\fR\fIn\fR \fB\-Wstringop\-truncation 
+\&\-Wsuggest\-attribute=\fR[\fBpure\fR|\fBconst\fR|\fBnoreturn\fR|\fBformat\fR|\fBmalloc\fR] 
 \&\fB\-Wsuggest\-final\-types   \-Wsuggest\-final\-methods  \-Wsuggest\-override 
 \&\-Wmissing\-format\-attribute  \-Wsubobject\-linkage 
 \&\-Wswitch  \-Wswitch\-bool  \-Wswitch\-default  \-Wswitch\-enum 
 \&\-Wswitch\-unreachable  \-Wsync\-nand 
 \&\-Wsystem\-headers  \-Wtautological\-compare  \-Wtrampolines  \-Wtrigraphs 
 \&\-Wtype\-limits  \-Wundef 
-\&\-Wuninitialized  \-Wunknown\-pragmas  \-Wunsafe\-loop\-optimizations 
+\&\-Wuninitialized  \-Wunknown\-pragmas 
 \&\-Wunsuffixed\-float\-constants  \-Wunused  \-Wunused\-function 
 \&\-Wunused\-label  \-Wunused\-local\-typedefs  \-Wunused\-macros 
 \&\-Wunused\-parameter  \-Wno\-unused\-result 
@@ -362,13 +368,19 @@
 \&\-Wdeclaration\-after\-statement  \-Wpointer\-sign\fR
 .IP "\fIDebugging Options\fR" 4
 .IX Item "Debugging Options"
-\&\fB\-g  \-g\fR\fIlevel\fR  \fB\-gcoff  \-gdwarf  \-gdwarf\-\fR\fIversion\fR 
+\&\fB\-g  \-g\fR\fIlevel\fR  \fB\-gdwarf  \-gdwarf\-\fR\fIversion\fR 
 \&\fB\-ggdb  \-grecord\-gcc\-switches  \-gno\-record\-gcc\-switches 
 \&\-gstabs  \-gstabs+  \-gstrict\-dwarf  \-gno\-strict\-dwarf 
+\&\-gas\-loc\-support  \-gno\-as\-loc\-support 
+\&\-gas\-locview\-support  \-gno\-as\-locview\-support 
 \&\-gcolumn\-info  \-gno\-column\-info 
+\&\-gstatement\-frontiers  \-gno\-statement\-frontiers 
+\&\-gvariable\-location\-views  \-gno\-variable\-location\-views 
+\&\-ginternal\-reset\-location\-views  \-gno\-internal\-reset\-location\-views 
+\&\-ginline\-points  \-gno\-inline\-points 
 \&\-gvms  \-gxcoff  \-gxcoff+  \-gz\fR[\fB=\fR\fItype\fR] 
 \&\fB\-fdebug\-prefix\-map=\fR\fIold\fR\fB=\fR\fInew\fR  \fB\-fdebug\-types\-section 
-\&\-feliminate\-dwarf2\-dups  \-fno\-eliminate\-unused\-debug\-types 
+\&\-fno\-eliminate\-unused\-debug\-types 
 \&\-femit\-struct\-debug\-baseonly  \-femit\-struct\-debug\-reduced 
 \&\-femit\-struct\-debug\-detailed\fR[\fB=\fR\fIspec-list\fR] 
 \&\fB\-feliminate\-unused\-debug\-symbols  \-femit\-class\-debug\-always 
@@ -444,7 +456,7 @@
 \&\-fsplit\-paths 
 \&\-fsplit\-wide\-types  \-fssa\-backprop  \-fssa\-phiopt 
 \&\-fstdarg\-opt  \-fstore\-merging  \-fstrict\-aliasing 
-\&\-fstrict\-overflow  \-fthread\-jumps  \-ftracer  \-ftree\-bit\-ccp 
+\&\-fthread\-jumps  \-ftracer  \-ftree\-bit\-ccp 
 \&\-ftree\-builtin\-call\-dce  \-ftree\-ccp  \-ftree\-ch 
 \&\-ftree\-coalesce\-vars  \-ftree\-copy\-prop  \-ftree\-dce  \-ftree\-dominator\-opts 
 \&\-ftree\-dse  \-ftree\-forwprop  \-ftree\-fre  \-fcode\-hoisting 
@@ -465,6 +477,7 @@
 .IP "\fIProgram Instrumentation Options\fR" 4
 .IX Item "Program Instrumentation Options"
 \&\fB\-p  \-pg  \-fprofile\-arcs  \-\-coverage  \-ftest\-coverage 
+\&\-fprofile\-abs\-path 
 \&\-fprofile\-dir=\fR\fIpath\fR  \fB\-fprofile\-generate  \-fprofile\-generate=\fR\fIpath\fR 
 \&\fB\-fsanitize=\fR\fIstyle\fR  \fB\-fsanitize\-recover  \-fsanitize\-recover=\fR\fIstyle\fR 
 \&\fB\-fasan\-shadow\-offset=\fR\fInumber\fR  \fB\-fsanitize\-sections=\fR\fIs1\fR\fB,\fR\fIs2\fR\fB,... 
@@ -478,7 +491,8 @@
 \&\-fchkp\-check\-read  \-fchkp\-check\-write  \-fchkp\-store\-bounds 
 \&\-fchkp\-instrument\-calls  \-fchkp\-instrument\-marked\-only 
 \&\-fchkp\-use\-wrappers  \-fchkp\-flexible\-struct\-trailing\-arrays
-\&\-fstack\-protector  \-fstack\-protector\-all  \-fstack\-protector\-strong 
+\&\-fcf\-protection=\fR[\fBfull\fR|\fBbranch\fR|\fBreturn\fR|\fBnone\fR] 
+\&\fB\-fstack\-protector  \-fstack\-protector\-all  \-fstack\-protector\-strong 
 \&\-fstack\-protector\-explicit  \-fstack\-check 
 \&\-fstack\-limit\-register=\fR\fIreg\fR  \fB\-fstack\-limit\-symbol=\fR\fIsym\fR 
 \&\fB\-fno\-stack\-limit  \-fsplit\-stack 
@@ -495,9 +509,9 @@
 \&\fB\-dD  \-dI  \-dM  \-dN  \-dU 
 \&\-fdebug\-cpp  \-fdirectives\-only  \-fdollars\-in\-identifiers  
 \&\-fexec\-charset=\fR\fIcharset\fR  \fB\-fextended\-identifiers  
-\&\-finput\-charset=\fR\fIcharset\fR  \fB\-fno\-canonical\-system\-headers 
-\&\-fpch\-deps  \-fpch\-preprocess  \-fpreprocessed 
-\&\-ftabstop=\fR\fIwidth\fR  \fB\-ftrack\-macro\-expansion  
+\&\-finput\-charset=\fR\fIcharset\fR \fB\-fmacro\-prefix\-map=\fR\fIold\fR\fB=\fR\fInew\fR  
+\&\fB\-fno\-canonical\-system\-headers  \-fpch\-deps  \-fpch\-preprocess  
+\&\-fpreprocessed \-ftabstop=\fR\fIwidth\fR  \fB\-ftrack\-macro\-expansion  
 \&\-fwide\-exec\-charset=\fR\fIcharset\fR  \fB\-fworking\-directory 
 \&\-H  \-imacros\fR \fIfile\fR  \fB\-include\fR \fIfile\fR 
 \&\fB\-M  \-MD  \-MF  \-MG  \-MM  \-MMD  \-MP  \-MQ  \-MT 
@@ -513,7 +527,7 @@
 .IX Item "Linker Options"
 \&\fIobject-file-name\fR  \fB\-fuse\-ld=\fR\fIlinker\fR  \fB\-l\fR\fIlibrary\fR 
 \&\fB\-nostartfiles  \-nodefaultlibs  \-nostdlib  \-pie  \-pthread  \-rdynamic 
-\&\-s  \-static  \-static\-libgcc  \-static\-libstdc++ 
+\&\-s  \-static \-static\-pie \-static\-libgcc  \-static\-libstdc++ 
 \&\-static\-libasan  \-static\-libtsan  \-static\-liblsan  \-static\-libubsan 
 \&\-static\-libmpx  \-static\-libmpxwrappers 
 \&\-shared  \-shared\-libgcc  \-symbolic 
@@ -559,14 +573,17 @@
 \&\fB\-fdisable\-tree\-\fR\fIpass_name\fR 
 \&\fB\-fdisable\-tree\-\fR\fIpass-name\fR\fB=\fR\fIrange-list\fR 
 \&\fB\-fdump\-noaddr  \-fdump\-unnumbered  \-fdump\-unnumbered\-links 
-\&\-fdump\-translation\-unit\fR[\fB\-\fR\fIn\fR] 
-\&\fB\-fdump\-class\-hierarchy\fR[\fB\-\fR\fIn\fR] 
+\&\-fdump\-class\-hierarchy\fR[\fB\-\fR\fIn\fR] 
+\&\fB\-fdump\-final\-insns\fR[\fB=\fR\fIfile\fR] 
 \&\fB\-fdump\-ipa\-all  \-fdump\-ipa\-cgraph  \-fdump\-ipa\-inline 
-\&\-fdump\-passes 
+\&\-fdump\-lang\-all 
+\&\-fdump\-lang\-\fR\fIswitch\fR 
+\&\fB\-fdump\-lang\-\fR\fIswitch\fR\fB\-\fR\fIoptions\fR 
+\&\fB\-fdump\-lang\-\fR\fIswitch\fR\fB\-\fR\fIoptions\fR\fB=\fR\fIfilename\fR 



Home | Main Index | Thread Index | Old Index