Group: comp.lang.fortran · Group Profile · Search for 0000000000000000000000000000 in comp.lang.fortran
Author: David Simpson
Date: Dec 10, 2007 06:22
...*a2 write(*,*)x x=x+a1 write(*,*)x x=int2*a2+a1 write(*,*)x end program test With ifort this compiles fine, and produces: $a.out -61547.0000000000000000000000000000 0.000000000000000000000000000000000E+0000 0.000000000000000000000000000000000E+0000 I get the same results also using the hp=kind(1.0e0). g95 with the latter gives: a.out -61547....
|