On Fri, Sep 5, 2008 at 3:22 PM, steve naroff <[EMAIL PROTECTED]> wrote:
>> You need to modify ASTContext::mergeTypes to handle block pointer
>> types; otherwise, I think it'll explode with an assertion. Adding a
>> "case Type::BlockPointer: return false;" should be sufficient, unless
>> I'm misreading typesAreBlockCompatible.
>>
>
> I didn't do this and I'm not seeing any assertions.
Did you try this testcase?
int a() {void (^b)(void),(^c)(int); return &b == &c;}
-Eli
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits