[Bug libfortran/59774] [Regression] Inconsistent rounding between -m32 and -m64

dominiq at lps dot ens.fr gcc-bugzilla@gcc.gnu.org
Sun Jan 12 16:15:00 GMT 2014


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59774

--- Comment #7 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
With the patch in comment 5 I get

[Book15] f90/bug% cat pr48906_4_red.f90
 print "(ru,g45.25)", .099e25
end
[Book15] f90/bug% gfc pr48906_4_red.f90
[Book15] f90/bug% a.out
     990000005063032291983360.00000000000    
[Book15] f90/bug% gfc pr48906_4_red.f90 -m32
[Book15] f90/bug% a.out
               990000005063032291983360.0



More information about the Gcc-bugs mailing list