[cfe-dev] Recently-introduced segfaults

Chris Lattner clattner at apple.com
Wed Aug 29 09:04:06 PDT 2007


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



More information about the cfe-dev mailing list