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

Intel OneAPI 2025.1.0 crashes for function cachesize

AGG
Beginner
385 Views

I have a test program that is crashing with the IFX compiler (Version 2025.1.0 Build 20250317).

 

Program main
implicit none
integer n
n=cachesize(1)
print*,n
end Program main

Compiling on a Win 10 pro machine using Intel OneAPI command prompt with VS 2019.

 

error #5623: **Internal compiler error: internal abort** Please report this error along with the circumstances in which it occurred in a Software Problem Report. Note: File and line given may not be explicit cause of this error.
n=cachesize(1)
--^
compilation aborted for test_cachesize.f90 (code 3)

 

Any help would be appreciated. Thank you

0 Kudos
5 Replies
JohnNichols
Valued Contributor III
259 Views

No it is a bug in IFX, I tried it several ways. 

0 Kudos
AGG
Beginner
248 Views

Thank you. I'll see if I can report it.

0 Kudos
Devorah_H_Intel
Moderator
206 Views

Thanks for report this to us. I have escalated this to our compiler engineering for a fix. 

0 Kudos
AGG
Beginner
203 Views

@Devorah_H_Intel, thank you very much!

0 Kudos
JohnNichols
Valued Contributor III
153 Views

Oh, sweet 2026 we await the new Fortran Treasure. 

0 Kudos
Reply