Re:another loop compiler bug

=?ISO-2022-JP?B?GyRCOGVGIyEhQDU8IxsoQg==?= (MXJ02154@niftyserve.or.jp)
Fri, 25 Jul 1997 00:05:00 +0900


Dear Voropaev S.G.
INET:voropaev@inp.nsk.su

This one is a different bug. Problem was pointer alithmetic with bytecode
optimizer. I fixed this in 5.13.19.

Thank you for reporting bug.

Masaharu Goto

>I find bug in cint/root. But may be, this bug is fixed now in cint 5.13.17
>("Loop compile internal error" bug). I have root with cint 5.13.16.
> ResultInfo *pArr;
> ResultInfo *GetAt(int i)
> { return (pArr + i); };