Le 2014-03-12 13:40, Carlos Montiers a écrit :
Hello Im using the latest from git.
The lines is under the only one line in tccgen.c that have this code:
 tcc_error("invalid array size");

At this point vtop points to an SValue that correspond to the size of the array, not the array itself. That is why vtop->type.t is 0, it's just an int. Instead you can check the value of local_stack as is done few lines above.

Best regards,

Thomas

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

Reply via email to