[cfe-dev] New crash in codegen?
Chris Lattner
clattner at apple.com
Tue Feb 5 20:51:44 PST 2008
On Feb 5, 2008, at 1:01 AM, Eli Friedman wrote:
> Testcase:
>
> struct MpegEncContext;
> typedef struct MpegEncContext {int pb;} MpegEncContext;
> static void x(void) {MpegEncContext s; s.pb;}
>
> Crashes for me in codegen on trunk, but I'm not sure if it's just my
> own build...
This should work now, please let me know if you hit any other
problems, thanks!
-Chris
More information about the cfe-dev
mailing list