<?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 Interesting. I didn't expect in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Enabling-Array-bounds-checking-causes-300-executable-size/m-p/1073503#M119937</link>
    <description>&lt;P&gt;Interesting. I didn't expect that at all, but I can reproduce it. I thought we had dealt with this years ago. Let me check with the developers.&lt;/P&gt;</description>
    <pubDate>Mon, 12 Sep 2016 20:48:48 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2016-09-12T20:48:48Z</dc:date>
    <item>
      <title>Enabling Array bounds checking causes 300% executable size increase</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Enabling-Array-bounds-checking-causes-300-executable-size/m-p/1073500#M119934</link>
      <description>&lt;P&gt;Greetings,&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I notice that when the /check:bounds flag is set the program size increases dramatically (from 9 MB to 22 MB). &amp;nbsp;What can be done to lessen this?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Bryan&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2016 17:10:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Enabling-Array-bounds-checking-causes-300-executable-size/m-p/1073500#M119934</guid>
      <dc:creator>Bryan_H_1</dc:creator>
      <dc:date>2016-09-12T17:10:43Z</dc:date>
    </item>
    <item>
      <title>If you have a lot of array</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Enabling-Array-bounds-checking-causes-300-executable-size/m-p/1073501#M119935</link>
      <description>&lt;P&gt;If you have a lot of array references and multidimensional arrays, that's a lot of checking code, plus inhibited optimizations (assuming enabled) due to branches and more intermediate language. What problem does this cause for you?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2016 17:18:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Enabling-Array-bounds-checking-causes-300-executable-size/m-p/1073501#M119935</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2016-09-12T17:18:06Z</dc:date>
    </item>
    <item>
      <title>Greetings Steve,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Enabling-Array-bounds-checking-causes-300-executable-size/m-p/1073502#M119936</link>
      <description>&lt;P&gt;Greetings Steve,&lt;/P&gt;

&lt;P&gt;Thanks for the quick response! &amp;nbsp;The main issue I am encountering is having to justify to QA why the program size is changing when migrating programs from CVF.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I tested an old Compaq Visual Compiler 6.5 install and the switch to enable array abounds and it only increased it by 30% not 300% like IVF. &amp;nbsp;The new messages are more specific and useful, but at the cost of program size.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; CVF 6.5:&amp;nbsp;forrtl: severe (161): Program Exception - array bounds exceeded&lt;/P&gt;

&lt;P&gt;&amp;nbsp; IVF 16.0:&amp;nbsp;forrtl: severe (408): fort: (2): Subscript #2 of the array SPAN has value 102 which is greater than the upper bound of 101&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Opening up the IVF generated EXE in a text editor I see format statements like: "f&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;ort: (%d): Dummy character variable '%s' has length %ld which is greater than actual variable length %ld" repeated thousands of times. &amp;nbsp;Is this expected? &amp;nbsp;Is there a way to reduce the impact?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Thanks again,&lt;/P&gt;

&lt;P&gt;Bryan&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2016 20:31:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Enabling-Array-bounds-checking-causes-300-executable-size/m-p/1073502#M119936</guid>
      <dc:creator>Bryan_H_1</dc:creator>
      <dc:date>2016-09-12T20:31:22Z</dc:date>
    </item>
    <item>
      <title>Interesting. I didn't expect</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Enabling-Array-bounds-checking-causes-300-executable-size/m-p/1073503#M119937</link>
      <description>&lt;P&gt;Interesting. I didn't expect that at all, but I can reproduce it. I thought we had dealt with this years ago. Let me check with the developers.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2016 20:48:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Enabling-Array-bounds-checking-causes-300-executable-size/m-p/1073503#M119937</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2016-09-12T20:48:48Z</dc:date>
    </item>
    <item>
      <title>Escalated as issue</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Enabling-Array-bounds-checking-causes-300-executable-size/m-p/1073504#M119938</link>
      <description>&lt;P&gt;Escalated as issue&amp;nbsp;DPD200414349. To my mind, this text doesn't belong in the generated code at all. We have a message catalog used for run-time errors (that also gets translated to Japanese.) Thanks for bringing this to our attention.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 20:09:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Enabling-Array-bounds-checking-causes-300-executable-size/m-p/1073504#M119938</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2016-09-13T20:09:13Z</dc:date>
    </item>
    <item>
      <title>It turns out I was mistaken</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Enabling-Array-bounds-checking-causes-300-executable-size/m-p/1073505#M119939</link>
      <description>&lt;P&gt;It turns out I was mistaken when I thought I had reproduced the problem - I didn't notice that we generate two message templates that have different wording. These are created only once per program unit.&lt;/P&gt;

&lt;P&gt;If you have a test case that shows more than one set of texts per program unit (subroutine, function, etc.) please attach it. Otherwise I would suggest that the difference lies elsewhere.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2016 18:49:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Enabling-Array-bounds-checking-causes-300-executable-size/m-p/1073505#M119939</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2016-10-03T18:49:21Z</dc:date>
    </item>
  </channel>
</rss>

