Bug?

Steve Green steveg at tove.umd.edu
Wed Sep 27 23:53:33 AEST 1989


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 at tove.umd.edu		..uunet!tove.umd.edu!steveg
"Ignore the message: 'ld warning: file /tmp/kernAAAa06386 has no relocation
information' if it appears."



More information about the Comp.unix.aux mailing list