Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: Notesfiles; site uiucuxc.UUCP Path: utzoo!watmath!clyde!akgua!mcnc!decvax!harpo!ulysses!mhuxl!ihnp4!inuxc!pur-ee!uiucdcs!uiucuxc!hamilton From: hamilton@uiucuxc.UUCP Newsgroups: net.micro.68k Subject: another 68k C compiler bug - (nf) Message-ID: <18900004@uiucuxc.UUCP> Date: Fri, 20-Apr-84 05:06:00 EST Article-I.D.: uiucuxc.18900004 Posted: Fri Apr 20 05:06:00 1984 Date-Received: Sun, 22-Apr-84 09:20:06 EST Lines: 19 Nf-ID: #N:uiucuxc:18900004:000:255 Nf-From: uiucuxc!hamilton Apr 20 04:06:00 1984 #N:uiucuxc:18900004:000:255 uiucuxc!hamilton Apr 20 04:06: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"); }