This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

c++/862: Undocumented options, part 2



>Number:         862
>Category:       c++
>Synopsis:       Undocumented options, part 2
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    unassigned
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Nov 21 16:46:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Joseph S. Myers
>Release:        2.97 20001121 (experimental)
>Organization:
none
>Environment:
System: Linux decomino 2.2.17 #1 Mon Sep 4 20:22:16 UTC 2000 i686 unknown
Architecture: i686

	
host: i686-pc-linux-gnu
build: i686-pc-linux-gnu
target: i686-pc-linux-gnu
configured with: ../gcc-cvs/configure --prefix=/opt/gcc/snapshot --disable-shared --enable-threads=posix --with-system-zlib
>Description:

Further to c/761, the following C++ options are not documented in the
GCC Texinfo manual (in addition the the previously listed backend
ones, and undocumented options such as -Wmissing-braces shared with
C).

-fnew-abi
-fconst-strings
-flabels-ok
-fnonansi-builtins
-fstats
-fvtable-gc
-fweak
-fxref
-Wextern-inline

>How-To-Repeat:

Observe such an option in the source or a Makefile or --help output;
try and fail to find any explanation in the manual of exactly what it
does.

>Fix:

Add documentation for all the above options to the manual (unless the
option itself becomes obsolete and gets removed instead).  Don't add
new options without being sure to add documentation at the same time.
>Release-Note:
>Audit-Trail:
>Unformatted:

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]