Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site fortune.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!ihnp4!fortune!rpw3 From: rpw3@fortune.UUCP Newsgroups: net.micro.68k Subject: Re: another 68k C compiler bug - (nf) Message-ID: <3142@fortune.UUCP> Date: Mon, 23-Apr-84 23:05:33 EST Article-I.D.: fortune.3142 Posted: Mon Apr 23 23:05:33 1984 Date-Received: Tue, 24-Apr-84 19:17:56 EST Sender: notes@fortune.UUCP Organization: Fortune Systems, Redwood City, CA Lines: 28 #R:uiucuxc:18900004:fortune:6600012:000:563 fortune!rpw3 Apr 23 18:41:00 1984 +-------------------- | try this on your 68k C compiler. | wayne ({decvax,ucbvax}!pur-ee!uiucdcs!uiucuxc!)hamilton | main() | { int n = 1; | double x = 2., y, z[2]; | | y = x + x; | z[n] = x + x; | | if (y == z[n]) | printf ("equal\n"); | else | printf ("NOT equal?\n"); | } +-------------------- Prints "equal" on our machine. Doesn't it on everyone's? ;-} Rob Warnock UUCP: {ihnp4,ucbvax!amd70,hpda,harpo,sri-unix,allegra}!fortune!rpw3 DDD: (415)595-8444 USPS: Fortune Systems Corp, 101 Twin Dolphin Drive, Redwood City, CA 94065