Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

ifx 2025.0.0 ICE on invalid code

V-T
New Contributor I
176 Views

Consider the following minimal working example:

program p
   interface
      function i()
      end
   end interface
   type t
      procedure(i),pointer,nopass::f
   end type
   o=t(f)
end

The code is invalid, but attempts to compile it with the newest version of ifx (2025.0.0) result in internal compiler error with a segmentation fault.

0 Replies
Reply