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;
}

By the way, is cfe-dev correct list for sending patches like these, or
do you prefer cfe-commits list?

-- 
Seo Sanghyeon

Attachment: codegen-typedef
Description: Binary data

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

Reply via email to