tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] Is bound-checking broken?


From: Joshua Phillips
Subject: [Tinycc-devel] Is bound-checking broken?
Date: Thu, 29 Nov 2007 18:52:41 +0000
User-agent: KMail/1.9.7

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];
>     }
> }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]