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

Winline

Warns when a function that is declared as inline is not inlined. This feature is only available for ifort.

Syntax

Linux:

-Winline

macOS:

-Winline

Windows:

None

Arguments

None

Default

OFF

No warning is produced when a function that is declared as inline is not inlined.

Description

This option warns when a function that is declared as inline is not inlined.

To see diagnostic messages, including a message about why a particular function was not inlined, you should generate an optimization report by specifying option -qopt-report=5.

IDE Equivalent
None
Alternate Options

None

See Also