<?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 Thanks - we'll check it out. in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Integer-overflow-ifort-internal-compiler-error/m-p/1023997#M108903</link>
    <description>&lt;P&gt;Thanks - we'll check it out.&lt;/P&gt;</description>
    <pubDate>Wed, 15 Apr 2015 01:00:16 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2015-04-15T01:00:16Z</dc:date>
    <item>
      <title>Integer overflow, ifort internal compiler error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Integer-overflow-ifort-internal-compiler-error/m-p/1023996#M108902</link>
      <description>&lt;P&gt;I am just playing with integer overflow in fortran compilers and have found that this simple "buggy" fortran code causes internal compiler error by ifort on each of the write instruction. Gfortran detects these overflows and shows some "Error: Arithmetic overflow" during compilation.&lt;/P&gt;

&lt;PRE class="brush:fortran;"&gt;program    integer_overflow
implicit none
    write(*,*) -(-2147483647-1)
    write(*,*) 2000000000 + 2000000000
    write(*,*) -2147483647 - 2147483647
    write(*,*) 46341 * 46341
    write(*,*) (-2147483647-1) / -1
end program integer_overflow&lt;/PRE&gt;

&lt;P&gt;With ifort (IFORT) 15.0.2 20150121&lt;/P&gt;

&lt;P&gt;ifort intel_bug.f90 -o intel_bug.x&lt;BR /&gt;
	intel_bug.f90: catastrophic error: **Internal compiler error: floating point exception signal raised**&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2015 11:59:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Integer-overflow-ifort-internal-compiler-error/m-p/1023996#M108902</guid>
      <dc:creator>zmi007</dc:creator>
      <dc:date>2015-04-14T11:59:12Z</dc:date>
    </item>
    <item>
      <title>Thanks - we'll check it out.</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Integer-overflow-ifort-internal-compiler-error/m-p/1023997#M108903</link>
      <description>&lt;P&gt;Thanks - we'll check it out.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2015 01:00:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Integer-overflow-ifort-internal-compiler-error/m-p/1023997#M108903</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2015-04-15T01:00:16Z</dc:date>
    </item>
    <item>
      <title>Escalated as issue</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Integer-overflow-ifort-internal-compiler-error/m-p/1023998#M108904</link>
      <description>&lt;P&gt;Escalated as issue&amp;nbsp;DPD200369228. It's only the last of the expressions that triggers the error, though I would have expected the compiler to complain about the other expressions that overflow.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2015 15:54:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Integer-overflow-ifort-internal-compiler-error/m-p/1023998#M108904</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2015-04-17T15:54:54Z</dc:date>
    </item>
    <item>
      <title> I expect this to be fixed in</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Integer-overflow-ifort-internal-compiler-error/m-p/1023999#M108905</link>
      <description>&lt;P&gt;&amp;nbsp;I expect this to be fixed in update 1 of the 16.0 compiler.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 13:56:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Integer-overflow-ifort-internal-compiler-error/m-p/1023999#M108905</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2015-08-25T13:56:39Z</dc:date>
    </item>
  </channel>
</rss>

