<?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 stop quiet=true generates calls in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-stop-quiet-true-generates-calls/m-p/1732255#M177939</link>
    <description>&lt;P&gt;Sorry, I misread standard. Looks like it states that execution is still terminating, but in silent way (no output to IO).&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 03 Jan 2026 19:37:57 GMT</pubDate>
    <dc:creator>foxtran</dc:creator>
    <dc:date>2026-01-03T19:37:57Z</dc:date>
    <item>
      <title>error stop quiet=true generates calls</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-stop-quiet-true-generates-calls/m-p/1732219#M177935</link>
      <description>&lt;P&gt;Considering the following code:&lt;/P&gt;&lt;LI-CODE lang="fortran"&gt;subroutine test_quiet(stat)
  implicit none
  integer :: stat
  if (stat &amp;gt; 0) error stop 1, quiet=.true.
  if (stat == 42) print *, 'unreachable'
end subroutine test_quiet&lt;/LI-CODE&gt;&lt;P&gt;that is compiled as follows:&lt;/P&gt;&lt;LI-CODE lang="bash"&gt;ifx test.f90 -O3 -S&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;the resulting code has `callq &lt;A href="mailto:for_error_stop_quiet@PLT`" target="_blank"&gt;for_error_stop_quiet@PLT`&lt;/A&gt;&amp;nbsp;that can be avoided since&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;&lt;BR /&gt;If QUIET= appears and the &lt;/SPAN&gt;&lt;SPAN&gt;scalar-&lt;/SPAN&gt;&lt;SPAN&gt;logical-expr &lt;/SPAN&gt;&lt;SPAN&gt;has the value true, no output of signaling exceptions or stop code&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;shall be produced&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;from Fortran 2023 Standard (11.4 &lt;SPAN&gt;STOP and ERROR STOP statements)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jan 2026 06:01:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-stop-quiet-true-generates-calls/m-p/1732219#M177935</guid>
      <dc:creator>foxtran</dc:creator>
      <dc:date>2026-01-03T06:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: error stop quiet=true generates calls</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-stop-quiet-true-generates-calls/m-p/1732228#M177936</link>
      <description>&lt;P&gt;Hmm... There is no unreachable call after quiet stop (at IR level), while it should be.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jan 2026 10:04:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-stop-quiet-true-generates-calls/m-p/1732228#M177936</guid>
      <dc:creator>foxtran</dc:creator>
      <dc:date>2026-01-03T10:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: error stop quiet=true generates calls</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-stop-quiet-true-generates-calls/m-p/1732255#M177939</link>
      <description>&lt;P&gt;Sorry, I misread standard. Looks like it states that execution is still terminating, but in silent way (no output to IO).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jan 2026 19:37:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-stop-quiet-true-generates-calls/m-p/1732255#M177939</guid>
      <dc:creator>foxtran</dc:creator>
      <dc:date>2026-01-03T19:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: error stop quiet=true generates calls</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-stop-quiet-true-generates-calls/m-p/1732260#M177940</link>
      <description>&lt;P&gt;That's correct. ERROR STOP always terminates execution - the difference between it and STOP (which also has QUIET=) is that ERROR STOP terminates all images in a coarray application.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jan 2026 20:57:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-stop-quiet-true-generates-calls/m-p/1732260#M177940</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2026-01-03T20:57:08Z</dc:date>
    </item>
  </channel>
</rss>

