[LLVMdev] type-system-rewrite branch landing tomorrow

Eli Friedman eli.friedman at gmail.com
Sat Jul 9 16:35:17 PDT 2011


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




More information about the llvm-dev mailing list