Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!henry From: henry@utzoo.UUCP (Henry Spencer) Newsgroups: net.lang.c Subject: Re: i = i * f *vs* i *= f (Not a bug) Message-ID: <3755@utzoo.UUCP> Date: Mon, 16-Apr-84 14:45:52 EST Article-I.D.: utzoo.3755 Posted: Mon Apr 16 14:45:52 1984 Date-Received: Mon, 16-Apr-84 14:45:52 EST References: <2310@ecsvax.UUCP> Organization: U of Toronto Zoology Lines: 7 Groan. We have seen this one at least twice before, folks. It *IS* a bug; the compiler is supposed to make "i *= f" act just like "i = i * f" except for possible side effects inside i. Practically all the existing compilers have this bug, but it it *STILL* a bug. -- Henry Spencer @ U of Toronto Zoology {allegra,ihnp4,linus,decvax}!utzoo!henry