OSDN Git Service

fix PR23716
[pf3gnuchains/gcc-fork.git] / gcc / objc / ChangeLog
index d734681..472d4aa 100644 (file)
@@ -1,20 +1,3 @@
-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