Intel® Fortran Compiler

Developer Guide and Reference

ID 767251
Date 4/28/2026
Public
Document Table of Contents

New Features

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

New Features

  • Fortran 2023 PUT with NOTIFY coarray synchronization adds the NOTIFY_TYPE to the intrinsic module ISO_FORTRAN_ENV, the NOTIFY WAIT execution control statement, and the optional NOTIFY= specifier to an image selector.
  • Fortran 2023 conditional expressions.
  • The leading zero editing mode has been implemented for formatted output. This includes the LEADING_ZERO specifier in OPEN, INQUIRE, and data transfer control lists, and the LZ, LZP, and LZS format edit descriptors.

New OpenMP* Features

  • The OpenMP 6.0 AUTOMAP modifier on the ENTER clause of a DECLARE TARGET directive is now allowed for ALLOCATABLE list items.
  • The OpenMP 6.0 THREADSET clause allows a user to specify the set of threads that execute tasks generated by TASK and TASKLOOP constructs.
  • The OpenMP 6.0 PREFER_TYPE modifier syntax for an interop object allows specification of foreign runtime identifiers and attributes.