[Bug libfortran/48651] New: DTOA float conversion issue
jvdelisle at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sun Apr 17 14:00:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48651
Summary: DTOA float conversion issue
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libfortran
AssignedTo: jvdelisle@gcc.gnu.org
ReportedBy: jvdelisle@gcc.gnu.org
See pr48602 comment #17 and #18
Confirmed the DTOA issue. Placed the print of buffer immediately after the DTOA
call
-------------------------------
buffer=8.999999999999999999999999999999999711111e-02
8.99999999999999999999999999999999971E-0002 RD:
buffer=8.999999999999999999999999999999999711111e-02
0.89E-01
buffer=9.0e-02
0.90E-01
buffer=9.0e-02
0.90D-01
buffer=8.999999999999999999999999999999999711111e-02
0.08
The problem only occurs with real(8)
More information about the Gcc-bugs
mailing list