<?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 As a bizarre twist on the in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/minor-SUBMODULE-bug/m-p/1116532#M130657</link>
    <description>&lt;P&gt;As a bizarre twist on the above, please let me share this message:&lt;/P&gt;

&lt;PRE class="brush:fortran;"&gt;------ Build started: Project: common_v10.0, Configuration: Debug|x64 ------
Compiling with Intel(R) Visual Fortran Compiler 17.0.7.272 [Intel(R) 64]...
STUDENT_T_VARIATE.f90
C:\Users\ces1nk\AppData\Local\Temp\783213.i90: warning #6178: The return value of this FUNCTION has not been defined.   [ASA^NIBETA]
Build log written to  "file://C:\Users\ces1nk\Dropbox\Shuttlebackup\Dept\Research\Programs\Common\v10.0\common_v10.0\common_v10.0\x64\Debug\BuildLog.htm"
common_v10.0 - 0 error(s), 1 warning(s)&lt;/PRE&gt;

&lt;P&gt;The problem in the above is [ASA^NIBETA]&lt;/P&gt;

&lt;P&gt;There is a module called ASA and the module that was compiled to generate the above message (STUDENT_T_VARIATE) does USE ASA. But I have no idea what NIBETA is.&amp;nbsp; A simple search for the characters (not whole word) NIBETA yields nothing independent of case.&amp;nbsp; And I am pretty sure that all the functions in module ASA are assigned return values.&lt;/P&gt;

&lt;P&gt;STUDENT_T_VARIATE does not have any submodules, not does ASA&lt;/P&gt;

&lt;P&gt;Everything seems to run OK&lt;/P&gt;

&lt;P&gt;Over several hundred other modules I have a few other similar examples of Warning 6178, none has been traced back to a 'real' problem. Each warning points to a different missing function, each in a different module.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Norman&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 23 May 2018 10:34:19 GMT</pubDate>
    <dc:creator>Norman_K_</dc:creator>
    <dc:date>2018-05-23T10:34:19Z</dc:date>
    <item>
      <title>minor SUBMODULE bug</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/minor-SUBMODULE-bug/m-p/1116525#M130650</link>
      <description>&lt;PRE class="brush:fortran;"&gt;module WhatLineIsTheError
    implicit none
    interface  
    module function thing(it)
        implicit none
        integer             :: thing
        integer, intent(in) :: it
    end function
    end interface
end module WhatLineIsTheError
    
submodule(WhatLineIsTheError) subm1_WhatLineIsTheError
    implicit none
    
    contains
    module function thing(it)
        implicit none
        integer             :: thing
        integer, intent(in) :: it
    end function   
end submodule subm1_WhatLineIsTheError&lt;/PRE&gt;

&lt;PRE class="brush:plain;"&gt;
Compiling with Intel(R) Visual Fortran Compiler 17.0.4.210 [IA-32]...
warning #6178: The return value of this FUNCTION has not been defined.   [THING]&lt;/PRE&gt;

&lt;P&gt;It is but a minor problem. The error has no line association to the source so clicking it takes you to line 1. There have been other errors in SUBMODULE of this type that have been fixed, I suspect there are possibly a number of similar errors of the same class. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2017 09:39:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/minor-SUBMODULE-bug/m-p/1116525#M130650</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2017-05-26T09:39:18Z</dc:date>
    </item>
    <item>
      <title>BTW, The syntax highlighter</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/minor-SUBMODULE-bug/m-p/1116526#M130651</link>
      <description>&lt;P&gt;BTW, The syntax highlighter for in Fortran windows posts misses some keywords e.g. the word SUBMODULE is post #1. I suspect this maybe some third party feature that you have no control over, but if not.....&lt;/P&gt;

&lt;P&gt;Yours pedantically, Andrew&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2017 09:43:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/minor-SUBMODULE-bug/m-p/1116526#M130651</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2017-05-26T09:43:44Z</dc:date>
    </item>
    <item>
      <title>The incorrect VS editor focus</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/minor-SUBMODULE-bug/m-p/1116527#M130652</link>
      <description>&lt;P&gt;The incorrect VS editor focus when clicking on the warning was reproduced and reported to Development under the internal tracking id noted. The lack of SUBMODULE keyword coloring was reported to the IDZ Forum developers. Thank you.&lt;/P&gt;

&lt;P&gt;(Internal tracking id: CMPLRS-43270)&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2017 15:23:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/minor-SUBMODULE-bug/m-p/1116527#M130652</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2017-05-26T15:23:14Z</dc:date>
    </item>
    <item>
      <title>Quote:Kevin D (Intel) wrote:</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/minor-SUBMODULE-bug/m-p/1116528#M130653</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Kevin D (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;.. The lack of SUBMODULE keyword coloring was reported to the IDZ Forum developers. ..&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Kevin,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Fyi on a similar request made a couple of years ago that is pending:&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/topic/542008​" target="_blank"&gt;https://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/topic/542008​&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2017 16:32:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/minor-SUBMODULE-bug/m-p/1116528#M130653</guid>
      <dc:creator>FortranFan</dc:creator>
      <dc:date>2017-05-26T16:32:12Z</dc:date>
    </item>
    <item>
      <title>My word time flies, 2+ years.</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/minor-SUBMODULE-bug/m-p/1116529#M130654</link>
      <description>&lt;P&gt;My word time flies, 2+ years. I remember that post, that must be where I (correctly) had the idea in my head that the &amp;nbsp;syntax was a third party tool. Thanks Kevin, maybe you should log that as a defect. OK is might not get fixed in a hurry but it is a defect and at least it is on a do list that hopefully gets continuous review......&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2017 17:49:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/minor-SUBMODULE-bug/m-p/1116529#M130654</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2017-05-26T17:49:25Z</dc:date>
    </item>
    <item>
      <title>From what I'm finding Steve</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/minor-SUBMODULE-bug/m-p/1116530#M130655</link>
      <description>&lt;P&gt;From what I'm finding Steve took action on that earlier report FortranFan.&lt;/P&gt;

&lt;P&gt;Andrew,&amp;nbsp;it was filed as&amp;nbsp;defect earlier w/our Forum developers who are reviewing the file. I had included the suggestion of continual review by Fortran developers also so hopefully that can be done. Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2017 14:27:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/minor-SUBMODULE-bug/m-p/1116530#M130655</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2017-05-29T14:27:19Z</dc:date>
    </item>
    <item>
      <title>A year ago or so I provided</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/minor-SUBMODULE-bug/m-p/1116531#M130656</link>
      <description>&lt;P&gt;A year ago or so I provided to the forum developers a revised syntax coloring script that should be more up to date. I don't recall if they ever deployed it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2017 15:47:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/minor-SUBMODULE-bug/m-p/1116531#M130656</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2017-05-29T15:47:48Z</dc:date>
    </item>
    <item>
      <title>As a bizarre twist on the</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/minor-SUBMODULE-bug/m-p/1116532#M130657</link>
      <description>&lt;P&gt;As a bizarre twist on the above, please let me share this message:&lt;/P&gt;

&lt;PRE class="brush:fortran;"&gt;------ Build started: Project: common_v10.0, Configuration: Debug|x64 ------
Compiling with Intel(R) Visual Fortran Compiler 17.0.7.272 [Intel(R) 64]...
STUDENT_T_VARIATE.f90
C:\Users\ces1nk\AppData\Local\Temp\783213.i90: warning #6178: The return value of this FUNCTION has not been defined.   [ASA^NIBETA]
Build log written to  "file://C:\Users\ces1nk\Dropbox\Shuttlebackup\Dept\Research\Programs\Common\v10.0\common_v10.0\common_v10.0\x64\Debug\BuildLog.htm"
common_v10.0 - 0 error(s), 1 warning(s)&lt;/PRE&gt;

&lt;P&gt;The problem in the above is [ASA^NIBETA]&lt;/P&gt;

&lt;P&gt;There is a module called ASA and the module that was compiled to generate the above message (STUDENT_T_VARIATE) does USE ASA. But I have no idea what NIBETA is.&amp;nbsp; A simple search for the characters (not whole word) NIBETA yields nothing independent of case.&amp;nbsp; And I am pretty sure that all the functions in module ASA are assigned return values.&lt;/P&gt;

&lt;P&gt;STUDENT_T_VARIATE does not have any submodules, not does ASA&lt;/P&gt;

&lt;P&gt;Everything seems to run OK&lt;/P&gt;

&lt;P&gt;Over several hundred other modules I have a few other similar examples of Warning 6178, none has been traced back to a 'real' problem. Each warning points to a different missing function, each in a different module.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Norman&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 May 2018 10:34:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/minor-SUBMODULE-bug/m-p/1116532#M130657</guid>
      <dc:creator>Norman_K_</dc:creator>
      <dc:date>2018-05-23T10:34:19Z</dc:date>
    </item>
  </channel>
</rss>

