<?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 Catastrophic compiler error with `-check all` for ifort v2021.1 on macOS 10.15 in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-compiler-error-with-check-all-for-ifort-v2021-1-on/m-p/1254637#M154362</link>
    <description>&lt;P&gt;I have encountered a catastrophic compiler error when using `-check all` flag with ifort v2021.1 on macOS Catalina 10.15.6. I know that there was a reported bug related to this issue that was supposedly fixed in version 19.2, but I think it is still not fully fixed.&lt;/P&gt;
&lt;P&gt;In short:&lt;BR /&gt;! C = matmul(A,B) ! compiles correctly&lt;BR /&gt;C = matmul(1.0*A,B) ! fails with the catastrophic compiler error&lt;/P&gt;
&lt;P&gt;catastrophic error: **Internal compiler error: internal abort** Please report this error along with the circumstances in which it occurred in a Software Problem Report.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If `-check all` flag is removed, the code compiles in both cases.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;A MWE is provided below:&lt;/P&gt;
&lt;LI-CODE lang="fortran"&gt;program test_matmul
implicit none
real,dimension(5,5) :: A,B,C

A = 1.0
B = 2.0

! C = matmul(A,B) ! compiles correctly
C = matmul(1.0*A,B) ! fails with the catastrophic compiler error
end program test_matmul&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(Note: I have posted this question to Intel Support as well, as I'm not sure what is the right venue for this)&lt;/P&gt;</description>
    <pubDate>Tue, 09 Feb 2021 21:04:43 GMT</pubDate>
    <dc:creator>Grgur</dc:creator>
    <dc:date>2021-02-09T21:04:43Z</dc:date>
    <item>
      <title>Catastrophic compiler error with `-check all` for ifort v2021.1 on macOS 10.15</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-compiler-error-with-check-all-for-ifort-v2021-1-on/m-p/1254637#M154362</link>
      <description>&lt;P&gt;I have encountered a catastrophic compiler error when using `-check all` flag with ifort v2021.1 on macOS Catalina 10.15.6. I know that there was a reported bug related to this issue that was supposedly fixed in version 19.2, but I think it is still not fully fixed.&lt;/P&gt;
&lt;P&gt;In short:&lt;BR /&gt;! C = matmul(A,B) ! compiles correctly&lt;BR /&gt;C = matmul(1.0*A,B) ! fails with the catastrophic compiler error&lt;/P&gt;
&lt;P&gt;catastrophic error: **Internal compiler error: internal abort** Please report this error along with the circumstances in which it occurred in a Software Problem Report.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If `-check all` flag is removed, the code compiles in both cases.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;A MWE is provided below:&lt;/P&gt;
&lt;LI-CODE lang="fortran"&gt;program test_matmul
implicit none
real,dimension(5,5) :: A,B,C

A = 1.0
B = 2.0

! C = matmul(A,B) ! compiles correctly
C = matmul(1.0*A,B) ! fails with the catastrophic compiler error
end program test_matmul&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(Note: I have posted this question to Intel Support as well, as I'm not sure what is the right venue for this)&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 21:04:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-compiler-error-with-check-all-for-ifort-v2021-1-on/m-p/1254637#M154362</guid>
      <dc:creator>Grgur</dc:creator>
      <dc:date>2021-02-09T21:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Catastrophic compiler error with `-check all` for ifort v2021.1 on macOS 10.15</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-compiler-error-with-check-all-for-ifort-v2021-1-on/m-p/1254638#M154363</link>
      <description>&lt;P&gt;I forgot to mention, the command I used to compile is&lt;/P&gt;
&lt;P&gt;ifort -r8 -g -debug -traceback -O0 -check all test_matmul.f90&lt;/P&gt;
&lt;P&gt;where&amp;nbsp;test_matmul.f90 is the name of the MWE file.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 21:10:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-compiler-error-with-check-all-for-ifort-v2021-1-on/m-p/1254638#M154363</guid>
      <dc:creator>Grgur</dc:creator>
      <dc:date>2021-02-09T21:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Catastrophic compiler error with `-check all` for ifort v2021.1 on macOS 10.15</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-compiler-error-with-check-all-for-ifort-v2021-1-on/m-p/1254643#M154364</link>
      <description>&lt;P&gt;If you have purchased support, then the Online Service Center is the right place. Otherwise, you can post here and hope it will be picked up.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 21:15:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-compiler-error-with-check-all-for-ifort-v2021-1-on/m-p/1254643#M154364</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2021-02-09T21:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Catastrophic compiler error with `-check all` for ifort v2021.1 on macOS 10.15</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-compiler-error-with-check-all-for-ifort-v2021-1-on/m-p/1254650#M154365</link>
      <description>&lt;P&gt;Thanks for the info, Steve! I haven't purchased the support, so this is the place then &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 21:32:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-compiler-error-with-check-all-for-ifort-v2021-1-on/m-p/1254650#M154365</guid>
      <dc:creator>Grgur</dc:creator>
      <dc:date>2021-02-09T21:32:47Z</dc:date>
    </item>
    <item>
      <title>Re:Catastrophic compiler error with `-check all` for ifort v2021.1 on macOS 10.15</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-compiler-error-with-check-all-for-ifort-v2021-1-on/m-p/1254669#M154368</link>
      <description>&lt;P&gt;This is another issue specifically with -check shape&lt;/P&gt;&lt;P&gt;You can still get checks if you avoid shape and use a list of the checks other than shape:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;-check uninit,bounds,arg_temp_created&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I'll add this example to the existing -check shape bug&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Feb 2021 22:32:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-compiler-error-with-check-all-for-ifort-v2021-1-on/m-p/1254669#M154368</guid>
      <dc:creator>Ron_Green</dc:creator>
      <dc:date>2021-02-09T22:32:24Z</dc:date>
    </item>
    <item>
      <title>Re:Catastrophic compiler error with `-check all` for ifort v2021.1 on macOS 10.15</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-compiler-error-with-check-all-for-ifort-v2021-1-on/m-p/1254671#M154369</link>
      <description>&lt;P&gt;Someone must have told you that this was fixed in an upcoming Update.  I tested this with the nightly build of the compiler and it is indeed fixed.  So you will get a fix in the next oneAPI 2021 release, named "Update 1" and version will be 2021.2.  It's expect in a few months (we try to release updates about every 3 months) so use the workaround by avoiding -check shape until "Intel oneAPI 2021 Update 1" is released.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Feb 2021 22:43:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-compiler-error-with-check-all-for-ifort-v2021-1-on/m-p/1254671#M154369</guid>
      <dc:creator>Ron_Green</dc:creator>
      <dc:date>2021-02-09T22:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Catastrophic compiler error with `-check all` for ifort v2021.1 on macOS 10.15</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-compiler-error-with-check-all-for-ifort-v2021-1-on/m-p/1254675#M154370</link>
      <description>&lt;P&gt;Thanks for the help, Ronald! These flags indeed make the code compile.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm looking forward to seeing the -check shape bug resolved.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 22:52:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-compiler-error-with-check-all-for-ifort-v2021-1-on/m-p/1254675#M154370</guid>
      <dc:creator>Grgur</dc:creator>
      <dc:date>2021-02-09T22:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Catastrophic compiler error with `-check all` for ifort v2021.1 on macOS 10.15</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-compiler-error-with-check-all-for-ifort-v2021-1-on/m-p/1254685#M154371</link>
      <description>&lt;P&gt;Oh no, I wasn't aware that it was fixed in the upcoming update. I saw in a post from a few months ago that you mentioned that `-check all`&amp;nbsp; issue related to matmul on macOS was fixed in v19.1.2, so I thought the bug I reported relates to an unaddressed aspect of that bug.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the post I'm referring to&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.intel.com/t5/Intel-Fortran-Compiler/matmul-ifort-19-1-Internal-compiler-error/m-p/1197423#M151080%3Fprofile.language=en" target="_blank"&gt;https://community.intel.com/t5/Intel-Fortran-Compiler/matmul-ifort-19-1-Internal-compiler-error/m-p/1197423#M151080%3Fprofile.language=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 23:26:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-compiler-error-with-check-all-for-ifort-v2021-1-on/m-p/1254685#M154371</guid>
      <dc:creator>Grgur</dc:creator>
      <dc:date>2021-02-09T23:26:27Z</dc:date>
    </item>
  </channel>
</rss>

