[cfe-commits] r65973 - in /cfe/trunk: lib/Sema/SemaDeclObjC.cpp test/SemaObjC/property-nonfragile-abi.m
Fariborz Jahanian
fjahanian at apple.com
Tue Mar 3 14:48:57 PST 2009
On Mar 3, 2009, at 2:45 PM, steve naroff wrote:
>
> On Mar 3, 2009, at 5:27 PM, Fariborz Jahanian wrote:
>
>>
>> On Mar 3, 2009, at 2:17 PM, Fariborz Jahanian wrote:
>>
>>> We can't really turn off this error message for non-fragile abi
>>> until
>>> we implement synthesizing the ivar in non-fragile abi.
>>> Test case probably blows up with -S
>>
>> And of course it does not blow up, because we told the back-end to
>> skip code gen if ivar is missing :).
>>
>
> Thanks for the update.
>
> Seems like my (front-end) change is o.k...true?
OK. I will shortly change ir gen to issue unimplemented feature.
Other clients should do likewise, if they do nonfragile-abi stuff.
- fariborz
>
>
> Thanks,
>
> snaroff
>
>> - fj
>>
>>>
>
More information about the cfe-commits
mailing list