Bug on IRIX 4d 3.1 when -02 level optimizer used.

Doug Gwyn, VLD/VMB gwyn at BRL.MIL
Sat May 27 04:24:48 AEST 1989


Actually, it is just after args[1] received a pointer to "2" that
the first for-loop terminates prematurely.  strtok() definitely
returned "2" and that was definitely stored into args[1], but the
first for-loop failed to keep looping for what should have been
another two calls to strtok().



More information about the Comp.sys.sgi mailing list