invoke.texi: Document more C++ command-line options.
authorMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 26 Apr 2001 20:05:34 +0000 (20:05 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 26 Apr 2001 20:05:34 +0000 (20:05 +0000)
commitfcca588c9490ffd09b2d1bcb24f532a2a7b815bc
treeeaa554400b040e96b55e974e3054f87fd6bea7e7
parent56fe39c8097aaa80cdc48131b54c6187c652a4d9
invoke.texi: Document more C++ command-line options.

* invoke.texi: Document more C++ command-line options.

Remove support for -Wextern-inline, -flabels-ok, -fvtable-gc, -fxref
* cp-tree.h (warn_extern_inline): Remove.
(flag_labels_ok): Likewise.
* decl2.c (warn_extern_inline): Remove.
(flag_labels_ok): Likewise.
(lang_f_options): Remove labels-ok, vtable-gc, xref.
(unsupported_options): Add them.
(cxx_decode_option): Don't accept -Wextern-inline.
* method.c (hack_identifier): Remove -flabels-ok support.
* spew.c (see_typename): Likewise.

* g++.dg/vtgc1.C: XFAIL.
* g++.old-deja/g++.other/crash18.C: Likewise.

From-SVN: r41609
gcc/cp/cp-tree.h
gcc/cp/decl2.c
gcc/cp/method.c
gcc/cp/spew.c
gcc/invoke.texi
gcc/testsuite/g++.dg/vtgc1.C
gcc/testsuite/g++.old-deja/g++.other/crash18.C