[cfe-dev] regression with function pointers

Chris Lattner clattner at apple.com
Thu Dec 6 09:20:28 PST 2007


> OK, so today I had a few minutes to track down the bug. The problem  
> is triggered with the following:
> typedef void func_t(int x);
> func_t a;
>
> The patch to fix it is attached.

Applied, thanks!

-Chris



More information about the cfe-dev mailing list