OSDN Git Service

gcc/ChangeLog:
[pf3gnuchains/gcc-fork.git] / gcc / objc / ChangeLog
index 65d0282..d734681 100644 (file)
@@ -1,5 +1,45 @@
+2010-04-30  Steven Bosscher  <steven@gcc.gnu.org>
+
+       * objc-act.c: Do not include varray.h.
+
+2010-04-07  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c/18624
+       * objc-act.c (finish_var_decl, objc_begin_catch_clause,
+       really_start_method, get_super_receiver, handle_class_ref): Set
+       DECL_READ_P in addition to TREE_USED.
+
+2010-04-07  Iain Sandoe <iains@gcc.gnu.org>
+
+       PR objc/35996
+       * objc-act.c (objc_init): Warn that -fobjc-gc is ignored for
+       -fgnu-runtime and set flag_objc_gc to zero.
+
+2010-04-07  Iain Sandoe <iains@gcc.gnu.org>
+
+       PR objc++/23716
+       * objc-act.c (build_module_initializer_routine): Make the argument
+       to objc_start_function NULL_TREE when compiling ObjC++.
+
+2010-02-18  Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
+           Mike Stump  <mikestump@comcast.net>
+
+       PR objc/43061
+       * objc-act.c (finish_var_decl): Set the generated symbols as "used".
+
+2009-12-17  Shujing Zhao  <pearly.zhao@oracle.com>
+
+       * objc-act.c (objc_substitute_decl, build_ivar_reference,
+       get_super_receiver): Update build_indirect_ref calls.
+
 2009-11-28  Jakub Jelinek  <jakub@redhat.com>
 
+       * objc-act.c (generate_shared_structures): Remove unused sc_spec and
+       decl_specs variables.
+       (objc_build_message_expr): Remove unused loc variable.
+       (objc_finish_message_expr): Remove unused saved_rtype variable.
+       (encode_field_decl): Remove unused type variable.
+
        PR obj-c++/42156
        * objc-act.c (objc_build_struct): INIT_TYPE_OBJC_INFO for
        type variants that don't have it initialized yet.