[Bug libfortran/48615] Invalid UP/DOWN rounding with E and ES descriptors

jvdelisle at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Apr 23 12:24:00 GMT 2011


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

Jerry DeLisle <jvdelisle at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2011.04.23 12:23:32
     Ever Confirmed|0                           |1

--- Comment #3 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> 2011-04-23 12:23:32 UTC ---
Just to confirm, is this the full expected output?

$ gfc pr48615.f08 
$ ./a.out 
               2.
          0.2E+10
          0.2E+10
           2.E+09
           2.E+09
               1.
          0.1E+10
          0.1E+10
           1.E+09
           1.E+09



More information about the Gcc-bugs mailing list