[cfe-dev] CodeGenTypes.cpp assertion crash

Devang Patel dpatel at apple.com
Fri Dec 21 11:37:09 PST 2007


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




More information about the cfe-dev mailing list