Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference

ID 767251
Date 9/08/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

zero, Qzero

Initializes to zero variables of intrinsic type INTEGER, REAL, COMPLEX, or LOGICAL that are not yet initialized. This is a deprecated option. The replacement option is /Qinit:[no]zero or -init=[no]zero.

Syntax

Linux:

-zero

-nozero

macOS:

-zero

-nozero

Windows:

/Qzero

/Qzero-

Arguments

None

Default

-nozero or /Qzero-

Variables are not initialized to zero.

Description

This option initializes to zero variables of intrinsic type INTEGER, REAL, COMPLEX, or LOGICAL that are not yet initialized.

Use option [Q]save on the command line to make all local variables specifically marked as SAVE.

IDE Equivalent
None
Alternate Options

None

See Also