Path: utzoo!utgpu!jarvis.csri.toronto.edu!neat.cs.toronto.edu!ken Newsgroups: comp.sys.sgi From: ken@cs.toronto.edu (Ken Lalonde) Subject: IRIX 3.2 C compiler bug Message-ID: <90Feb5.000622est.4918@neat.cs.toronto.edu> Organization: Department of Computer Science, University of Toronto Date: 5 Feb 90 05:06:52 GMT Lines: 16 On a 4D/240S running 3.2: % cat t.c main() { double a,b,c; b = 1.0; c = 2.0; a = b==c; printf("a=%f\n",a); } % cc t.c % ./a.out a=2147469288.000000