aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/dbxout.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c
index 7da2d41..8d208d0 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);