[cfe-commits] r140432 - in /cfe/trunk: lib/Sema/SemaExpr.cpp test/SemaObjC/bad-property-synthesis-crash.m

Jakob Stoklund Olesen stoklund at 2pi.dk
Mon Sep 26 10:29:38 PDT 2011


On Sep 23, 2011, at 4:11 PM, Fariborz Jahanian wrote:

> Author: fjahanian
> Date: Fri Sep 23 18:11:38 2011
> New Revision: 140432
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=140432&view=rev
> Log:
> objc - fixes a crash when undefined typed property
> followed by it implementation crashes when attempt
> is made to access the synthesized ivar. 
> // rdar://10177744

Hi Fariborz,

I think this commit broke the GCC test suite:

objc.dg/newproperty-anon-category-7.m (test for excess errors)
obj-c++.dg/newproperty-anon-category-7.mm (test for excess errors)

Please investigate.

Thanks,
/jakob




More information about the cfe-commits mailing list