OSDN Git Service

2010-04-30 Iain Sandoe <iains@gcc.gnu.org>
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 1 May 2010 00:32:13 +0000 (00:32 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 05:37:33 +0000 (14:37 +0900)
PR objc++/32052
* objc-act.c (encode_aggregate_within): Encode structure tags
with template args for ObjC++.

2010-04-30  Iain Sandoe <iains@gcc.gnu.org>

PR objc++/32052
* obj-c++.dg/encode-2.mm: Remove XFAIL. Add test for anonymous
structure and nested declarations.
* obj-c++.dg/encode-3.mm:  Remove XFAIL. Add test for anonymous
structure and nested declarations.  Reduce header clutter and
use _exit() rather than abort().
* objc.dg/encode-10.m: New.
* objc.dg/encode-11.m: New.

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

gcc/objc/ChangeLog
gcc/testsuite/ChangeLog

index d734681..2f1343b 100644 (file)
@@ -1,3 +1,9 @@
+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-30  Steven Bosscher  <steven@gcc.gnu.org>
 
        * objc-act.c: Do not include varray.h.
index b6de669..5a88844 100644 (file)
@@ -1,3 +1,14 @@
+2010-04-30  Iain Sandoe <iains@gcc.gnu.org>
+
+       PR objc++/32052
+       * obj-c++.dg/encode-2.mm: Remove XFAIL. Add test for anonymous
+       structure and nested declarations.
+       * obj-c++.dg/encode-3.mm:  Remove XFAIL. Add test for anonymous
+       structure and nested declarations.  Reduce header clutter and
+       use _exit() rather than abort().
+       * objc.dg/encode-10.m: New.
+       * objc.dg/encode-11.m: New.
+
 2010-04-30  DJ Delorie  <dj@redhat.com>
 
        * gcc.c-torture/execute/20100430-1.c: New test.
 2010-04-30  DJ Delorie  <dj@redhat.com>
 
        * gcc.c-torture/execute/20100430-1.c: New test.