<?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: ICE with ifx (debug configuration only) in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ICE-with-ifx-debug-configuration-only/m-p/1748057#M178871</link>
    <description>&lt;P&gt;This bug is still present in 2026.0 - and it looks like the Intel team didn't pick it up when it was published. Bumping this to the top of the post pile.&lt;/P&gt;</description>
    <pubDate>Fri, 15 May 2026 17:49:11 GMT</pubDate>
    <dc:creator>OP1</dc:creator>
    <dc:date>2026-05-15T17:49:11Z</dc:date>
    <item>
      <title>ICE with ifx (debug configuration only)</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ICE-with-ifx-debug-configuration-only/m-p/1621986#M173214</link>
      <description>&lt;P&gt;ifx 2024.2.0 ICEs with the following code, using default Debug configuration in Visual Studio 2022. The code compiles with a Release configuration but runs with a runtime access violation.&lt;/P&gt;&lt;LI-CODE lang="fortran"&gt;PROGRAM P
IMPLICIT NONE
INTEGER, EXTERNAL :: F
INTEGER :: X(100) = 0
X = F(10, 1)
WRITE(*, *) X
CONTAINS
END PROGRAM

FUNCTION F(N, VAL) RESULT(OUTPUT)
IMPLICIT NONE
INTEGER :: N, VAL, OUTPUT(N)
OUTPUT(:) = 1
END FUNCTION F&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 21:57:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ICE-with-ifx-debug-configuration-only/m-p/1621986#M173214</guid>
      <dc:creator>OP1</dc:creator>
      <dc:date>2024-08-08T21:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: ICE with ifx (debug configuration only)</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ICE-with-ifx-debug-configuration-only/m-p/1748057#M178871</link>
      <description>&lt;P&gt;This bug is still present in 2026.0 - and it looks like the Intel team didn't pick it up when it was published. Bumping this to the top of the post pile.&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2026 17:49:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ICE-with-ifx-debug-configuration-only/m-p/1748057#M178871</guid>
      <dc:creator>OP1</dc:creator>
      <dc:date>2026-05-15T17:49:11Z</dc:date>
    </item>
  </channel>
</rss>

