From owner-cvs-all Sun Jan 10 09:23:00 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA13857 for cvs-all-outgoing; Sun, 10 Jan 1999 09:23:00 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA13849; Sun, 10 Jan 1999 09:22:56 -0800 (PST) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA24036; Sun, 10 Jan 1999 09:22:51 -0800 (PST) Date: Sun, 10 Jan 1999 09:22:51 -0800 (PST) Message-Id: <199901101722.JAA24036@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/f2c proc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/01/10 09:22:51 PST Modified files: usr.bin/f2c proc.c Log: From the submitter: I found the reason why f77 so offen dies on alpha. Here is a fix. "Const" is a union of int and double. If nelt->constblock.Const.ci > 0 then it trys to evaluate it as double and floating point exception occurs. Submitted by: Hidetoshi Shimokawa Obtained from: NetBSD Revision Changes Path 1.5 +2 -2 src/usr.bin/f2c/proc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message