From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25867 invoked by alias); 28 Mar 2009 08:55:47 -0000 Received: (qmail 25822 invoked by uid 48); 28 Mar 2009 08:55:37 -0000 Date: Sat, 28 Mar 2009 08:55:00 -0000 Message-ID: <20090328085537.25821.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libfortran/35667] HP-UX 10 has broken strtod In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "fxcoudert at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-03/txt/msg01903.txt.bz2 ------- Comment #4 from fxcoudert at gcc dot gnu dot org 2009-03-28 08:55 ------- The solution to this issue would be to detect a broken strtod() (or strtof() or strtold()) in libgfortran configury, and write a wrapper checking for infinities and nans before calling the system's strtod(). Very low priority issue because HP-UX 10 is probably not that common any more (HP-UX 11 was released 12 years ago), unless some other target is affected. -- fxcoudert at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fxcoudert at gcc dot gnu dot | |org Severity|normal |enhancement Status|UNCONFIRMED |NEW Component|fortran |libfortran Ever Confirmed|0 |1 Known to fail| |4.3.0 4.4.0 4.5.0 Last reconfirmed|0000-00-00 00:00:00 |2009-03-28 08:55:37 date| | Summary|FAIL: gfortran.dg/nan_3.f90 |HP-UX 10 has broken strtod |execution test | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35667