OSDN Git Service

fix PR23716
authoriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Apr 2010 16:20:08 +0000 (16:20 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 05:17:33 +0000 (14:17 +0900)
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-04-07  Iain Sandoe <iains@gcc.gnu.org>

PR objc++/23716
* obj-c++.dg/comp-types-10.mm: Remove XFAIL.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158076 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/objc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/obj-c++.dg/comp-types-10.mm

index 2f1343b..472d4aa 100644 (file)
@@ -1,26 +1,3 @@
-2010-04-30  Iain Sandoe  <iains@gcc.gnu.org>
-
-       PR objc++/32052
-       * objc-act.c (encode_aggregate_within): Encode structure tags
-       with template args for ObjC++.
-
-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
index e5f93ab..efec5a8 100644 (file)
@@ -1,3 +1,8 @@
+2010-04-07  Iain Sandoe <iains@gcc.gnu.org>
+
+       PR objc++/23716
+       * obj-c++.dg/comp-types-10.mm: Remove XFAIL.
+
 2010-04-07  Jason Merrill  <jason@redhat.com>
 
        * g++.dg/template/dr408.C: New.
index b4da5dd..c7f0cb6 100644 (file)
@@ -1,6 +1,5 @@
 /* Yet another mysterious gimplifier crasher.  */
 /* { dg-do compile } */
-/* { dg-xfail-if "PR23716" { ! *-*-darwin* } { "*" } { "" } } */
 /* { dg-prune-output ".*internal compiler error.*" } */
 /* { dg-options "-O3" } */