On Sat, Mar 7, 2009 at 3:57 PM, Anders Carlsson <andersca at mac.com> wrote: > Make mangling work with anonymous tag types. Not quite; try the following testcase: typedef struct {int a;} x,y; void a(y) { } -Eli