On 03-05-2010 00:47 wuyin wrote:
struct T{ int n; }; struct T1{ struct T; } t; t.n=1;Please support this grammar.
I believe it _is_ currently supported with -fms-extensions. See: http://gcc.gnu.org/onlinedocs/gcc/Unnamed-Fields.html Regards, -- Pedro Pedruzzi