Path: utzoo!attcan!uunet!cs.utexas.edu!sun-barr!decwrl!ucbvax!BRL.MIL!gwyn From: gwyn@BRL.MIL (Doug Gwyn, VLD/VMB) Newsgroups: comp.sys.sgi Subject: Re: Bug on IRIX 4d 3.1 when -02 level optimizer used. Message-ID: <8905261424.aa06578@VGR.BRL.MIL> Date: 26 May 89 18:24:48 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 5 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().