diff options
author | Brendan Kehoe <brendan@gcc.gnu.org> | 1993-01-22 18:05:01 -0500 |
---|---|---|
committer | Brendan Kehoe <brendan@gcc.gnu.org> | 1993-01-22 18:05:01 -0500 |
commit | eaff4f5a57cb2f9c92134891e8f87acd76a12ff0 (patch) | |
tree | 0082314cb5169beb56f9b85e9bc43570cc86017b /gcc/flags.h | |
parent | 936b69b36b157111169cda773d7a52a0b337cce1 (diff) | |
download | gcc-eaff4f5a57cb2f9c92134891e8f87acd76a12ff0.zip gcc-eaff4f5a57cb2f9c92134891e8f87acd76a12ff0.tar.gz gcc-eaff4f5a57cb2f9c92134891e8f87acd76a12ff0.tar.bz2 |
Cygnus<-->FSF merge
From-SVN: r3303
Diffstat (limited to 'gcc/flags.h')
-rw-r--r-- | gcc/flags.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/flags.h b/gcc/flags.h index 7238899..0e3b28b 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'. */ |