re PR c++/3637 (Internal compiler error in finish_member_declaration)
[gcc.git] / gcc / cp / ChangeLog
index 9d78cbe43df3fd10c13e8288a314bc8c43e2c6e0..9637ab5704e0acab58e0c7012c8eef47f08284db 100644 (file)
@@ -1,6 +1,12 @@
-2001-11-20  Mark Mitchell  <mark@codesourcery.com>
+2001-11-21  Mark Mitchell  <mark@codesourcery.com>
 
        PR c++/3637
+       * pt.c (lookup_template_class): Ensure that all specializations
+       are registered on the list corresponding to the most general
+       template.
+
+2001-11-20  Mark Mitchell  <mark@codesourcery.com>
+
        * call.c (non_reference): Add documentation.
        (convert_class_to_reference): Do not strip reference types 
        from conversion operators.