<?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: ifort: “line table parameters mismatch. Cannot emit.” What does it mean? in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-line-table-parameters-mismatch-Cannot-emit-What-does-it/m-p/1443713#M164287</link>
    <description>&lt;P&gt;This is what I was using when that warning occurred. It happened only on macOS. Thank you.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;ifort -warn errors  -auto -no-heap-arrays -stand f03 -standard-semantics -assume norecursion -u -warn all -debug extended -fimplicit-none -traceback -debug-parameters all -fp-stack-check -O1 -ftrapuv -init=snan,array -fpe0 -fpe-all=0 -assume ieee_fpe_flags -fp-trap=divzero,invalid,overflow -c &lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&amp;gt; What setting do you have for debug?&amp;nbsp; Is it used consistently across source files during the build?&amp;nbsp;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;The options are as above. All the options are used on all source files.&amp;nbsp;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&amp;gt; Are you forcing inlining, or controlling inlining?&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;No, unless it is implied by the abovementioned options.&amp;nbsp;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&amp;gt; Do you have INCLUDE statements in the sources?&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;No.&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jan 2023 04:11:19 GMT</pubDate>
    <dc:creator>Zaikun</dc:creator>
    <dc:date>2023-01-04T04:11:19Z</dc:date>
    <item>
      <title>ifort: “line table parameters mismatch. Cannot emit.” What does it mean?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-line-table-parameters-mismatch-Cannot-emit-What-does-it/m-p/1443437#M164266</link>
      <description>&lt;DIV class="cooked"&gt;
&lt;P&gt;With&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;ifort&amp;nbsp;&lt;/SPAN&gt;on macOS, I sometimes encounter “warning: line table parameters mismatch. Cannot emit.” What does this mean? It sounds like an internal warning rather than a warning on my code, is it?&lt;/P&gt;
&lt;P&gt;I do not have a small working example for the moment.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;/DIV&gt;
&lt;SECTION class="post-menu-area clearfix"&gt;&lt;NAV class="post-controls collapsed"&gt;
&lt;DIV class="actions"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/NAV&gt;&lt;/SECTION&gt;</description>
      <pubDate>Tue, 03 Jan 2023 07:57:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-line-table-parameters-mismatch-Cannot-emit-What-does-it/m-p/1443437#M164266</guid>
      <dc:creator>Zaikun</dc:creator>
      <dc:date>2023-01-03T07:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: ifort: “line table parameters mismatch. Cannot emit.” What does it mean?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-line-table-parameters-mismatch-Cannot-emit-What-does-it/m-p/1443536#M164271</link>
      <description>&lt;P&gt;Yes, that would be an internal message unrelated to your code. Someone at Intel would need to comment in more detail.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2023 16:29:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-line-table-parameters-mismatch-Cannot-emit-What-does-it/m-p/1443536#M164271</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2023-01-03T16:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: ifort: “line table parameters mismatch. Cannot emit.” What does it mean?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-line-table-parameters-mismatch-Cannot-emit-What-does-it/m-p/1443611#M164278</link>
      <description>&lt;P&gt;the "line table" is the internal structure we use in debug builds to associate source line information with blocks of code.&amp;nbsp; So it sounds like you have -g or -debug options and for some reason or other the compiler is having trouble mapping code back to source lines.&amp;nbsp; Or source lines + source columns.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What setting do you have for debug?&amp;nbsp; Is it used consistently across source files during the build?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you forcing inlining, or controlling inlining?&lt;/P&gt;
&lt;P&gt;Do you have INCLUDE statements in the sources?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to find any options or directives related to generating debug information.&amp;nbsp; That is what the compiler is complaining about - it's not able to properly create the debug object for your code.&amp;nbsp; It could be for many reasons.&lt;/P&gt;
&lt;P&gt;Try&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-debug extended&amp;nbsp;&lt;/P&gt;
&lt;P&gt;option and see if that helps.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2023 20:55:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-line-table-parameters-mismatch-Cannot-emit-What-does-it/m-p/1443611#M164278</guid>
      <dc:creator>Ron_Green</dc:creator>
      <dc:date>2023-01-03T20:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: ifort: “line table parameters mismatch. Cannot emit.” What does it mean?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-line-table-parameters-mismatch-Cannot-emit-What-does-it/m-p/1443713#M164287</link>
      <description>&lt;P&gt;This is what I was using when that warning occurred. It happened only on macOS. Thank you.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;ifort -warn errors  -auto -no-heap-arrays -stand f03 -standard-semantics -assume norecursion -u -warn all -debug extended -fimplicit-none -traceback -debug-parameters all -fp-stack-check -O1 -ftrapuv -init=snan,array -fpe0 -fpe-all=0 -assume ieee_fpe_flags -fp-trap=divzero,invalid,overflow -c &lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&amp;gt; What setting do you have for debug?&amp;nbsp; Is it used consistently across source files during the build?&amp;nbsp;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;The options are as above. All the options are used on all source files.&amp;nbsp;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&amp;gt; Are you forcing inlining, or controlling inlining?&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;No, unless it is implied by the abovementioned options.&amp;nbsp;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&amp;gt; Do you have INCLUDE statements in the sources?&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;No.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 04:11:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-line-table-parameters-mismatch-Cannot-emit-What-does-it/m-p/1443713#M164287</guid>
      <dc:creator>Zaikun</dc:creator>
      <dc:date>2023-01-04T04:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: ifort: “line table parameters mismatch. Cannot emit.” What does it mean?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-line-table-parameters-mismatch-Cannot-emit-What-does-it/m-p/1445377#M164384</link>
      <description>&lt;P&gt;one by one, remove and test without&lt;/P&gt;
&lt;P&gt;-debug-parameters all&lt;/P&gt;
&lt;P&gt;then if it's still failing, replace&lt;/P&gt;
&lt;P&gt;-debug extended&lt;/P&gt;
&lt;P&gt;with&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-g&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 15:04:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-line-table-parameters-mismatch-Cannot-emit-What-does-it/m-p/1445377#M164384</guid>
      <dc:creator>Ron_Green</dc:creator>
      <dc:date>2023-01-10T15:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: ifort: “line table parameters mismatch. Cannot emit.” What does it mean?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-line-table-parameters-mismatch-Cannot-emit-What-does-it/m-p/1445995#M164425</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;SPAN class="lia-mentions-gte-v2-autocomplete"&gt;&lt;SPAN class="lia-mentions-gte-v2-trigger" contenteditable="false"&gt;@&lt;/SPAN&gt;&lt;SPAN class="lia-mentions-search-term"&gt;Ron_Green. I will try.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 07:54:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-line-table-parameters-mismatch-Cannot-emit-What-does-it/m-p/1445995#M164425</guid>
      <dc:creator>Zaikun</dc:creator>
      <dc:date>2023-01-12T07:54:26Z</dc:date>
    </item>
  </channel>
</rss>

