From owner-freebsd-hackers Wed Sep 17 12:30:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA04273 for hackers-outgoing; Wed, 17 Sep 1997 12:30:58 -0700 (PDT) Received: from usr02.primenet.com (tlambert@usr02.primenet.com [206.165.6.202]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA04265 for ; Wed, 17 Sep 1997 12:30:54 -0700 (PDT) Received: (from tlambert@localhost) by usr02.primenet.com (8.8.5/8.8.5) id MAA08698; Wed, 17 Sep 1997 12:30:45 -0700 (MST) From: Terry Lambert Message-Id: <199709171930.MAA08698@usr02.primenet.com> Subject: Re: FPE problem To: kuku@gilberto.physik.RWTH-Aachen.DE (Christoph Kukulies) Date: Wed, 17 Sep 1997 19:30:44 +0000 (GMT) Cc: freebsd-hackers@freefall.FreeBSD.org In-Reply-To: <199709161220.OAA05839@gil.physik.rwth-aachen.de> from "Christoph Kukulies" at Sep 16, 97 02:20:23 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I'm having a weird problem with a f2c program which is causing an FPE > for a reason I cannot figure out. > > It happens in a complex expression in a fortran expression > in a scientific (high energy physics) calculation program. You seem to be getting a lef-associtivity underflow in the FORTRAN code and not in the C code. The only apparent difference is the order of the divide. But then, I'm rusty. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.