Hi,

> Hello together. 
> I have a bug found it.

It seems that decl_initializer_alloc doesn't stop parsing until it
finds semi-colon or comma. I think parsing should stop when the number
of '}' is more or equal to the numbers of '{'. I believe the following
patch will fix the bug.

http://repo.or.cz/w/tinycc.git?a=commit;h=6db74392f298906341c1acbd598cb1d2668e7655

Thanks,


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

Reply via email to