Intel® Fortran Compiler

Developer Guide and Reference

ID 767251
Date 6/30/2025
Public
Document Table of Contents

New Features

The Intel® Fortran Compiler (ifx) is now fully compliant with Fortran 2018.

New ifx Features

  • The Fortran 2023 SELECTED_LOGICAL_KIND intrinsic function.

  • Fortran 2023 permits a data component whose type has a coarray potential subobject component to be an array.

  • The assume inline_cloc compiler option tells the compiler to generate inline code for the C_LOC function from the intrinsic module ISO_C_BINDING. The default is assume noinline_cloc, which treats calls to C_LOC as an external module procedure call.

  • The OpenMP 6.0 STRIPE loop transformation construct has been implemented.