The -finit-local-zero option instructs the compiler to initialize local "INTEGER",
"REAL", and "COMPLEX" variables to zero, "LOGICAL" variables to false, and "CHARACTER"
variables to a string of null bytes. Finer-grained initialization options are
provided by the -finit-integer=n, -finit-real=<zero|inf|-inf|nan> (which also
initializes the real and imaginary parts of local "COMPLEX" variables),