This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libfortran/17871] libgfortran, g77: regression, zero has non-zero exponent


------- Additional Comments From fxcoudert at gcc dot gnu dot org  2005-03-16 14:02 -------
Tobias, are you sure this one isn't fixed? The following looks OK to me:

$ cat pr17871.f 
      write (*,'(3p,2e15.3)') 0.0, 1.0
      write (*,'(4p,2e15.3)') 0.0, 1.0
      end
$ ~/irun/bin/gfortran -static pr17871.f && ./a.out
      000.0E+00      100.0E-02
      0000.E+00      1000.E-03
$ ~/irun/bin/gfortran -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc/configure --prefix=/tmp/gfortran-20050316/irun
--enable-languages=c,f95
Thread model: posix
gcc version 4.1.0 20050316 (experimental)

-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]