<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: error #5623: **Internal compiler error: internal abort** in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-5623-Internal-compiler-error-internal-abort/m-p/1648979#M174576</link>
    <description>&lt;P&gt;I got the same problem on Windows using VS 2022 + Intel OneAPI 2024.&lt;/P&gt;&lt;P&gt;I don't think it is the source code that causes this problem. Maybe you could try to compile the same program using the legacy ifort instead of the new ifx compiler. Because in my case, this problem only happens when I switch the compiler to ifx. If I switch it back to the ifort, the error just disappeared&lt;/P&gt;</description>
    <pubDate>Thu, 12 Dec 2024 16:50:11 GMT</pubDate>
    <dc:creator>Andy59</dc:creator>
    <dc:date>2024-12-12T16:50:11Z</dc:date>
    <item>
      <title>error #5623: **Internal compiler error: internal abort**</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-5623-Internal-compiler-error-internal-abort/m-p/1648483#M174547</link>
      <description>&lt;P&gt;&lt;EM&gt;&lt;SPAN&gt;stgd2omod.for(321): error #5623: **Internal compiler error: internal abort** Please report this error along with the circumstances in which it occurred in a Software Problem Report.&amp;nbsp; Note: File and line given may not be explicit cause of this error.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; call root (est1,est2,0.0d0,dsf,dsz)&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN&gt;-------^&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN&gt;compilation aborted for stgd2omod.for (code 3)&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The compilation command is:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ifx -c -O2&amp;nbsp; -auto -ansi-alias- -pad-source -warn -traceback -fltconsistency -fpconstant -nogen-interfaces stgd2omod.for&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The compiler version: Intel(R) Fortran Compiler for applications running on Intel(R) 64, Version 2025.0.1 Build 20241113&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;OS: &amp;nbsp;Ubuntu 22.04.5 LTS (GNU/Linux 5.15.167.4-microsoft-standard-WSL2 x86_64)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have attached the&amp;nbsp;&lt;EM&gt;stgd2omod.for for reference. and the file that call root is in.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2024 15:09:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-5623-Internal-compiler-error-internal-abort/m-p/1648483#M174547</guid>
      <dc:creator>RoyRogers</dc:creator>
      <dc:date>2024-12-10T15:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: error #5623: **Internal compiler error: internal abort**</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-5623-Internal-compiler-error-internal-abort/m-p/1648979#M174576</link>
      <description>&lt;P&gt;I got the same problem on Windows using VS 2022 + Intel OneAPI 2024.&lt;/P&gt;&lt;P&gt;I don't think it is the source code that causes this problem. Maybe you could try to compile the same program using the legacy ifort instead of the new ifx compiler. Because in my case, this problem only happens when I switch the compiler to ifx. If I switch it back to the ifort, the error just disappeared&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 16:50:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-5623-Internal-compiler-error-internal-abort/m-p/1648979#M174576</guid>
      <dc:creator>Andy59</dc:creator>
      <dc:date>2024-12-12T16:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: error #5623: **Internal compiler error: internal abort**</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-5623-Internal-compiler-error-internal-abort/m-p/1649027#M174578</link>
      <description>&lt;P&gt;An ICE is a bug however I suggest the subroutine "root" should declare within it an interface for "func" maybe it will behave properly if you do that.&lt;/P&gt;&lt;P&gt;Edit: I can repeat your ICE and interfaces does not fix it. I will note rcfunc.for is not needed stgd2omod-1.for will ICE in IFX 2025.0.0&amp;nbsp; compiled on its own, it does not ICE on the last IFORT.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 23:32:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-5623-Internal-compiler-error-internal-abort/m-p/1649027#M174578</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2024-12-12T23:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: error #5623: **Internal compiler error: internal abort**</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-5623-Internal-compiler-error-internal-abort/m-p/1649199#M174584</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I work together with &lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/376642"&gt;@RoyRogers&lt;/a&gt; in this issue. We are doing a conversion from IFORT to IFX.&lt;BR /&gt;rcfunc.for file is not necessary, and the ICE did not exist with IFORT (thank you &lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/349570"&gt;@Andy59&lt;/a&gt; and &lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/66560"&gt;@andrew_4619&lt;/a&gt;).&lt;/P&gt;&lt;P&gt;We need to fix the error in IFX because Intel is encouranging the users to move to ifort, and ifort is no longer available from Intel website (the last release does not include ifort).&lt;/P&gt;&lt;P&gt;Thank you for the support.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 13:48:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-5623-Internal-compiler-error-internal-abort/m-p/1649199#M174584</guid>
      <dc:creator>VMQ1981</dc:creator>
      <dc:date>2024-12-13T13:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: error #5623: **Internal compiler error: internal abort**</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-5623-Internal-compiler-error-internal-abort/m-p/1649320#M174588</link>
      <description>&lt;LI-CODE lang="markup"&gt;      module fred
      implicit none
      integer, parameter, private :: kr=selected_real_kind(12,200)
      contains
      
      subroutine dens (ku,t,p,d,dl,dv,kz)
      implicit none
      integer ku,kz
      real(kr) t,p,d,dl,dv
      real(kr) est,est1,est2, dsz
      est = 1.0d0
      est2 = 2.0d0
      dsz = 3.0d0
      call root (est1,est2,0.0d0,dsf,dsz)
      end subroutine dens

      function dsf(d)
      implicit none
      real(kr) dsf,ddsf
      real(kr) d
      dsf = 1.0d0
      return
      entry ddsf(d)
      dsf = 2.0d0
      return
      end function dsf
      end module fred&lt;/LI-CODE&gt;&lt;P&gt;I distilled the module to 27 lines of code. The trigger for the ICE is the use of ENTRY in function dsf that is passed as a parameter, if you remove the entry part it melts.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 18:27:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-5623-Internal-compiler-error-internal-abort/m-p/1649320#M174588</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2024-12-13T18:27:27Z</dc:date>
    </item>
    <item>
      <title>Re:error #5623: **Internal compiler error: internal abort**</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-5623-Internal-compiler-error-internal-abort/m-p/1650477#M174631</link>
      <description>&lt;P&gt;The bug escalated to the compiler development team and will be addressed in upcoming compiler updates.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Dec 2024 15:57:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-5623-Internal-compiler-error-internal-abort/m-p/1650477#M174631</guid>
      <dc:creator>Igor_V_Intel</dc:creator>
      <dc:date>2024-12-18T15:57:20Z</dc:date>
    </item>
  </channel>
</rss>

