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

Bug report for ICE in ifx

krefson
Beginner
527 Views

Hello,

The following program

program myfunc
    use omp_lib 
end program myfunc

 generates an ICE when the attempt is made to compile using

ifx -fsyntax-only test_omp_lib.f90

ifx test_omp_lib.f90: error #5633: **Internal compiler error: segmentation violation signal raised** 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

This is with ifx (IFORT) 2022.0.0 20211123, although it seems to happen with all versions

KR

 

0 Kudos
1 Solution
Ron_Green
Moderator
509 Views

I see the error in all IFX compilers in the 2022.x versions.  However, I just tested with the upcoming 2023.0.0 compiler and it's fixed.  As Barbara said, we are SOOOO close to releasing this v2023.0.0 compiler!  

Watch for our announcement really soon on it's release. 

 

ron 

View solution in original post

0 Kudos
1 Reply
Ron_Green
Moderator
510 Views

I see the error in all IFX compilers in the 2022.x versions.  However, I just tested with the upcoming 2023.0.0 compiler and it's fixed.  As Barbara said, we are SOOOO close to releasing this v2023.0.0 compiler!  

Watch for our announcement really soon on it's release. 

 

ron 

0 Kudos
Reply