Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-F06FE851-BA4A-495D-B68F-1DA546A85B7F
Visible to Intel only — GUID: GUID-F06FE851-BA4A-495D-B68F-1DA546A85B7F
E
Causes the preprocessor to send output to stdout.
Syntax
Linux: |
-E |
Windows: |
/E |
Arguments
None
Default
OFF |
Preprocessed source files are output to the compiler. |
Description
This option causes the preprocessor to send output to stdout. Compilation stops when the files have been preprocessed.
When you specify this option, the compiler's preprocessor expands your source module and writes the result to stdout. The preprocessed source contains #line directives, which the compiler uses to determine the source file and line number.
IDE Equivalent
Alternate Options
None