[ILUG] Fortran G77 question

Brendan Kehoe brendan at zen.org
Fri Feb 24 17:16:47 GMT 2006


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




More information about the ILUG mailing list