Did anyone successfully compile g77-0.5.22+gcc-2.7.2.3 on
OSF1 alpha V3.2 148 ?
I made stage2, make compare shows that
global.o differs
local-alloc.o differs
cp/pt.o differs
f/com.o differs
f/zzz.o differs
I don't know how to make them not to differ.
The simple fortran code compiled by the resulting g77
real*4 a,b
a=1.23456
b=0.987654
write(6,10) a,b
10 format (2e20.10)
end
put out:
0.1000000000E+01 0.5000000000E+00
Why they lost so much digits ?
Regards from Saxony
ms961
Received on Tue Apr 21 1998 - 19:13:56 NZST