<?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 error #6405: The same named entity from different modules and/o in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-6405-The-same-named-entity-from-different-modules-and-or/m-p/769540#M21871</link>
    <description>Ok, this sounds familiar - we fixed a bug like this in the first 12.0 update. Which version are you using?</description>
    <pubDate>Thu, 18 Aug 2011 14:36:19 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2011-08-18T14:36:19Z</dc:date>
    <item>
      <title>error #6405: The same named entity from different modules and/or program units cannot be referenced.   [A120]</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-6405-The-same-named-entity-from-different-modules-and-or/m-p/769536#M21867</link>
      <description>&lt;SPAN style="font-size: xx-small;"&gt;&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I am getting the following error message:&lt;BR /&gt;&lt;BR /&gt;error #6405: The same named entity from different modules and/or program units cannot be referenced. [A120]&lt;BR /&gt;&lt;BR /&gt;However, A120 is in a separate source file (not in a module) and is defined only once in the program.&lt;BR /&gt;&lt;BR /&gt;A120 is called from a subroutine E25 andan INTERFACE block is created in E25. &lt;BR /&gt;FP in the INTERFACE block is an integer with value 4 which isdefined in ERR_HAND. Since ERR_HAND is also used insubroutine E25, Itried to remove USE ERR_HAND form the INTERFACE block, but that didn't work.&lt;BR /&gt;&lt;BR /&gt;I am bit confused. Any suggestions?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Walter Kramer&lt;BR /&gt;&lt;BR /&gt; INTERFACE&lt;BR /&gt; REAL(FP) FUNCTION A120(TAT,ZTU)&lt;BR /&gt; USE ERR_HAND&lt;BR /&gt; IMPLICIT NONE&lt;BR /&gt; REAL(FP), INTENT(IN) :: TAT&lt;BR /&gt; CHARACTER(ISP), INTENT(IN) :: ZTU&lt;BR /&gt; END FUNCTION&lt;BR /&gt; END INTERFACE&lt;/P&gt;&lt;/SPAN&gt;</description>
      <pubDate>Wed, 17 Aug 2011 20:08:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-6405-The-same-named-entity-from-different-modules-and-or/m-p/769536#M21867</guid>
      <dc:creator>kramer__walter</dc:creator>
      <dc:date>2011-08-17T20:08:55Z</dc:date>
    </item>
    <item>
      <title>error #6405: The same named entity from different modules and/o</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-6405-The-same-named-entity-from-different-modules-and-or/m-p/769537#M21868</link>
      <description>Does turning off Diagnostics &amp;gt; Check Routine Interfaces make the problem go away? Can you attach a ZIP of a project that demonstrates the problem? Please be sure to include any __GENMOD.mod files from the Debug subfolder.</description>
      <pubDate>Wed, 17 Aug 2011 21:05:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-6405-The-same-named-entity-from-different-modules-and-or/m-p/769537#M21868</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-08-17T21:05:23Z</dc:date>
    </item>
    <item>
      <title>error #6405: The same named entity from different modules and/o</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-6405-The-same-named-entity-from-different-modules-and-or/m-p/769538#M21869</link>
      <description>Yes, turning off "Diagnostics &amp;gt; Check Routine Interfaces" make the problem go away. Alsohiding the A120_GEMOD.mod file for the compiler (with "Diagnostics &amp;gt; Check Routine Interfaces" switched on) makes the problem go away. &lt;BR /&gt;I will try to reproduce this issue in a small project suitable for uploading, but I am not sure that I will succeed, because another subroutine is also calling A120 (with A120 interface exposed through an INTERFACE block) and compiles without a problem. Difference is that the routine that doesn't compile is contained in a module, whereas the other is in a separate source file.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Walter</description>
      <pubDate>Thu, 18 Aug 2011 12:10:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-6405-The-same-named-entity-from-different-modules-and-or/m-p/769538#M21869</guid>
      <dc:creator>kramer__walter</dc:creator>
      <dc:date>2011-08-18T12:10:11Z</dc:date>
    </item>
    <item>
      <title>error #6405: The same named entity from different modules and/o</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-6405-The-same-named-entity-from-different-modules-and-or/m-p/769539#M21870</link>
      <description>I managed to repoduce the issue in a small project, however I don't manage to upload it. I created a folder for upload, but if I press the "Edit" button it doesn't open a file upload dialog, but the "Edit" button switches to an "Update" button.&lt;BR /&gt;Anyway the problem is related to calling the function A120 twice. If the function is called only once the problem is not there.&lt;BR /&gt;&lt;BR /&gt;Walter</description>
      <pubDate>Thu, 18 Aug 2011 14:32:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-6405-The-same-named-entity-from-different-modules-and-or/m-p/769539#M21870</guid>
      <dc:creator>kramer__walter</dc:creator>
      <dc:date>2011-08-18T14:32:16Z</dc:date>
    </item>
    <item>
      <title>error #6405: The same named entity from different modules and/o</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-6405-The-same-named-entity-from-different-modules-and-or/m-p/769540#M21871</link>
      <description>Ok, this sounds familiar - we fixed a bug like this in the first 12.0 update. Which version are you using?</description>
      <pubDate>Thu, 18 Aug 2011 14:36:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-6405-The-same-named-entity-from-different-modules-and-or/m-p/769540#M21871</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-08-18T14:36:19Z</dc:date>
    </item>
    <item>
      <title>error #6405: The same named entity from different modules and/o</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-6405-The-same-named-entity-from-different-modules-and-or/m-p/769541#M21872</link>
      <description>I am using:&lt;BR /&gt;&lt;BR /&gt;Intel Visual Fortran Compiler XE on IA-32, version 12.0.5 Package ID: w_fcompxe_2011.5.221.&lt;BR /&gt;&lt;BR /&gt;I also managed to attach the project.&lt;BR /&gt;&lt;BR /&gt;Walter</description>
      <pubDate>Thu, 18 Aug 2011 14:46:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-6405-The-same-named-entity-from-different-modules-and-or/m-p/769541#M21872</guid>
      <dc:creator>kramer__walter</dc:creator>
      <dc:date>2011-08-18T14:46:35Z</dc:date>
    </item>
    <item>
      <title>error #6405: The same named entity from different modules and/o</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-6405-The-same-named-entity-from-different-modules-and-or/m-p/769542#M21873</link>
      <description>Thanks - I can reproduce this. Looks like a subtle variation on the earlier bug, but this one baffles me as there is an explicit interface, where the old one needed an implicit interface to trigger. I will escalate this to the developers. Issue number is DPD200172565&lt;SPAN style="color: blue;"&gt;.&lt;BR /&gt;&lt;/SPAN&gt;</description>
      <pubDate>Thu, 18 Aug 2011 15:55:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-6405-The-same-named-entity-from-different-modules-and-or/m-p/769542#M21873</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-08-18T15:55:09Z</dc:date>
    </item>
    <item>
      <title>error #6405: The same named entity from different modules and/o</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-6405-The-same-named-entity-from-different-modules-and-or/m-p/769543#M21874</link>
      <description>Still no news about this one?&lt;BR /&gt;&lt;BR /&gt;Walter Kramer&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Apr 2012 21:12:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-6405-The-same-named-entity-from-different-modules-and-or/m-p/769543#M21874</guid>
      <dc:creator>kramer__walter</dc:creator>
      <dc:date>2012-04-30T21:12:04Z</dc:date>
    </item>
    <item>
      <title>error #6405: The same named entity from different modules and/o</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-6405-The-same-named-entity-from-different-modules-and-or/m-p/769544#M21875</link>
      <description>No, sorry. I will ping the developer about it.</description>
      <pubDate>Mon, 30 Apr 2012 21:14:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-6405-The-same-named-entity-from-different-modules-and-or/m-p/769544#M21875</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2012-04-30T21:14:14Z</dc:date>
    </item>
    <item>
      <title>error #6405: The same named entity from different modules and/o</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-6405-The-same-named-entity-from-different-modules-and-or/m-p/769545#M21876</link>
      <description>I am informed that this problem has been fixed for a release later this year.</description>
      <pubDate>Wed, 02 May 2012 20:28:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-6405-The-same-named-entity-from-different-modules-and-or/m-p/769545#M21876</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2012-05-02T20:28:32Z</dc:date>
    </item>
    <item>
      <title>error #6405: The same named entity from different modules and/o</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-6405-The-same-named-entity-from-different-modules-and-or/m-p/769546#M21877</link>
      <description>Thanks&lt;BR /&gt;&lt;BR /&gt;Walter Kramer</description>
      <pubDate>Wed, 02 May 2012 21:03:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-6405-The-same-named-entity-from-different-modules-and-or/m-p/769546#M21877</guid>
      <dc:creator>kramer__walter</dc:creator>
      <dc:date>2012-05-02T21:03:46Z</dc:date>
    </item>
  </channel>
</rss>

