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