Re: cvs commit: parrot/imcc/t/syn pcc.t

2004-01-19 Thread Steve Fink
On Jan-15, Melvin Smith wrote: > At 11:20 AM 1/15/2004 +0100, Leopold Toetsch wrote: > >Melvin Smith <[EMAIL PROTECTED]> wrote: > >> > >> For some reason 1 test in pcc.t is failing (the nci call) > > > >Off by one error caused by: > > > >> -for (j = 0; j < 4; j++) { > > > >> +

Re: cvs commit: parrot/imcc/t/syn pcc.t

2004-01-15 Thread Melvin Smith
At 11:20 AM 1/15/2004 +0100, Leopold Toetsch wrote: Melvin Smith <[EMAIL PROTECTED]> wrote: > > For some reason 1 test in pcc.t is failing (the nci call) Off by one error caused by: > -for (j = 0; j < 4; j++) { > +for (set = 0; set < REGSET_MAX; set++) { As most loo

Re: cvs commit: parrot/imcc/t/syn pcc.t

2004-01-15 Thread Leopold Toetsch
Melvin Smith <[EMAIL PROTECTED]> wrote: > > For some reason 1 test in pcc.t is failing (the nci call) Off by one error caused by: > -for (j = 0; j < 4; j++) { > +for (set = 0; set < REGSET_MAX; set++) { As most loops inside Parrot use the former scheme, I'd rather