(dbxout_type_methods): Enable debugging info for
authorJim Wilson <wilson@gcc.gnu.org>
Sat, 2 Jul 1994 23:16:32 +0000 (16:16 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Sat, 2 Jul 1994 23:16:32 +0000 (16:16 -0700)
template classes.

From-SVN: r7647

gcc/dbxout.c

index 7da2d41467b3403199d729da246a0a1495279457..8d208d011ddaee7b43410531504300fe62bfff78 100644 (file)
@@ -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);