[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:27:43 PST 2009
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 :).
- fj
>
More information about the cfe-commits
mailing list