From 6859741315c5be659065d18e1cb17b183f5c006d Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Sat, 2 Jul 1994 16:16:32 -0700 Subject: [PATCH] (dbxout_type_methods): Enable debugging info for template classes. From-SVN: r7647 --- gcc/dbxout.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/dbxout.c b/gcc/dbxout.c index 7da2d41467b..8d208d011dd 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -742,6 +742,7 @@ dbxout_type_methods (type) type_encoding = DECL_NAME (TYPE_NAME (type)); +#if 0 /* C++: Template classes break some assumptions made by this code about the class names, constructor names, and encodings for assembler label names. For now, disable output of dbx info for them. */ @@ -763,6 +764,7 @@ dbxout_type_methods (type) return; } } +#endif type_identifier_length = IDENTIFIER_LENGTH (type_encoding); -- 2.30.2