- 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])

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