Fixed in Pike 7.0, 7.2, 7.4 & 7.5. The bug was that the opcodes F_{INC,NEC}{,_NEQ}_LOOP assumed that the cutoff value was an integer.
/ Henrik Grubbström (Lysator)
Previous text:
2003-01-29 18:20: Subject: 3.0 > 4.0?
This is rather bad:
Pike v7.4 release 13 running Hilfe v3.5 (Incremental Pike Frontend)
for(int i=0; i<3.0; i++)
if(i>4.0) error("Feh!\n");
Feh! HilfeInput:2: HilfeInput()->___HilfeWrapper()
Testsuite test committed.
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)