Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29285 Discussions

get ICE in ifx with real128 type for SYSTEM_CLOCK

4tran
Beginner
712 Views

use, intrinsic :: iso_fortran_env, only : real128
real(kind=real128) :: value
call system_clock(count_rate=value)
end

 

produces an ICE with ifx, works with ifort.

 

2 Replies
Devorah_H_Intel
Moderator
650 Views

Thank you for reporting this issue. I've submitted a bug report for our Compiler Engineering team to investigate and resolve.

0 Kudos
Devorah_H_Intel
Moderator
398 Views

The fix for this issue will be included in 2025.1 ifx release. 

0 Kudos
Reply