> 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