[Bug libfortran/34712] Formatted write of float broken (mingw32)

2008-01-19 Thread fxcoudert at gcc dot gnu dot org
--- Comment #5 from fxcoudert at gcc dot gnu dot org 2008-01-19 17:12 --- (In reply to comment #4) Reply to comment #2: I will update and see if that fixes it. Thanks Danny I'm closing this: I have built new binaries and I still don't this it. Jerry, if updating doesn't fix it,

[Bug libfortran/34712] Formatted write of float broken (mingw32)

2008-01-19 Thread jvdelisle at verizon dot net
--- Comment #6 from jvdelisle at verizon dot net 2008-01-19 17:20 --- Subject: Re: Formatted write of float broken (mingw32) fxcoudert at gcc dot gnu dot org wrote: --- Comment #5 from fxcoudert at gcc dot gnu dot org 2008-01-19 17:12 --- (In reply to comment #4) Reply

[Bug libfortran/34712] Formatted write of float broken (mingw32)

2008-01-10 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2008-01-11 07:02 --- Reply to comment #2: I will update and see if that fixes it. Thanks Danny -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34712

[Bug libfortran/34712] Formatted write of float broken (mingw32)

2008-01-09 Thread fxcoudert at gcc dot gnu dot org
--- Comment #3 from fxcoudert at gcc dot gnu dot org 2008-01-09 16:41 --- I've just built fresh binaries and It Works For Me(TM): $ cat a.f90 program bug double precision x x=7.0 print *, x end $ gfortran.exe -v Using built-in specs. Target:

[Bug libfortran/34712] Formatted write of float broken (mingw32)

2008-01-08 Thread dannysmith at users dot sourceforge dot net
--- Comment #2 from dannysmith at users dot sourceforge dot net 2008-01-09 06:14 --- This is a dup of PR23138 which is fixed if using recent mingw runtime. Danny -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34712

[Bug libfortran/34712] Formatted write of float broken (mingw32)

2008-01-07 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2008-01-08 04:56 --- Adding FX to cc. FX do you see this failure on your mingw binaries? -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added