From owner-freebsd-alpha Sun Feb 27 20:40: 4 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4460A37B7A0 for ; Sun, 27 Feb 2000 20:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA89580; Sun, 27 Feb 2000 20:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 250AC37B83A for ; Sun, 27 Feb 2000 20:38:23 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA89470; Sun, 27 Feb 2000 20:38:22 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200002280438.UAA89470@freefall.freebsd.org> Date: Sun, 27 Feb 2000 20:38:22 -0800 (PST) From: nobu@rd.isac.co.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: alpha/17032: strtod(3) floating exception Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17032 >Category: alpha >Synopsis: strtod(3) floating exception >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-alpha >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 27 20:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Nobuhiro Yasutomi >Release: 4.0-20000208-CURRENT >Organization: ISAC, Inc. >Environment: FreeBSD andy.rd.isac.co.jp 4.0-20000208-CURRENT FreeBSD 4.0-20000208-CURRENT #0: Tue Feb 8 12:09:59 GMT 2000 jkh@beast.freebsd.org:/usr/src/sys/compile/GENERIC alpha >Description: strtod(3) make floating exception when smallest value convert. >How-To-Repeat: try following saple: #include main(){ double a=strtod("2.2250738585072014e-308", NULL); printf("%g\n", a); } >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message