On Mon, 2007-10-15 at 12:54 -0400, Andrew Cagney wrote: > Can you post the patch? (Note: this is a "make it work" patch.) ArrayType: Handle 'int (*x) [N]' Actually we probably want to display it as 'int (*) [N}' (minus the name) PointerType: Handle 'int (*x) []' CompositeType: Handle 'struct {struct {..}}' and 'int (*x) []' TypeDecorator: Handle 'const int * x' versus 'int * const x'