From: Jim Wilson Date: Sat, 2 Jul 1994 23:16:32 +0000 (-0700) Subject: (dbxout_type_methods): Enable debugging info for X-Git-Tag: misc/cutover-egcs-0~6296 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6859741315c5be659065d18e1cb17b183f5c006d;p=thirdparty%2Fgcc.git (dbxout_type_methods): Enable debugging info for template classes. From-SVN: r7647 --- diff --git a/gcc/dbxout.c b/gcc/dbxout.c index 7da2d41467b3..8d208d011dda 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);