OSDN Git Service

In libobjc/:
authornicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Oct 2010 08:16:42 +0000 (08:16 +0000)
committernicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Oct 2010 08:16:42 +0000 (08:16 +0000)
commit570c5a3d4bf441cde795a9f759d1f4b0c4302688
tree90a905402a30b7ee4f28d659a1e3f13ab50b2d19
parent153fc3069d7201e894827104193c903a08401953
In libobjc/:
2010-10-13  Nicola Pero  <nicola.pero@meta-innovation.com>

        PR libobjc/23214
        * init.c (objc_init_statics): Do not skip the initialization of a
        statics list if the first object has already been initialized; in
        the case of Protocols, while the first one may have been
        initialized, some others may not have been initialized yet.

In gcc/testsuite/:
2010-10-13  Nicola Pero  <nicola.pero@meta-innovation.com>

        PR libobjc/23214
        * objc.dg/pr23214.m: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165414 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/ChangeLog
gcc/testsuite/objc.dg/pr23214.m [new file with mode: 0644]
libobjc/ChangeLog
libobjc/init.c