<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated on Sat, 07 Nov 2009 23:14:05 -0800 -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <atom:link href="http://software.intel.com/en-us/articles/intel-fortran-compiler-for-mac-os-x-kb/type/software-defects/feed/" rel="self" type="application/rss+xml" />
    <title>Intel Software Network articles feed</title>
    <link>http://software.intel.com/en-us/articles/intel-fortran-compiler-for-mac-os-x-kb/software-defects/</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>ld: symbol(s) not found when linking library containing no executable functions</title>
      <description><![CDATA[ <br />
<div id="art_pre_template"><strong>Reference Number : </strong>dpd200045548<br /><br /><br /><strong>Version :</strong> 10.1, 11.0, 11.1<br /><br /><br /><strong>Product : </strong>Intel Fortran Compiler <br /><br /><br /><strong>Operating System :</strong> Mac OS X<br /><br /><br /><strong>Problem Description :</strong>  If a library built with ar contains objects with Fortran module data but no executable functions, the symbols corresponding to the module data may not be resolved when an object referencing them is linked against the library. The symbols are present: the compiler generates a common symbol (C), e.g.<br />0000000000000050 C _module_modname_mp_varname_<br />but the linker does not realize that it needs to link the corresponding object.<br /><br /><br /><strong>Resolution Status :</strong> This issue may be fixed in a future version of the compiler.<br />It may be worked around by adding -fno-common to the compiler (not linker) options. This will cause symbols such as the above to be placed in the text section instead of the common section, and the linker will then pick them up.<br /><br /><br /><br /><i>[DISCLAIMER: The information on this web site is intended for hardware system manufacturers and software developers. Intel does not warrant the accuracy, completeness or utility of any information on this site. Intel may make changes to the information or the site at any time without notice. Intel makes no commitment to update the information at this site. ALL INFORMATION PROVIDED ON THIS WEBSITE IS PROVIDED "as is" without any express, implied, or statutory warranty of any kind including but not limited to warranties of merchantability, non-infringement of intellectual property, or fitness for any particular purpose. Independent companies manufacture the third-party products that are mentioned on this site. Intel is not responsible for the quality or performance of third-party products and makes no representation or warranty regarding such products. The third-party supplier remains solely responsible for the design, manufacture, sale and functionality of its products. Intel and the Intel logo are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries. *Other names and brands may be claimed as the property of others.]</i></div> ]]></description>
      <link>http://software.intel.com/en-us/articles/ld-symbols-not-found-when-linking-library-containing-no-executable-functions</link>
      <pubDate>Thu, 05 Nov 2009 17:45:51 -0800</pubDate>
      <comments>http://software.intel.com/en-us/articles/ld-symbols-not-found-when-linking-library-containing-no-executable-functions#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/ld-symbols-not-found-when-linking-library-containing-no-executable-functions</guid>
      <category>Intel® Fortran Compiler for Mac OS X* Knowledge Base</category>
    </item>
    <item>
      <title>Intel Fortran Compiler 11.1 Release Notes</title>
      <description><![CDATA[ This page provides the current Installation Guide and Release Notes for the Intel® Fortran Compiler products. All files are in PDF format - <a target="_blank" href="http://www.adobe.com/go/EN_US-H-GET-READER">Adobe Reader* </a>(or compatible) required.  Japanese translations are provided at even-numbered updates.<br /><br />11.1 Update 3, October 2009<br /><br />Intel® Fortran Compiler Professional Edition for Linux*<br /> 
<ul>
<li><a href="http://software.intel.com/file/23254">English</a></li>
</ul>
Intel® Fortran Compiler Professional Edition for Mac OS X*<br /> 
<ul>
<li><a href="http://software.intel.com/file/23255">English</a></li>
</ul>
Intel® Visual Fortran Compiler Professional Edition for Windows*<br /> 
<ul>
<li><a href="http://software.intel.com/file/23257">English</a></li>
</ul>
<br />11.1 Update 2 (Revised), October 2009<br /><br />Intel® Visual Fortran Compiler Professional Edition for Windows*<br /> 
<ul>
<li><a href="http://software.intel.com/file/22885">English</a> </li>
</ul>
<br />11.1 Update 2, September 2009<br /><br />Intel® Fortran Compiler Professional Edition for Linux*<br /> 
<ul>
<li><a href="http://software.intel.com/file/22125">English</a></li>
<li><a href="http://software.intel.com/file/22126">Japanese</a></li>
</ul>
Intel® Fortran Compiler Professional Edition for Mac OS X*<br /> 
<ul>
<li><a href="http://software.intel.com/file/22128">English</a></li>
</ul>
Intel® Visual Fortran Compiler Professional Edition for Windows*<br /> 
<ul>
<li><a href="http://software.intel.com/file/22131">English</a></li>
<li><a href="http://software.intel.com/file/22132">Japanese</a></li>
</ul>
For questions or technical support, visit <a target="_blank" href="http://software.intel.com/sites/support/">Intel® Software Developer Support</a> ]]></description>
      <link>http://software.intel.com/en-us/articles/intel-fortran-compiler-111-release-notes</link>
      <pubDate>Thu, 22 Oct 2009 12:49:09 -0700</pubDate>
      <comments>http://software.intel.com/en-us/articles/intel-fortran-compiler-111-release-notes#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/intel-fortran-compiler-111-release-notes</guid>
      <category>Intel® Fortran Compiler for Linux* Knowledge Base</category>
      <category>Intel® Fortran Compiler for Mac OS X* Knowledge Base</category>
      <category>Intel® Visual Fortran Compiler for Windows* Knowledge Base</category>
    </item>
    <item>
      <title>Incorrect padding added for SEQUENCE or BIND(C) type with UNION</title>
      <description><![CDATA[ <br />
<div id="art_pre_template"><b>Reference Number : </b>DPD200138527<br /><br /><br /><b>Version : </b>11.1<br /><br /><br /><b>Product : </b>Intel® Fortran Compiler<br /><br /><br /><b>Operating System : </b>All<br /><br />
<p><b>Problem Description : </b>If a derived type is declared containing a UNION, and the type is a SEQUENCE type or is interoperable (BIND(C)), and the UNION contains a misaligned field, the compiler incorrectly adds padding bytes before each misaligned field.</p>
<p>UNION is an extension to the Fortran standard, supported by Intel Fortran, that allows the declaration of overlapping sets of derived type components. A SEQUENCE type is a derived type containing the SEQUENCE keyword. The Fortran standard specifies that components of a SEQUENCE type may not be rearranged by the compiler; in Intel Fortran, SEQUENCE types do not, by default, have alignment padding added before misaligned components. (This can be overridden with the "align sequence" option.) Lastly, an interoperable derived type, declared with the BIND(C) specifier, is required to have its components laid out exactly as the companion C processor would do it - this may involve padding if the C processor would pad by default.</p>
<p>Consider the following declaration:</p>
<pre name="code" class="plain">type :: mytype<br />  sequence<br />  integer(2) f1<br />  union<br />   map<br />     integer(2) xa1<br />     integer(4) xa2<br />     integer(2) xa3<br />     integer(4) xa4<br />   end map<br />   map<br />     integer(4) xb1<br />     integer(2) xb2<br />     integer(4) xb3<br />     integer(2) xb4<br />   end map<br />  end union<br />end type mytype</pre>
<p>Because the first component, f1, is two bytes long, the UNION starts at offset 2. (Remember that SEQUENCE disables padding in Intel Fortran.) This would make components xa1 and xb1 begin at offset 2, causing xb1 to be misaligned, since 2 is not an integral multiple of its size, 4. Components xa2 and xa3 are naturally aligned and should begin at offsets 4 and 8.  xb2 is misaligned at offset 6.</p>
<p>Because of a defect, the compiler incorrectly inserts padding before each misaligned variable inside the UNION.  The following table shows the offsets for each component, with and without the defect:</p>
<table border="0" cellspacing="5">
<tbody>
<tr>
<th>Component</th><th>With Defect</th><th>Correct</th>
</tr>
<tr>
<td>f1</td>
<td>0</td>
<td>0</td>
</tr>
<tr>
<td>xa1</td>
<td>4</td>
<td>2</td>
</tr>
<tr>
<td>xa2</td>
<td>8</td>
<td>4</td>
</tr>
<tr>
<td>xa3</td>
<td>12</td>
<td>8</td>
</tr>
<tr>
<td>xa4</td>
<td>16</td>
<td>10</td>
</tr>
<tr>
<td>xb1</td>
<td>4</td>
<td>2</td>
</tr>
<tr>
<td>xb2</td>
<td>8</td>
<td>6</td>
</tr>
<tr>
<td>xb3</td>
<td>12</td>
<td>8</td>
</tr>
<tr>
<td>xb4</td>
<td>16</td>
<td>12</td>
</tr>
<tr>
<td>f2</td>
<td>20</td>
<td>14</td>
</tr>
</tbody>
</table>
<p>Note that f2 is (correctly) misaligned in both cases, and that xb4 received an additional two bytes of padding - the inappropriate padding happens only within the UNION.</p>
<p><b>Resolution Status : </b>This error will be corrected in a future compiler update.  As a workaround, enclose the TYPE declaration in the following directives:</p>
<p> </p>
<pre name="code" class="plain">!DEC$ OPTIONS /NOALIGN /NOWARN<br />... TYPE goes here<br />!DEC$ END OPTIONS</pre>
You can also compile with the "noalign" compiler option.
<p> </p>
<p><i>[DISCLAIMER: The information on this web site is intended for hardware system manufacturers and software developers.  Intel does not warrant the accuracy, completeness or utility of any information on this site. Intel may make changes to the information or the site at any time without notice. Intel makes no commitment to update the information at this site.  ALL INFORMATION PROVIDED ON THIS WEBSITE IS PROVIDED "as is" without any express, implied, or statutory warranty of any kind including but not limited to warranties of merchantability, non-infringement of intellectual property, or fitness for any particular purpose.  Independent companies manufacture the third-party products that are mentioned on this site. Intel is not responsible for the quality or performance of third-party products and makes no representation or warranty regarding such products. The third-party supplier remains solely responsible for the design, manufacture, sale and functionality of its products. Intel and the Intel logo are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries. *Other names and brands may be claimed as the property of others.]</i></p>
</div> ]]></description>
      <link>http://software.intel.com/en-us/articles/incorrect-padding-added-sequence-bindc-type-with-union</link>
      <pubDate>Fri, 16 Oct 2009 12:19:30 -0700</pubDate>
      <comments>http://software.intel.com/en-us/articles/incorrect-padding-added-sequence-bindc-type-with-union#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/incorrect-padding-added-sequence-bindc-type-with-union</guid>
      <category>Intel® Fortran Compiler for Linux* Knowledge Base</category>
      <category>Intel® Fortran Compiler for Mac OS X* Knowledge Base</category>
      <category>Intel® Visual Fortran Compiler for Windows* Knowledge Base</category>
    </item>
    <item>
      <title>Run-Time Error 408 when optional character argument omitted</title>
      <description><![CDATA[ <div id="art_pre_template"><b>Reference Number : </b>DPD200140203<br /><br /><br /><b>Version : </b>11.1<br /><br /><br /><b>Operating System : </b>All<br /><br /><br /><b>Problem Description : </b>The following program has a routine "wrapper" that accepts an optional character argument "s" where "s" is declared with a fixed length.  It then passes "s" to a second routine where the argument is also declared as optional.  The main program calls "wrapper" with the argument omitted.<br /><br />
<pre name="code" class="plain">program omitted<br /><br />call wrapper<br /><br />contains<br /><br />subroutine wrapper (s)<br />character(10), optional :: s<br /><br />call doit (s)<br />end subroutine wrapper<br /><br />subroutine doit (s)<br />character(10), optional :: s<br /><br />if (present(s)) then<br />  print *, s<br />else<br />  print *, 'S not passed'<br />end if<br />end subroutine doit<br />end program omitted</pre>
<br />When the program is compiled with bounds checking enabled (/check:bounds on Windows*, -check bounds on Linux* and Mac OS*), the program gets an inappropriate run-time error similar to the following:<br /><br />forrtl: severe (408): fort: (18): Dummy character variable 'S' has length 10 which is greater then actual variable length 0<br /><br /><br /><b>Resolution Status : </b>This issue will be resolved in a future update to the Intel Fortran compiler.  A workaround is to declare the dummy argument in the "wrapper" routine as CHARACTER(*) rather than with a fixed length.  This is a preferred coding style as using a fixed length can lead to unexpected run-time behavior if the actual argument is too small.<br /><br /><br /><br /><i>[DISCLAIMER: The information on this web site is intended for hardware system manufacturers and software developers.  Intel does not warrant the accuracy, completeness or utility of any information on this site. Intel may make changes to the information or the site at any time without notice. Intel makes no commitment to update the information at this site.  ALL INFORMATION PROVIDED ON THIS WEBSITE IS PROVIDED "as is" without any express, implied, or statutory warranty of any kind including but not limited to warranties of merchantability, non-infringement of intellectual property, or fitness for any particular purpose.  Independent companies manufacture the third-party products that are mentioned on this site. Intel is not responsible for the quality or performance of third-party products and makes no representation or warranty regarding such products. The third-party supplier remains solely responsible for the design, manufacture, sale and functionality of its products. Intel and the Intel logo are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries. *Other names and brands may be claimed as the property of others.]</i></div> ]]></description>
      <link>http://software.intel.com/en-us/articles/run-time-error-408-when-optional-character-argument-omitted</link>
      <pubDate>Mon, 05 Oct 2009 13:24:37 -0700</pubDate>
      <comments>http://software.intel.com/en-us/articles/run-time-error-408-when-optional-character-argument-omitted#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/run-time-error-408-when-optional-character-argument-omitted</guid>
      <category>Intel® Fortran Compiler for Linux* Knowledge Base</category>
      <category>Intel® Fortran Compiler for Mac OS X* Knowledge Base</category>
      <category>Intel® Visual Fortran Compiler for Windows* Knowledge Base</category>
    </item>
    <item>
      <title>Intel Debugger fails to install on Mac Pro with Quad-Core Intel Xeon 5500 series processor and Intel Xeon 3500 series processor </title>
      <description><![CDATA[ <br />
<div id="art_pre_template"><b>Version : </b><br />All C++/Fortran compiler versions up to 11.1.058.<br /><br /><b>Operating System : </b><br />Mac OS X<br /><br /><b>Problem Description : </b><br /><br />Intel(r) Debugger fails to install on Mac Pro with Quad-Core Intel Xeon 5500 series processor and Quad-Core Intel Xeon 3500 series processor.  After installation of the compiler product, Intel Debugger (idb) is not found.  <br /><br /><b>Resolution Status : </b><br /><br />This issue will be resolved in the next product update.<br /><br /><br /><i>[DISCLAIMER: The information on this web site is intended for hardware system manufacturers and software developers. Intel does not warrant the accuracy, completeness or utility of any information on this site. Intel may make changes to the information or the site at any time without notice. Intel makes no commitment to update the information at this site. ALL INFORMATION PROVIDED ON THIS WEBSITE IS PROVIDED "as is" without any express, implied, or statutory warranty of any kind including but not limited to warranties of merchantability, non-infringement of intellectual property, or fitness for any particular purpose. Independent companies manufacture the third-party products that are mentioned on this site. Intel is not responsible for the quality or performance of third-party products and makes no representation or warranty regarding such products. The third-party supplier remains solely responsible for the design, manufacture, sale and functionality of its products. Intel and the Intel logo are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries. *Other names and brands may be claimed as the property of others.]</i></div> ]]></description>
      <link>http://software.intel.com/en-us/articles/intelr-debugger-failed-to-install-on-mac-pro-with-quad-core-intel-xeon-processor</link>
      <pubDate>Fri, 04 Sep 2009 11:35:32 -0700</pubDate>
      <comments>http://software.intel.com/en-us/articles/intelr-debugger-failed-to-install-on-mac-pro-with-quad-core-intel-xeon-processor#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/intelr-debugger-failed-to-install-on-mac-pro-with-quad-core-intel-xeon-processor</guid>
      <category>Intel® C++ Compiler for Mac OS X* Knowledge Base</category>
      <category>Intel® Fortran Compiler for Mac OS X* Knowledge Base</category>
    </item>
    <item>
      <title>Intel® Fortran and C++ compilers – Invalid option -i turns on incremental linking on Linux</title>
      <description><![CDATA[ <br />
<div id="art_pre_template"><span class="sectionHeadingText">Reference Number :</span> DPD200138822<br /><br /><br /><span class="sectionHeadingText">Version :</span> 10.1, 11.0, 11.1<br /><br /><br /><span class="sectionHeadingText">Operating System :</span> Linux*, Mac OS X* / IA-32, Intel® 64, IA-64<br /><br /><br /><span class="sectionHeading"><b>Problem Description : </b><br /></span><br />Both the Intel Fortran and C++ compilers for Mac OS and Linux quietly ignore the invalid option <strong>-i</strong> and pass it to the linker.<br /><br />The effect is harmless on Mac OS because the linker (ld) does not support the <strong>-i</strong> option.<br /><br />For example:<br /><br />
<blockquote>$ ifort -V -i sample.f90<br />Intel(R) Fortran Intel(R) 64 Compiler Professional for applications running on Intel(R) 64, Version 11.1 Build 20090511 Package ID: m_cprof_p_11.1.046<br />Copyright (C) 1985-2009 Intel Corporation. All rights reserved.<br /><strong>ld: unknown option: -i</strong></blockquote>
<br />The effect is not harmless on Linux where both compiler driver's (icc, ifort) quietly passing the option to the linker (ld) turns on incremental linking. Incremental linking produces a non-executable <strong>LSB relocatable</strong> file and not a <strong>LSB executable</strong> file. <br /><br />Because the incremental linking is done quietly it leads to user confusion when trying to execute the non-executable <strong>LSB relocatable</strong> file. The attempt to execute the resulting file results in a "Permission denied" error.<br /><br />The demonstration below shows how the invalid -i option leads to this confusing situation and error.<br /><br />
<blockquote>$ <strong>ifort</strong> sample.f90 -o sample<br /><br />$ file sample<br />sample: ELF 64-bit <strong>LSB executable</strong>, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), for GNU/Linux 2.6.9, not stripped<br /><br />$ <strong>ifort</strong> -i sample.f90 -o sample<br /><br />$ file sample<br />sample: ELF 64-bit <strong>LSB relocatable</strong>, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.6.9, not stripped<br /><br />$ ./sample<br />-bash: ./sample: Permission denied<br /><br /><br />$ <strong>icc</strong> sample.c -o sample<br /><br />$ file sample<br />sample: ELF 64-bit <strong>LSB executable</strong>, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), for GNU/Linux 2.6.9, not stripped<br /><br />$ <strong>icc</strong> -i sample.c -o sample<br /><br />$ file sample<br />sample: ELF 64-bit <strong>LSB relocatable</strong>, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.6.9, not stripped<br /><br />$ ./sample<br />-bash: ./sample: Permission denied</blockquote>
<br /><br /><strong class="sectionHeadingText">Resolution Status :</strong> This is a known issue that will be fixed in a future release. Since <strong>-i</strong> is not a valid Intel compiler option, correcting or removing the option will resolve the issue.<br /><br /><br /><br /><i>[DISCLAIMER: The information on this web site is intended for hardware system manufacturers and software developers. Intel does not warrant the accuracy, completeness or utility of any information on this site. Intel may make changes to the information or the site at any time without notice. Intel makes no commitment to update the information at this site. ALL INFORMATION PROVIDED ON THIS WEBSITE IS PROVIDED "as is" without any express, implied, or statutory warranty of any kind including but not limited to warranties of merchantability, non-infringement of intellectual property, or fitness for any particular purpose. Independent companies manufacture the third-party products that are mentioned on this site. Intel is not responsible for the quality or performance of third-party products and makes no representation or warranty regarding such products. The third-party supplier remains solely responsible for the design, manufacture, sale and functionality of its products. Intel and the Intel logo are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries. *Other names and brands may be claimed as the property of others.]</i></div> ]]></description>
      <link>http://software.intel.com/en-us/articles/invalid-option-i-turns-on-incremental-linking-on-linux</link>
      <pubDate>Thu, 13 Aug 2009 08:44:07 -0700</pubDate>
      <comments>http://software.intel.com/en-us/articles/invalid-option-i-turns-on-incremental-linking-on-linux#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/invalid-option-i-turns-on-incremental-linking-on-linux</guid>
      <category>Intel® C++ Compiler for Linux* Knowledge Base</category>
      <category>Intel® C++ Compiler for Mac OS X* Knowledge Base</category>
      <category>Intel® Fortran Compiler for Linux* Knowledge Base</category>
      <category>Intel® Fortran Compiler for Mac OS X* Knowledge Base</category>
    </item>
    <item>
      <title>Intel® Fortran compiler – Option -extend-source not ignored for .F90 source files</title>
      <description><![CDATA[ <br />
<div id="art_pre_template"><strong class="sectionHeadingText">Reference Number :</strong> DPD200138566<br /><br /><br /><strong class="sectionHeadingText">Version :</strong> 11.0, 11.1<br /><br /><br /><strong class="sectionHeadingText">Operating System :</strong> Linux*, Mac OS X* / IA-32, Intel® 64, IA-64<br /><br /><br /><b class="sectionHeading">Problem Description : </b><br /><br />Beginning with the 11.x release, the Intel Fortran compiler does not correctly ignore the <strong>-extend-source</strong> (and other variants) for free-form source files named with the .F90 extension. The option is correctly ignored for source files named with the lower-case .f90 extension.<br /><br />The mishandling of the option will cause erroneous syntax errors for any Fortran source statement that extends beyond the designated statement field length specified with the <strong>-extend-source</strong> option.<br /><br />The example below demonstrates the extraneous errors issued when using <strong>-extend-source 132</strong> with the sample program containing an OPEN statement extending beyond 132 characters.<br /><br />Given the following sample.F90 source:<br /><br />
<pre name="code" class="plain">program sample

open(unit=10,file='/hardware/temporary/model/simulation/version/9.999/xray/store/detection/reflection/fulltrace/resolution/images7654.txt',status='replace',iostat=ios_100)

if(ios_100/=0) then
   print *,"File open failed"
endif

end</pre>
<br /><br />
<blockquote>$ ifort -V -c -extend-source 132 sample.F90<br />Intel(R) Fortran Intel(R) 64 Compiler Professional for applications running on Intel(R) 64, Version 11.1 Build 20090630 Package ID: l_cprof_p_11.1.046<br />Copyright (C) 1985-2009 Intel Corporation. All rights reserved.<br /><br />Intel(R) Fortran 11.1-2536<br />sample.F90(3): error #5120: Unterminated character constant<br />open(unit=10,file='/hardware/temporary/model/simulation/version/9.999/xray/store/detection/reflection/fulltrace/resolution/images76&amp;<br />------------------^<br />sample.F90(4): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ) ,<br />&amp;5<br />--^<br />compilation aborted for sample.F90 (code 1)</blockquote>
<br /><br /><span class="sectionHeadingText"><strong>Resolution Status :</strong> </span>This is a known issue that will be fixed in a future release. Since <strong>-extend-source</strong> is not intended to apply to free-form source files, to work around this current defect simply avoid usage with any .F90 source files.<br /><br /><br /><i>[DISCLAIMER: The information on this web site is intended for hardware system manufacturers and software developers. Intel does not warrant the accuracy, completeness or utility of any information on this site. Intel may make changes to the information or the site at any time without notice. Intel makes no commitment to update the information at this site. ALL INFORMATION PROVIDED ON THIS WEBSITE IS PROVIDED "as is" without any express, implied, or statutory warranty of any kind including but not limited to warranties of merchantability, non-infringement of intellectual property, or fitness for any particular purpose. Independent companies manufacture the third-party products that are mentioned on this site. Intel is not responsible for the quality or performance of third-party products and makes no representation or warranty regarding such products. The third-party supplier remains solely responsible for the design, manufacture, sale and functionality of its products. Intel and the Intel logo are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries. *Other names and brands may be claimed as the property of others.]</i></div> ]]></description>
      <link>http://software.intel.com/en-us/articles/extend-source-not-ignored-for-f90-source-file</link>
      <pubDate>Tue, 04 Aug 2009 11:04:04 -0700</pubDate>
      <comments>http://software.intel.com/en-us/articles/extend-source-not-ignored-for-f90-source-file#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/extend-source-not-ignored-for-f90-source-file</guid>
      <category>Intel® Fortran Compiler for Linux* Knowledge Base</category>
      <category>Intel® Fortran Compiler for Mac OS X* Knowledge Base</category>
    </item>
    <item>
      <title>Internal Compiler Error</title>
      <description><![CDATA[ <!--page break--> 
<hr />
<div class="sectionHeading">Problem Description</div>
<p>A compilation fails with a message similar to one of the following:</p>
<blockquote>example.c(22): internal error: <br /><br />Please visit 'http://www.intel.com/software/products/support' for assistance.<br /><br />[ Aborting due to internal error. ]<br /><br />compilation aborted for example.c (code 1) <br /></blockquote>
<p> </p>
<p>or</p>
<blockquote>catastrophic error: **Internal compiler error: internal abort** <br /><br />Please report this error along with the circumstances in which it occurred in a Software Problem Report. <br /><br />Note: File and line given may not be explicit cause of this error.<br /><br />compilation aborted for example.f90 (code 3)<br /></blockquote>
<p> </p>
<!--page break--> 
<hr />
<div class="sectionHeading">Explanation</div>
<p>This message usually indicates a compiler defect.</p>
<p>Please report the problem to Intel through the <a href="http://software.intel.com/en-us/forums/">Intel® Software Network Forums</a> or <a href="https://premier.intel.com/">Intel® Premier Support</a> (support license and registration required). You will need to supply a test case along with a list of the compile options used and the exact compiler version that shows the problem. If you are not using a current compiler version, try the most recent version available to you as the error may have already been corrected.</p>
<p>Please note that this message is generic in nature and does not have a single cause nor solution. Providing a test case that reproduces the error is the only way to get a precise analysis of the problem.</p>
<p>In some, but not all, cases, you can work around the error by reducing the optimization level. You may find it helpful to try compiling with fewer switches to see if you can find one that, when removed, eliminates the error. It is also helpful to remove or comment out portions of the source file to see if you can isolate the line or lines that trigger the problem. The smaller the test case, the easier it will be for Intel to resolve the problem.</p>
<p> </p>
<p> </p>
<p> </p>
<p><i>[DISCLAIMER: The information on this web site is intended for hardware system manufacturers and software developers. Intel does not warrant the accuracy, completeness or utility of any information on this site. Intel may make changes to the information or the site at any time without notice. Intel makes no commitment to update the information at this site. ALL INFORMATION PROVIDED ON THIS WEBSITE IS PROVIDED "as is" without any express, implied, or statutory warranty of any kind including but not limited to warranties of merchantability, non-infringement of intellectual property, or fitness for any particular purpose. Independent companies manufacture the third-party products that are mentioned on this site. Intel is not responsible for the quality or performance of third-party products and makes no representation or warranty regarding such products. The third-party supplier remains solely responsible for the design, manufacture, sale and functionality of its products. Intel and the Intel logo are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries. *Other names and brands may be claimed as the property of others.]</i></p>
<p> </p> ]]></description>
      <link>http://software.intel.com/en-us/articles/internal-compiler-error</link>
      <pubDate>Thu, 02 Jul 2009 10:24:50 -0700</pubDate>
      <comments>http://software.intel.com/en-us/articles/internal-compiler-error#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/internal-compiler-error</guid>
      <category>Intel® C++ Compiler for Linux* Knowledge Base</category>
      <category>Intel® C++ Compiler for Mac OS X* Knowledge Base</category>
      <category>Intel® C++ Compiler for Windows* Knowledge Base</category>
      <category>Intel® Fortran Compiler for Linux* Knowledge Base</category>
      <category>Intel® Fortran Compiler for Mac OS X* Knowledge Base</category>
      <category>Intel® Parallel Composer Knowledge Base</category>
      <category>Intel® Visual Fortran Compiler for Windows* Knowledge Base</category>
    </item>
    <item>
      <title>Syntax error for array constructor with datatype keyword value</title>
      <description><![CDATA[ <br />
<div id="art_pre_template"><strong>Reference Number : </strong>DPD200111543<br /><br /><br /><strong>Version : </strong>11.0<br /><br /><br /><strong>Operating System : </strong>All<br /><br /><br /><strong>Problem Description : </strong>The compiler gives a syntax error for an array constructor of the form:<br /><br /><code>(/parameter-name/)</code><br /><br />where <em>parameter-name</em> is a PARAMETER constant that has the same name as a datatype keyword (BYTE, INTEGER, REAL, COMPLEX, etc.)  For example:<br /><br />
<pre name="code" class="cpp">INTEGER, PARAMETER :: BYTE = 123<br />INTEGER IA(1)<br />IA = (/BYTE/)<br />END</pre>
When compiled, this gives an error such as:<br /><br />example.f90(3): error #5082: Syntax error, found ')' when expecting one of: ( &lt;IDENTIFIER&gt; &lt;CHAR_CON_KIND_PARAM&gt; &lt;CHAR_NAM_KIND_PARAM&gt; &lt;CHARACTER_CONSTANT&gt; &lt;INTEGER_CONSTANT&gt; ...<br />IA = (/BYTE/)<br />------------^<br /><br /><br /><strong>Resolution Status : </strong>This problem is fixed in the January 2009 product update.  A workaround is to use the Fortran 2003 array constructor syntax:<br /><br /><code>[parameter-name]</code><br /><br />instead.<br /><br /><br /><br /><em>[DISCLAIMER: The information on this web site is intended for hardware system manufacturers and software developers.  Intel does not warrant the accuracy, completeness or utility of any information on this site. Intel may make changes to the information or the site at any time without notice. Intel makes no commitment to update the information at this site.  ALL INFORMATION PROVIDED ON THIS WEBSITE IS PROVIDED "as is" without any express, implied, or statutory warranty of any kind including but not limited to warranties of merchantability, non-infringement of intellectual property, or fitness for any particular purpose.  Independent companies manufacture the third-party products that are mentioned on this site. Intel is not responsible for the quality or performance of third-party products and makes no representation or warranty regarding such products. The third-party supplier remains solely responsible for the design, manufacture, sale and functionality of its products. Intel and the Intel logo are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries. *Other names and brands may be claimed as the property of others.]</em></div> ]]></description>
      <link>http://software.intel.com/en-us/articles/syntax-error-array-constructor-datatype-keyword-value</link>
      <pubDate>Mon, 18 May 2009 11:04:35 -0700</pubDate>
      <comments>http://software.intel.com/en-us/articles/syntax-error-array-constructor-datatype-keyword-value#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/syntax-error-array-constructor-datatype-keyword-value</guid>
      <category>Intel® Fortran Compiler for Linux* Knowledge Base</category>
      <category>Intel® Fortran Compiler for Mac OS X* Knowledge Base</category>
      <category>Intel® Visual Fortran Compiler for Windows* Knowledge Base</category>
    </item>
    <item>
      <title>FLUSH on unopened file gives error 707</title>
      <description><![CDATA[ <br />
<div id="art_pre_template"><strong>Reference Number : DPD200027325</strong><br /><br /><br /><strong>Version : 10.1, 11.0</strong><br /><br /><br /><strong>Operating System : All</strong><br /><br /><br /><strong>Problem Description :</strong> If a FLUSH statement is executed and there is no file open on the specified unit, an error occurs as follows:<br /><br />forrtl: severe (707): FLUSH: Unit 3 is not connected<br /><br />The correct behavior would be that this operation has no effect.<br /><br /><strong>Resolution Status :</strong> This problem will be corrected in a future version of Intel Fortran Compiler. As a workaround, avoid executing FLUSH statements on units that are not open.  You can use the INQUIRE statement to test whether or not a unit is open.<br /><br /><br /><em>[DISCLAIMER: The information on this web site is intended for hardware system manufacturers and software developers. Intel does not warrant the accuracy, completeness or utility of any information on this site. Intel may make changes to the information or the site at any time without notice. Intel makes no commitment to update the information at this site. ALL INFORMATION PROVIDED ON THIS WEBSITE IS PROVIDED "as is" without any express, implied, or statutory warranty of any kind including but not limited to warranties of merchantability, non-infringement of intellectual property, or fitness for any particular purpose. Independent companies manufacture the third-party products that are mentioned on this site. Intel is not responsible for the quality or performance of third-party products and makes no representation or warranty regarding such products. The third-party supplier remains solely responsible for the design, manufacture, sale and functionality of its products. Intel and the Intel logo are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries. *Other names and brands may be claimed as the property of others.]</em></div> ]]></description>
      <link>http://software.intel.com/en-us/articles/flush-on-unopened-file-gives-error-707</link>
      <pubDate>Thu, 15 Jan 2009 12:31:17 -0800</pubDate>
      <comments>http://software.intel.com/en-us/articles/flush-on-unopened-file-gives-error-707#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/flush-on-unopened-file-gives-error-707</guid>
      <category>Intel® Fortran Compiler for Linux* Knowledge Base</category>
      <category>Intel® Fortran Compiler for Mac OS X* Knowledge Base</category>
      <category>Intel® Visual Fortran Compiler for Windows* Knowledge Base</category>
    </item>
  </channel></rss>