- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I am seeing an internal compiler error when compiling with Intel Fortran (IFX) 2025.2.0. The failure occurs in the compiler front-end (xfortcom.exe) during compilation, not at runtime. The error message is: "error #5629: **Internal compiler error: abort signal raised** compilation aborted"
This is reproducible with a minimal test case that uses a large MAX() expression with 100 arguments. When IFX tries to compile this source, it immediately crashes in xfortcom.exe. I have attached the main.f90 reproducer file so the issue can be reproduced directly.
Could you please confirm if this is a known issue? And could you also ensure that this will be addressed in a future release of IFX?
Thank you!
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes it is known, an easy permanent workaround is maxval([arg1,arg2,......,arg100])
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for your response and for pointing out the workaround. I understand that using maxval([arg1,arg2,...,arg100]) is a possible solution. However, in my situation this workaround is not practical since the actual codebase is very large and making such changes throughout the code would not be efficient.
That is why I created and shared a minimal reproducer, so that the compiler team can directly confirm and address the root issue in IFX. Could you please keep me posted once Intel confirms in which version of the compiler this issue is fixed?
Thanks again for your support.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
well i can't as i am not intel..... if you follow the original thread it will get updated when it is fixed

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page