[LLVMdev] type-system-rewrite branch landing tomorrow

Chris Lattner clattner at apple.com
Sat Jul 9 17:23:05 PDT 2011


On Jul 9, 2011, at 4:35 PM, Eli Friedman wrote:

> On Sat, Jul 9, 2011 at 4:27 PM, Chris Lattner <clattner at apple.com> wrote:
>> I'm sorry, I've been away from the computer. I'll investigate this in the next half hour.  Thanks for the test cases!
> 
> One more testcase, which might be of interest; crashes clang on x86-64:
> 
> struct T {
>  struct T (*p)(void);
> } t;

This testcase is fixed in r134853, Jay's isn't fixed yet though.  Thanks for the great testcase!

-Chris



More information about the llvm-dev mailing list