Bound-checking doesn't seem to work. tcc -b produces output with .bounds
and .lbounds sections in, and the __bound_xxx functions, but the disassembly
shows no calls to these functions. The code I've been trying is:
> {
> int tab[10];
> for(i=0;i<11;i++) {
> sum += tab[i];
> }
> }_______________________________________________ Tinycc-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/tinycc-devel
