Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!purdue!haven!mimsy!tove.umd.edu!steveg From: steveg@tove.umd.edu (Steve Green) Newsgroups: comp.unix.aux Subject: Bug? Message-ID: <19831@mimsy.UUCP> Date: 27 Sep 89 13:53:33 GMT Sender: nobody@mimsy.UUCP Reply-To: steveg@tove.umd.edu (Steve Green) Organization: U of Maryland, Dept. of Computer Science, Lines: 19 Why does this program print "no" under AUX and print "yes" on this vax? main () { double x = .5; if (.4 <= x - .1) printf ("Yes\n"); else printf ("No\n"); } What am I missing? Is it time for me to re-read my K&R?? Is it just my AUX that is doing it? System V? -- -steveg@tove.umd.edu ..uunet!tove.umd.edu!steveg "Ignore the message: 'ld warning: file /tmp/kernAAAa06386 has no relocation information' if it appears."