On Dec 21, 2007, at 6:57 AM, Michael Zolda wrote:
> Hi!
>
>
> The following code causes crash to crash (SVN Revision 45282):
>
>
> typedef struct a b;
>
> b* x;
>
> struct a {
> b* p;
> };
>
> void f() {
> b* z = x->p;
> }
Fixed. http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20071217/003553.html
-
Devang