I have been using tcc -run for quick development(and am very happy with that), 
but I recently also tried compiling some older code of mine, and got lots of 
strange "lvalue" expected, and traced it down to compound literals - something 
like

struct point { int X; int Y; } *test = &((struct point){1, 1});

Is this a bug in compound literals support, or does tcc currently not support 
them at all?

Thanks,
Andrew


_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to