Conor Daly wrote: >hi all, > >When compiling a fortran program with g77, uninitialised variables are not >set to zero while using Solaris' f77, they are. Is there a switch for g77 >to initialise uninitialised variables to zero? > See if the version of g77 you're using can take the flag -finit-local-zero B