This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] libobjc: Properly handle classes without instance variables in class_copyIvarList ().


On Jan 8, 2015, at 9:38 PM, Andrew Pinski <pinskia@gmail.com> wrote:
>>   2014-12-24  Dimitris Papavasiliou  <dpapavas@gmail.com>
>> 
>>         PR libobjc/51891
>>         * libobjc/ivars.c: Add a check for classes without instance
>>        variables, which have a NULL ivar list pointer.
>>         * gcc/testsuite/objc.dg/gnu-api-2-class.m: Add a test case
>>        for the above change.

> This is ok.

Committed revision 219396.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]