This patch implements dereference operator in CGExprAgg.cpp.

typedef struct { int i; } Value;
void f(Value *p) { Value v = *p; }

-- 
Seo Sanghyeon

Attachment: agg-deref
Description: Binary data

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

Reply via email to