Displaying 2 results from an estimated 2 matches for "r134853".
2011 Jul 09
2
[LLVMdev] type-system-rewrite branch landing tomorrow
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;
-Eli
2011 Jul 10
0
[LLVMdev] type-system-rewrite branch landing tomorrow
...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