This is the mail archive of the gcc-help@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]

g77 bug?


Sir,
The following program compiled with g77 version 2.96 20000731 (Red Hat Linux 
7.0) will print 3.14159274 as the answer, which is obviously wrong.  Any 
suggestions?
Raymond.

 
program test
double precision pi
pi = 3.141592654
print *, pi
stop
end program


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