Path: utzoo!attcan!uunet!ginosko!uakari.primate.wisc.edu!uwm.edu!rutgers!tut.cis.ohio-state.edu!ucbvax!cidam.me.rmit.oz.AU!mg From: mg@cidam.me.rmit.oz.AU ("Mike A. Gigante") Newsgroups: comp.sys.sgi Subject: Re: Passing floats - Is this a bug? Message-ID: <8910080220.14842@munnari.oz.au> Date: 8 Oct 89 02:45:15 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 13 yes, I have seen the same problem (in the middle of a large program) The -float doesn't help as it doesn't prevent the promotion of arguments to double, merely the promotion of expressions to double. the way to *avoid* the bug is to #define float double horrid, but it works on my program. Haven't ttried it on your test case (this machine ain't an iris) Mike Gigante, ACGL, RMIT Australia