http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35667
Dominique d'Humieres changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35667
--- Comment #9 from dave.anglin at bell dot net ---
On 12/9/2013 5:01 AM, fxcoudert at gcc dot gnu.org wrote:
> Was that fixed with John's commit?
I think so. I believe this was left open because the patch wasn't
back ported.
I could confirm but
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35667
Francois-Xavier Coudert changed:
What|Removed |Added
Status|NEW |WAITING
Known to fail|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35667
--- Comment #7 from John David Anglin 2011-03-19
17:25:21 UTC ---
Author: danglin
Date: Sat Mar 19 17:25:18 2011
New Revision: 171182
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171182
Log:
PR fortran/35667
* io/io.h (convert_i
--- Comment #5 from dave at hiauly1 dot hia dot nrc dot ca 2009-03-28
18:57 ---
Subject: Re: HP-UX 10 has broken strtod
On Sat, 28 Mar 2009, fxcoudert at gcc dot gnu dot org wrote:
>
>
> --- Comment #4 from fxcoudert at gcc dot gnu dot org 2009-03-28 08:55
> ---
> The sol
--- 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