Bug#430209: tinycc bounds check error !

2007-08-21 Thread Aurélien GÉRÔME
tags 430209 patch thanks Hi, On Sat, Jun 23, 2007 at 01:32:41PM +0100, Domingo Alvarez Duarte wrote: >When I invoke tcc with "-b" flag (bounds check) it reports an error on the >line "s2[0] = 0;" and it's obvious that it's not memory problem. > >command line tcc -b -run program_bellow > >---

Bug#430209: tinycc bounds check error !

2007-06-23 Thread Domingo Alvarez Duarte
Package: tcc Version: 0.9.24~cvs20070502-1 When I invoke tcc with "-b" flag (bounds check) it reports an error on the line "s2[0] = 0;" and it's obvious that it's not memory problem. command line tcc -b -run program_bellow -- static char s1[20]; static char s2[20]; int main(void){ s1[0