cp-tree.h (struct language_function): Rename in_function_try_handler to x_in_function...
[gcc.git] / gcc / cp / ChangeLog
index e70f5c8490fa9665818c73195584bd7ad090b39e..039b155810f2262b3dc40f9fd733f65d9d1330f3 100644 (file)
@@ -1,3 +1,15 @@
+2011-10-13   Diego Novillo  <dnovillo@google.com>
+
+       * cp-tree.h (struct language_function): Rename in_function_try_handler
+       to x_in_function_try_handler.
+       Rename in_base_initializer to x_in_base_initializer.
+       Update all users.
+
+2011-10-13   Diego Novillo  <dnovillo@google.com>
+
+       * class.c (sorted_fields_type_new): Factor out of ...
+       (finish_struct_1): ... here.
+
 2011-10-13  Jason Merrill  <jason@redhat.com>
 
        PR c++/50618