[Bug libfortran/23138] real-values print and add incorrectly (version 4.1.0 20050702, i686-pc-mingw32)

2005-07-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-29 18:54 --- I cannot reproduce this with 20050729 on i686-pc-linux-gnu. -- What|Removed |Added

[Bug libfortran/23138] real-values print and add incorrectly (version 4.1.0 20050702, i686-pc-mingw32)

2005-07-29 Thread post at tillmann-wegst dot de
--- Additional Comments From post at tillmann-wegst dot de 2005-07-29 19:01 --- (In reply to comment #1) > I cannot reproduce this with 20050729 on i686-pc-linux-gnu. Yes, Steve Kargl has told me the same. The bug appears to be particular with the MinGW-version. -- http://gcc.gnu.

[Bug libfortran/23138] real-values print and add incorrectly (version 4.1.0 20050702, i686-pc-mingw32)

2005-07-29 Thread jvdelisle at gcc dot gnu dot org
--- Additional Comments From jvdelisle at gcc dot gnu dot org 2005-07-30 06:31 --- I have confirmed this bug on cygwin. We can't get current builds on cygwin, perhaps patch to pr21275 is needed? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23138

[Bug libfortran/23138] real-values print and add incorrectly (version 4.1.0 20050702, i686-pc-mingw32)

2005-07-30 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-07-30 10:56 --- Marked as confirmed due to Jerry's comment. Right now, building on mingw is an awful pain (4 PR preventing the build), and cygwin is only a bit better. So, I think work on that point is useless until th

[Bug libfortran/23138] real-values print and add incorrectly (version 4.1.0 20050702, i686-pc-mingw32)

2005-07-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|critical|normal http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23138

[Bug libfortran/23138] real-values print and add incorrectly (version 4.1.0 20050702, i686-pc-mingw32)

2005-07-30 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2005-07-31 00:56 --- This may be the problem: In mk-kinds-h.sh: case $largest_ctype in float) echo "#define GFC_REAL_LARGEST_FORMAT \"\"" ;; double) echo "#define GFC_REAL_LARGEST_FORMAT \"l\"" ;; "long doub

[Bug libfortran/23138] real-values print and add incorrectly (version 4.1.0 20050702, i686-pc-mingw32)

2005-08-01 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-08-01 21:46 --- (In reply to comment #5) > Although mingw supports long double math, the native msvcrt.dll runtime > printf > family does not. OK. I plan to do the following (hopefully in the next few days): add a conf

[Bug libfortran/23138] real-values print and add incorrectly (version 4.1.0 20050702, i686-pc-mingw32)

2005-08-02 Thread fxcoudert at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |fxcoudert at gcc dot gnu dot |dot org |org Status|NEW