Date: Sun, 10 Jan 1999 09:22:51 -0800 (PST) From: Doug Rabson <dfr@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/f2c proc.c Message-ID: <199901101722.JAA24036@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <simokawa@sat.t.u-tokyo.ac.jp> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901101722.JAA24036>