<?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 mecej4 it will indeed make it in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/warning-7953-meaning/m-p/931179#M87844</link>
    <description>&lt;P&gt;&lt;A href="http://software.intel.com/en-us/user/9972"&gt;mecej4&lt;/A&gt;&amp;nbsp;it will indeed make it go away as will adding an ignore 7953 instruction. I don't understand why i should get the warning in some cases and not others. It does not make much sense. I don't buy the mod file comment as the mod files are not changing. 700+ routines give no warning 30 or so do, all will the same use statements. There is an element of what is in the code part of the subroutine that triggers the warning.&lt;/P&gt;</description>
    <pubDate>Wed, 17 Apr 2013 01:46:57 GMT</pubDate>
    <dc:creator>andrew_4619</dc:creator>
    <dc:date>2013-04-17T01:46:57Z</dc:date>
    <item>
      <title>warning #7953: meaning</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/warning-7953-meaning/m-p/931172#M87837</link>
      <description>&lt;P&gt;I get this warning with standard 2003 setting that I don't understand.&lt;/P&gt;
&lt;P&gt;warning #7953: Standard Fortran requires that within a scoping unit, two procedures that have the same generic name shall both be subroutines or both be functions. &amp;nbsp; [$$MSPORTLIB$TIME_S]&lt;/P&gt;
&lt;P&gt;this only exists in IPORT in my project as far as I can see. IFPORT has the the interface definitions below but they are not the same&lt;/P&gt;
&lt;P&gt;SUBROUTINE $$msportlib$time_s(TIMESTR)&lt;/P&gt;
&lt;P&gt;FUNCTION $$msportlib$time_f()&lt;/P&gt;
&lt;P&gt;It just seems strange......&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2013 13:01:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/warning-7953-meaning/m-p/931172#M87837</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2013-04-16T13:01:58Z</dc:date>
    </item>
    <item>
      <title>This module is not Fortran</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/warning-7953-meaning/m-p/931173#M87838</link>
      <description>&lt;P&gt;This module is not Fortran-standard-compliant because it declares the generic name TIME to be both a function and a subroutine. This is for compatibility with (very) old sources. I would not expect you to get a warning unless you had INTERFACE TIME in your own sources (or you tried to compile the source to IFPORT.)&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2013 20:29:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/warning-7953-meaning/m-p/931173#M87838</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-04-16T20:29:37Z</dc:date>
    </item>
    <item>
      <title>I had collected a few USE</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/warning-7953-meaning/m-p/931174#M87839</link>
      <description>&lt;P&gt;I had collected a few USE statements including &amp;nbsp;USE IFPORT into my own module, does that imply I am trying tio compile it? I do not have any INTERFACE TIME in my own code.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2013 23:16:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/warning-7953-meaning/m-p/931174#M87839</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2013-04-16T23:16:05Z</dc:date>
    </item>
    <item>
      <title>If you just have USE, no you</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/warning-7953-meaning/m-p/931175#M87840</link>
      <description>&lt;P&gt;If you just have USE, no you are not compiling it. I can't come up with an example that gives this error - would you please post or attach one? (Small if possible.) Also tell me which compiler version you're using.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2013 23:36:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/warning-7953-meaning/m-p/931175#M87840</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-04-16T23:36:00Z</dc:date>
    </item>
    <item>
      <title>Out of many hundreds of</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/warning-7953-meaning/m-p/931176#M87841</link>
      <description>&lt;P&gt;Out of many hundreds of routines the warning occurs in &amp;nbsp;a handful. I look one of these and stripped things away until I was left with 2 lines of code + some decls + use satements. I have attached the source file and the build log (html file renamed to .txt as your uploader will not have it otherwise). If your remove either line of code the warning will go away!&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2013 01:11:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/warning-7953-meaning/m-p/931176#M87841</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2013-04-17T01:11:06Z</dc:date>
    </item>
    <item>
      <title>hmm my attached files have</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/warning-7953-meaning/m-p/931177#M87842</link>
      <description>&lt;P&gt;hmm my attached files have not appeared so....&lt;/P&gt;
&lt;P&gt;[fortran]subroutine pw_cb(dlg,id,cbtype)&lt;BR /&gt; use ifwin &lt;BR /&gt; use iflogm&lt;BR /&gt; use ifport&lt;BR /&gt; implicit none&lt;BR /&gt; type (dialog) dlg&lt;BR /&gt; logical(4) retl4&lt;BR /&gt; integer(4) ID,CBTYPE,iochk&lt;BR /&gt; &lt;BR /&gt; retl4=dlgset(dlg,1130,.false.,DLG_ENABLE) &lt;BR /&gt; open(15,file='fred.par',status='old',iostat=iochk)&lt;BR /&gt; return&lt;BR /&gt;end[/fortran]&lt;/P&gt;
&lt;P&gt;Compiling with Intel(R) Visual Fortran Compiler XE 13.1.0.149 [IA-32]... ifort /nologo /O3 /I"Release/" /stand:f03 /Qdiag-disable:5142,7025 /warn:declarations /warn:unused /warn:ignore_loc /warn:truncated_source /warn:uncalled /warn:interfaces /Qauto_scalar /module:"Release/" /object:"Release/" /Fd"Release\vc100.pdb" /libs:qwin /c /Qvc10 /Qlocation,link,"c:\Program Files (x86)\Microsoft Visual Studio 10.0\Intel Fortran\Microsoft Files\VC\\bin" "......\Source1.f90" C:\......\Source1.f90(4): warning #7953: Standard Fortran requires that within a scoping unit, two procedures that have the same generic name shall both be subroutines or both be functions. [$$MSPORTLIB$TIME_S] use ifport&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2013 01:16:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/warning-7953-meaning/m-p/931177#M87842</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2013-04-17T01:16:36Z</dc:date>
    </item>
    <item>
      <title>Removing the /stand:f03</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/warning-7953-meaning/m-p/931178#M87843</link>
      <description>&lt;P&gt;Removing the /stand:f03 option makes the problem go away. It appears that when the option is used the compiler is able to check for interface consistency based on information in the .mod files.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2013 01:38:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/warning-7953-meaning/m-p/931178#M87843</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2013-04-17T01:38:02Z</dc:date>
    </item>
    <item>
      <title>mecej4 it will indeed make it</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/warning-7953-meaning/m-p/931179#M87844</link>
      <description>&lt;P&gt;&lt;A href="http://software.intel.com/en-us/user/9972"&gt;mecej4&lt;/A&gt;&amp;nbsp;it will indeed make it go away as will adding an ignore 7953 instruction. I don't understand why i should get the warning in some cases and not others. It does not make much sense. I don't buy the mod file comment as the mod files are not changing. 700+ routines give no warning 30 or so do, all will the same use statements. There is an element of what is in the code part of the subroutine that triggers the warning.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2013 01:46:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/warning-7953-meaning/m-p/931179#M87844</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2013-04-17T01:46:57Z</dc:date>
    </item>
    <item>
      <title>This has got to be a compiler</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/warning-7953-meaning/m-p/931180#M87845</link>
      <description>&lt;P&gt;This has got to be a compiler bug.&amp;nbsp; I will let the developers know. Thanks for the short example. Issue ID is DPD200243368.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2013 16:38:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/warning-7953-meaning/m-p/931180#M87845</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-04-17T16:38:00Z</dc:date>
    </item>
    <item>
      <title>This is fixed for a release</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/warning-7953-meaning/m-p/931181#M87846</link>
      <description>&lt;P&gt;This is fixed for a release later this year.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Apr 2014 16:00:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/warning-7953-meaning/m-p/931181#M87846</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2014-04-11T16:00:53Z</dc:date>
    </item>
  </channel>
</rss>

