On Aug 29, 2007, at 4:28 AM, Neil Booth wrote: > Not looked into what's caused it, but stuff like > > extern int a; > enum { as = 1 ? 2: (a = 3) }; > > is segfaulting after diagnosing the 'a'. Fixed, thanks. -Chris