On Nov 30, 2007, at 2:49 AM, Sanghyeon Seo wrote:

> This patch fixes a problem in CodeGen with member expression and  
> typedef.
>
> typedef struct { int i; } Value;
> typedef Value *PValue;
>
> int get_value(PValue v) {
>  return v->i;
> }

Applied, thanks!

-Chris

_______________________________________________
cfe-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev

Reply via email to