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.
29280 Discussions

Intel OneAPI 2025.1.0 crashes for function cachesize

AGG
Beginner
1,116 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
1 Solution
Shiquan_Su
Moderator
382 Views

The fix is in the next release.

View solution in original post

0 Kudos
7 Replies
JohnNichols
Valued Contributor III
990 Views

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

0 Kudos
AGG
Beginner
979 Views

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

0 Kudos
Devorah_H_Intel
Moderator
937 Views

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

0 Kudos
AGG
Beginner
934 Views

@Devorah_H_Intel, thank you very much!

0 Kudos
JohnNichols
Valued Contributor III
884 Views

Oh, sweet 2026 we await the new Fortran Treasure. 

0 Kudos
Shiquan_Su
Moderator
383 Views

The fix is in the next release.

0 Kudos
JohnNichols
Valued Contributor III
283 Views

The next release was not posted yet. 

0 Kudos
Reply