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

ID 767251
Date 3/31/2023
Public

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

Document Table of Contents

diag-id-numbers, Qdiag-id-numbers

Determines whether the compiler displays diagnostic messages by using their ID number values.

Syntax

Linux:

-diag-id-numbers

-no-diag-id-numbers

macOS:

-diag-id-numbers

-no-diag-id-numbers

Windows:

/Qdiag-id-numbers

/Qdiag-id-numbers-

Arguments

None

Default

-diag-id-numbers
or /Qdiag-id-numbers

The compiler displays diagnostic messages by using their ID number values.

Description

This option determines whether the compiler displays diagnostic messages by using their ID number values. If you specify the negative form of the [Q]diag-id-numbers option, mnemonic names are output for driver diagnostics only.

IDE Equivalent

None

Alternate Options

None

See Also