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

get ICE in ifx with real128 type for SYSTEM_CLOCK

4tran
Beginner
500 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
438 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
186 Views

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

0 Kudos
Reply