Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site pegasus.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!houxm!hogpc!pegasus!hansen From: hansen@pegasus.UUCP Newsgroups: net.lang.c,net.bugs.4bsd Subject: Re: i = i * f vs. i *= f (definite bug!) Message-ID: <1205@pegasus.UUCP> Date: Mon, 16-Apr-84 15:49:15 EST Article-I.D.: pegasus.1205 Posted: Mon Apr 16 15:49:15 1984 Date-Received: Tue, 17-Apr-84 07:36:33 EST References: <866@elsie.UUCP> Organization: AT&T Information Systems, Lincroft NJ Lines: 14 I waited a couple of days before following up on this question to see if anyone else posted a reply. None has so far that I've seen, so here goes. The reported problem: integer *= float is not the same as integer = integer * float This is indeed a definite bug which has been around for many a moon. (It has been fixed in the System V compiler.) Dennis Ritchie himself commented on this very same problem in this very same forum last fall, acknowledging that it was a bug. Fix those compilers! Tony Hansen pegasus!hansen