diff options
author | loewis <loewis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-04-11 06:01:53 +0000 |
---|---|---|
committer | loewis <loewis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-04-11 06:01:53 +0000 |
commit | 1886e87de6421bee912b8f1d37f76339f2d6624c (patch) | |
tree | b4da72120e7a8b02b91e4cee359759c4bfa2635d /gcc/flags.h | |
parent | aac5d9f240bcbe5ee70d7ecfd18c95deac50cf25 (diff) | |
download | gcc-1886e87de6421bee912b8f1d37f76339f2d6624c.tar.gz |
* extend.texi (-fthis-is-variable): Undocument.
* flags.h (warn_template_debugging): Remove declaration.
* gcc.1 (-fall-virtual, -fenum-int-equiv, -fthis-is-variable,
-Wenum-clash, -Wtemplate-debugging): Undocument.
* cp/tree.h (HAVE_TEMPLATES): Remove definition.
* cp/lang-options.h (-fthis-is-variable): Remove documentation.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33071 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/flags.h')
-rw-r--r-- | gcc/flags.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/flags.h b/gcc/flags.h index 81f5bda4c8b..3ed4a31ff46 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -114,11 +114,6 @@ extern int warn_return_type; extern int warn_cast_align; -/* Nonzero means warn that dbx info for template class methods isn't fully - supported yet. */ - -extern int warn_template_debugging; - /* Nonzero means warn about any identifiers that match in the first N characters. The value N is in `id_clash_len'. */ |