changelog for previous patch
authorNathan Sidwell <nathan@gcc.gnu.org>
Fri, 18 Jul 2003 17:37:00 +0000 (17:37 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Fri, 18 Jul 2003 17:37:00 +0000 (17:37 +0000)
From-SVN: r69565

gcc/cp/ChangeLog

index a7a5826c21f9c9b1d6d81754c23a2de84fc02e79..e90248a5de7005a57299b4248e03ef308bb0e87f 100644 (file)
@@ -1,3 +1,13 @@
+2003-07-18  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * cp-tree.h (finish_non_static_data_member): Add object param.
+       * method.c (hack_identifier): Adjust.
+       * pt.c (tsubst_copy_and_build) <COMPONENT_REF case>: Don't search
+       again for a FIELD_DECL.
+       * semantics.c (finish_non_static_data_member): Add object
+       parameter. Always save the DECL in the COMPONENT_REF.
+       * call.c (resolve_scoped_fn_name): Adjust.
+
 2003-07-17  Zack Weinberg  <zack@codesourcery.com>
 
        * pt.c (get_bindings): Make definition consistent with