Hello
I'll copy cint5.15.10 to CERN now.
There is a bug which I am not able to fix.
In a loop, if you instantiate a class object
in some condition, Cint may behave strangely.
for(int i=0;i<5;i++) {
if(i==1) continue; // case 1
A x;
if(i!=2) A y; // case 2
}
In such cases, please use optimization level 0,
or .O0 command to turn off bytecode.
Thank you
Masaharu Goto
This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:50:58 MET