aboutsummaryrefslogtreecommitdiff
path: root/gcc/flags.h
diff options
context:
space:
mode:
authorBrendan Kehoe <brendan@gcc.gnu.org>1993-01-22 23:05:01 +0000
committerBrendan Kehoe <brendan@gcc.gnu.org>1993-01-22 23:05:01 +0000
commit3450fc5d8c27aeb4ed58f46256a69b79ce7da29c (patch)
tree0082314cb5169beb56f9b85e9bc43570cc86017b /gcc/flags.h
parent5eb536ab6a1e81fbb2c3ef67991e751f325141db (diff)
Cygnus<-->FSF merge
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@3303 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/flags.h')
-rw-r--r--gcc/flags.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/flags.h b/gcc/flags.h
index 7238899f773..0e3b28b3b55 100644
--- a/gcc/flags.h
+++ b/gcc/flags.h
@@ -96,6 +96,11 @@ 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'. */