<?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 Re: GEN and WARN interfaces in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/GEN-and-WARN-interfaces/m-p/916150#M84239</link>
    <description>The correct spelling is /gen-interface (or /gen_interface). Here's what I get when I use /gen_interface /warn:interface and 10.1:&lt;BR /&gt;&lt;BR /&gt;integer.f90(5) : Warning: The BYTE / LOGICAL(KIND=1) / INTEGER(KIND=1) value is out-of-range. [324]&lt;BR /&gt;call sub1(324, 324.D0, 324,324)&lt;BR /&gt;----------^&lt;BR /&gt;integer.f90(5) : Error: The type of the actual argument differs from the type of the dummy argument. [324.D0]&lt;BR /&gt;call sub1(324, 324.D0, 324,324)&lt;BR /&gt;---------------^&lt;BR /&gt;integer.f90(7) : Warning: The BYTE / LOGICAL(KIND=1) / INTEGER(KIND=1) value is out-of-range. [34567]&lt;BR /&gt;call sub1(34567,34567,34567,34567)&lt;BR /&gt;----------^&lt;BR /&gt;integer.f90(9) : Warning: The BYTE / LOGICAL(KIND=1) / INTEGER(KIND=1) value is out-of-range. [134567278]&lt;BR /&gt;call sub1(134567278,134567278,134567278,134567278)&lt;BR /&gt;----------^&lt;BR /&gt;integer.f90(9) : Warning: The INTEGER(KIND=2) value is out-of-range. [13456727&lt;BR /&gt;8]&lt;BR /&gt;call sub1(134567278,134567278,134567278,134567278)&lt;BR /&gt;--------------------^&lt;BR /&gt;integer.f90(11) : Warning: The BYTE / LOGICAL(KIND=1) / INTEGER(KIND=1) value is out-of-range. [135656367775757]&lt;BR /&gt;call sub1(135656367775757,135656367775757,135656367775757,135656367775757_8)&lt;BR /&gt;----------^&lt;BR /&gt;integer.f90(11) : Warning: The INTEGER(KIND=2) value is out-of-range. [1356563&lt;BR /&gt;67775757]&lt;BR /&gt;call sub1(135656367775757,135656367775757,135656367775757,135656367775757_8)&lt;BR /&gt;--------------------------^&lt;BR /&gt;integer.f90(11) : Warning: The INTEGER(KIND=4) value is out-of-range. [1356563&lt;BR /&gt;67775757]&lt;BR /&gt;call sub1(135656367775757,135656367775757,135656367775757,135656367775757_8)&lt;BR /&gt;------------------------------------------^&lt;BR /&gt;compilation aborted for integer.f90 (code 1)&lt;BR /&gt;&lt;BR /&gt;I'll comment that the compiler has an extension where it will try to convert larger integer kinds to a smaller argument kind if it sees an explicit interface.&lt;BR /&gt;</description>
    <pubDate>Wed, 27 Feb 2008 13:55:37 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2008-02-27T13:55:37Z</dc:date>
    <item>
      <title>GEN and WARN interfaces</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/GEN-and-WARN-interfaces/m-p/916145#M84234</link>
      <description>&lt;P&gt;Hello;&lt;/P&gt;
&lt;P&gt;I tried to generate error messages when there is an incompatible use of argument types across subroutine calls. My understanding was that I could set compiler options toGENERATE interface blocks and WARN when those occur.&lt;/P&gt;
&lt;P&gt;I could not however, force any error messages to appeareven when deliberately trying to cause them.&lt;/P&gt;
&lt;P&gt;First of all, where do IFORCE the compiler to &lt;STRONG&gt;generate&lt;/STRONG&gt; them? The compile options don't include that. I had to stick it on as an added option during the compile phase.&lt;/P&gt;
&lt;P&gt;Secondly, do the error messages appear at LINK time? If so, are they put somewhere in a special log file? How do I find them? They don't come up during the link part of the build.&lt;/P&gt;
&lt;P&gt;It seems like WARN:interface should be in the &lt;STRONG&gt;linker&lt;/STRONG&gt;, not in the compiler. At compile time, the compiler has no way to know how a subroutine is being called, i.e. with missing or mistyped arguments, etc.&lt;/P&gt;
&lt;P&gt;I could not find the article you wrote about this topic, except where it was described as a new feature.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Feb 2008 18:55:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/GEN-and-WARN-interfaces/m-p/916145#M84234</guid>
      <dc:creator>bradmull</dc:creator>
      <dc:date>2008-02-24T18:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: GEN and WARN interfaces</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/GEN-and-WARN-interfaces/m-p/916146#M84235</link>
      <description>It's describes in the Compiler Options section of the on-disk documentation.&lt;BR /&gt;&lt;BR /&gt;If you are using version 10.1, it is an option under Diagnostics in Visual Studio. Actually, it's two options, one for generate and one for "check interfaces". In version 9.1, I think, it was split onto two property pages, external routines and diagnostics.&lt;BR /&gt;&lt;BR /&gt;This is a compile-time check and requires that the routine being called having been previously compiled. The compiler does know because it generates an interface module as it compiles routines and then looks for these generated modules when you call a routine without an explicit interface.&lt;BR /&gt;&lt;BR /&gt;Which compiler version are you using?&lt;BR /&gt;</description>
      <pubDate>Sun, 24 Feb 2008 22:13:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/GEN-and-WARN-interfaces/m-p/916146#M84235</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-02-24T22:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: GEN and WARN interfaces</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/GEN-and-WARN-interfaces/m-p/916147#M84236</link>
      <description>&lt;P&gt;I'm still using 9.1.&lt;/P&gt;
&lt;P&gt;But I'm still puzzled - in the test cases I ran, the called routine and the calling routine are in the &lt;STRONG&gt;same block&lt;/STRONG&gt; of code, so they get compiled together.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Still does not generate any warnings...&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2008 17:13:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/GEN-and-WARN-interfaces/m-p/916147#M84236</guid>
      <dc:creator>blueyedtam</dc:creator>
      <dc:date>2008-02-25T17:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: GEN and WARN interfaces</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/GEN-and-WARN-interfaces/m-p/916148#M84237</link>
      <description>I'd be interested in seeing a test case, but we've made many improvements to this feature since its introduction in 9.1 and it may be that yours is a case it did not catch.&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Feb 2008 18:59:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/GEN-and-WARN-interfaces/m-p/916148#M84237</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-02-25T18:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: GEN and WARN interfaces</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/GEN-and-WARN-interfaces/m-p/916149#M84238</link>
      <description>&lt;P&gt;OK, here's one I was playing with. I wonder if the interface can distinguish between different types of integers. But you'll notice I stuck in a floating point, and that didn't generate any warnings either.&lt;/P&gt;
&lt;P&gt;Also of interest: When I put in a nonsense value for "WARN" it doesn't flag that either. There isn't a way to set GEN unless I add it as an extra line. Not under compiler options, anyway.&lt;/P&gt;
&lt;P&gt;Is it ignoring what I put there?&lt;/P&gt;
&lt;P&gt;---------------------------------------------------------------&lt;/P&gt;&lt;B&gt;&lt;FONT color="#0000ff" size="2"&gt;
&lt;P&gt;program&lt;/P&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; test_integer&lt;/FONT&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;FONT color="#0000ff" size="2"&gt;call&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; sub1(12_8,12_4,12_2,12_1)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;FONT color="#0000ff" size="2"&gt;call&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; sub1(324, 324.D0, 324,324)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;FONT color="#0000ff" size="2"&gt;call&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; sub1(34567,34567,34567,34567)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;FONT color="#0000ff" size="2"&gt;call&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; sub1(134567278,134567278,134567278,134567278)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;FONT color="#0000ff" size="2"&gt;call&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; sub1(135656367775757,135656367775757,135656367775757,135656367775757_8)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;FONT color="#0000ff" size="2"&gt;WRITE&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;(*,*)"EXITING - - "&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;FONT color="#0000ff" size="2"&gt;READ&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; *,IEXIT&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;FONT color="#0000ff" size="2"&gt;end&lt;/FONT&gt;&lt;/B&gt;&lt;/P&gt;&lt;FONT size="2"&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;B&gt;&lt;FONT color="#0000ff" size="2"&gt;subroutine&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; sub1(i1,i2,i4,i8) &lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;B&gt;&lt;FONT color="#0000ff" size="2"&gt;integer(1)&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; i1&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;B&gt;&lt;FONT color="#0000ff" size="2"&gt;integer(2)&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; i2&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;B&gt;&lt;FONT color="#0000ff" size="2"&gt;integer(4)&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; i4&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;B&gt;&lt;FONT color="#0000ff" size="2"&gt;integer(8)&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; i8 &lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;B&gt;&lt;FONT color="#0000ff" size="2"&gt;print&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; *,"i1=",i1," i2=",i2," i4=",i4," i8=",i8&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;B&gt;&lt;FONT color="#0000ff" size="2"&gt;end&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; &lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#008000" size="2"&gt;
&lt;P&gt;! compile options in project test_integer properties &lt;/P&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;
&lt;P&gt;/nologo /Zi /Od /debug-parameters:all /warn:declarations /warn:unused &lt;/P&gt;
&lt;P&gt;/warn:interfaces /&lt;/P&gt;&lt;/FONT&gt;&lt;B&gt;&lt;FONT color="#0000ff" size="2"&gt;module&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;:"$(INTDIR)/" /object:"$(INTDIR)/" &lt;P&gt;&lt;/P&gt;
&lt;P&gt;/asmattr:source /asmfile:"$(INTDIR)/" /traceback /check:bounds &lt;/P&gt;
&lt;P&gt;/libs:&lt;/P&gt;&lt;/FONT&gt;&lt;B&gt;&lt;FONT color="#0000ff" size="2"&gt;static&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; /threads /dbglibs /c /gen:interfaces&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;</description>
      <pubDate>Wed, 27 Feb 2008 02:03:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/GEN-and-WARN-interfaces/m-p/916149#M84238</guid>
      <dc:creator>bradmull</dc:creator>
      <dc:date>2008-02-27T02:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: GEN and WARN interfaces</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/GEN-and-WARN-interfaces/m-p/916150#M84239</link>
      <description>The correct spelling is /gen-interface (or /gen_interface). Here's what I get when I use /gen_interface /warn:interface and 10.1:&lt;BR /&gt;&lt;BR /&gt;integer.f90(5) : Warning: The BYTE / LOGICAL(KIND=1) / INTEGER(KIND=1) value is out-of-range. [324]&lt;BR /&gt;call sub1(324, 324.D0, 324,324)&lt;BR /&gt;----------^&lt;BR /&gt;integer.f90(5) : Error: The type of the actual argument differs from the type of the dummy argument. [324.D0]&lt;BR /&gt;call sub1(324, 324.D0, 324,324)&lt;BR /&gt;---------------^&lt;BR /&gt;integer.f90(7) : Warning: The BYTE / LOGICAL(KIND=1) / INTEGER(KIND=1) value is out-of-range. [34567]&lt;BR /&gt;call sub1(34567,34567,34567,34567)&lt;BR /&gt;----------^&lt;BR /&gt;integer.f90(9) : Warning: The BYTE / LOGICAL(KIND=1) / INTEGER(KIND=1) value is out-of-range. [134567278]&lt;BR /&gt;call sub1(134567278,134567278,134567278,134567278)&lt;BR /&gt;----------^&lt;BR /&gt;integer.f90(9) : Warning: The INTEGER(KIND=2) value is out-of-range. [13456727&lt;BR /&gt;8]&lt;BR /&gt;call sub1(134567278,134567278,134567278,134567278)&lt;BR /&gt;--------------------^&lt;BR /&gt;integer.f90(11) : Warning: The BYTE / LOGICAL(KIND=1) / INTEGER(KIND=1) value is out-of-range. [135656367775757]&lt;BR /&gt;call sub1(135656367775757,135656367775757,135656367775757,135656367775757_8)&lt;BR /&gt;----------^&lt;BR /&gt;integer.f90(11) : Warning: The INTEGER(KIND=2) value is out-of-range. [1356563&lt;BR /&gt;67775757]&lt;BR /&gt;call sub1(135656367775757,135656367775757,135656367775757,135656367775757_8)&lt;BR /&gt;--------------------------^&lt;BR /&gt;integer.f90(11) : Warning: The INTEGER(KIND=4) value is out-of-range. [1356563&lt;BR /&gt;67775757]&lt;BR /&gt;call sub1(135656367775757,135656367775757,135656367775757,135656367775757_8)&lt;BR /&gt;------------------------------------------^&lt;BR /&gt;compilation aborted for integer.f90 (code 1)&lt;BR /&gt;&lt;BR /&gt;I'll comment that the compiler has an extension where it will try to convert larger integer kinds to a smaller argument kind if it sees an explicit interface.&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Feb 2008 13:55:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/GEN-and-WARN-interfaces/m-p/916150#M84239</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-02-27T13:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: GEN and WARN interfaces</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/GEN-and-WARN-interfaces/m-p/916151#M84240</link>
      <description>&lt;P&gt;Compiling with IVF 9.1.028 and /warn:interfaces and /gen-interfacesI get the same warnings andthe error.&lt;/P&gt;
&lt;P&gt;Les&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;hdr.f90(15) : Warning: This name has not been given an explicit type. [IEXIT]&lt;/P&gt;
&lt;P&gt;hdr.f90(3) : Warning: The data type of the actual argument does not match the definition. [12]&lt;BR /&gt;hdr.f90(3) : Warning: The data type of the actual argument does not match the definition. [12]&lt;BR /&gt;hdr.f90(3) : Warning: The data type of the actual argument does not match the definition. [12]&lt;BR /&gt;hdr.f90(3) : Warning: The data type of the actual argument does not match the definition. [12]&lt;/P&gt;
&lt;P&gt;hdr.f90(5) : Warning: The data type of the actual argument does not match the definition. [324]&lt;BR /&gt;hdr.f90(5) : Warning: The BYTE / LOGICAL(KIND=1) / INTEGER(KIND=1) value is out-of-range. [324]&lt;BR /&gt;hdr.f90(5) : Error: The type of the actual argument differs from the type of the dummy argument. [324.D0]&lt;BR /&gt;hdr.f90(5) : Warning: The data type of the actual argument does not match the definition. [324]&lt;/P&gt;
&lt;P&gt;hdr.f90(7) : Warning: The data type of the actual argument does not match the definition. [34567]&lt;BR /&gt;hdr.f90(7) : Warning: The BYTE / LOGICAL(KIND=1) / INTEGER(KIND=1) value is out-of-range. [34567]&lt;BR /&gt;hdr.f90(7) : Warning: The data type of the actual argument does not match the definition. [34567]&lt;BR /&gt;hdr.f90(7) : Warning: The data type of the actual argument does not match the definition. [34567]&lt;/P&gt;
&lt;P&gt;hdr.f90(9) : Warning: The data type of the actual argument does not match the definition. [134567278]&lt;BR /&gt;hdr.f90(9) : Warning: The BYTE / LOGICAL(KIND=1) / INTEGER(KIND=1) value is out-of-range. [134567278]&lt;BR /&gt;hdr.f90(9) : Warning: The data type of the actual argument does not match the definition. [134567278]&lt;BR /&gt;hdr.f90(9) : Warning: The INTEGER(KIND=2) value is out-of-range. [134567278]&lt;BR /&gt;hdr.f90(9) : Warning: The data type of the actual argument does not match the definition. [134567278]&lt;/P&gt;
&lt;P&gt;hdr.f90(11) : Warning: The data type of the actual argument does not match the definition. [135656367775757]&lt;BR /&gt;hdr.f90(11) : Warning: The BYTE / LOGICAL(KIND=1) / INTEGER(KIND=1) value is out-of-range. [135656367775757]&lt;BR /&gt;hdr.f90(11) : Warning: The data type of the actual argument does not match the definition. [135656367775757]&lt;BR /&gt;hdr.f90(11) : Warning: The INTEGER(KIND=2) value is out-of-range. [135656367775757]&lt;BR /&gt;hdr.f90(11) : Warning: The data type of the actual argument does not match the definition. [135656367775757]&lt;BR /&gt;hdr.f90(11) : Warning: The INTEGER(KIND=4) value is out-of-range. [135656367775757]&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2008 14:44:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/GEN-and-WARN-interfaces/m-p/916151#M84240</guid>
      <dc:creator>Les_Neilson</dc:creator>
      <dc:date>2008-02-27T14:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: GEN and WARN interfaces</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/GEN-and-WARN-interfaces/m-p/916152#M84241</link>
      <description>&lt;P&gt;I see that I misspelled it - but why doesn't it FLAG that as an error?&lt;/P&gt;
&lt;P&gt;Do I have to add that as a &lt;U&gt;separate line&lt;/U&gt; in the compiler options?&lt;/P&gt;
&lt;P&gt;I don't see it in the check boxes, at least with 9.1.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2008 17:39:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/GEN-and-WARN-interfaces/m-p/916152#M84241</guid>
      <dc:creator>bradmull</dc:creator>
      <dc:date>2008-02-27T17:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: GEN and WARN interfaces</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/GEN-and-WARN-interfaces/m-p/916153#M84242</link>
      <description>&lt;P&gt;Hi Brad;&lt;/P&gt;
&lt;P&gt;I was finally able to find it - it's under "external procedures" Not clear to me why they put it there.&lt;/P&gt;
&lt;P&gt;Anyway, you can go there to turn the &lt;STRONG&gt;gen-interfaces&lt;/STRONG&gt; option on. I was able to get the same results as the others.&lt;/P&gt;
&lt;P&gt;I agree with you, they should &lt;STRONG&gt;flag misspelled options&lt;/STRONG&gt;, sous poor users aren't left to wonder what's going on when things don't turn out likewe expect...&lt;/P&gt;
&lt;P&gt;Yours; Tammy&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2008 18:11:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/GEN-and-WARN-interfaces/m-p/916153#M84242</guid>
      <dc:creator>blueyedtam</dc:creator>
      <dc:date>2008-02-27T18:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: GEN and WARN interfaces</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/GEN-and-WARN-interfaces/m-p/916154#M84243</link>
      <description>The option was moved to the Diagnostics page in 10.0 to be along with /warn:interfaces.&lt;BR /&gt;&lt;BR /&gt;Usually the compiler driver does warn of unrecognized options and in this case I see:&lt;BR /&gt;&lt;BR /&gt;ifort: command line error: option '/gen:interface' is ambiguous&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Feb 2008 21:13:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/GEN-and-WARN-interfaces/m-p/916154#M84243</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-02-27T21:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: GEN and WARN interfaces</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/GEN-and-WARN-interfaces/m-p/916155#M84244</link>
      <description>&lt;P&gt;Sorry Dr. Fortran, but I just could not find it - -&lt;/P&gt;
&lt;P&gt;I looked in the area where all the other Fortran compile warning and error messages are located (Ctl-W, Ctl-E). If that message is present, it must be elsewhere, but an exhaustive search could not find it. I even tried to input a nonsensical option like &lt;STRONG&gt;/quack-quack&lt;/STRONG&gt;, no response generated from that either. I noticed you mentioned "IFORT" Were you using a batch build? Maybe that's why our results differ.&lt;/P&gt;
&lt;P&gt;Is it in a LOG file somewhere?&lt;/P&gt;
&lt;P&gt;Apparently it doesn't &lt;STRONG&gt;abort&lt;/STRONG&gt; the compile or the build, otherwise it would be easy to spot. Wouldn't it make more sense to &lt;STRONG&gt;flag&lt;/STRONG&gt; it appropriately if results are being produced unlike what the user expects?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2008 16:39:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/GEN-and-WARN-interfaces/m-p/916155#M84244</guid>
      <dc:creator>bradmull</dc:creator>
      <dc:date>2008-02-28T16:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: GEN and WARN interfaces</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/GEN-and-WARN-interfaces/m-p/916156#M84245</link>
      <description>It's in the build output along with other compiler messages. I don't know how you are doing builds. Here's what I get doing it from the command line using 9.1, for example:&lt;BR /&gt;&lt;BR /&gt;C:MyProjects&amp;gt;ifort /quack-quack t.f90&lt;BR /&gt;Intel Fortran Compiler for 32-bit applications, Version 9.1 Build 20071017Z&lt;BR /&gt;Copyright (C) 1985-2007 Intel Corporation. All rights reserved.&lt;BR /&gt;ifort: Command line warning: ignoring option '/q'; no argument required&lt;BR /&gt;&lt;BR /&gt;C:MyProjects&amp;gt;ifort /gen:interface t.f90&lt;BR /&gt;Intel Fortran Compiler for 32-bit applications, Version 9.1 Build 20071017Z&lt;BR /&gt;Copyright (C) 1985-2007 Intel Corporation. All rights reserved.&lt;BR /&gt;ifort: Command line warning: ignoring option '/gen_interfaces'; no argument required&lt;BR /&gt;&lt;BR /&gt;If you are using Visual Studio. the message will appear in the build output pane as well as in buildlog.htm.&lt;BR /&gt;&lt;BR /&gt;It is a warning, not an error, so it does not abort the build.&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Feb 2008 18:19:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/GEN-and-WARN-interfaces/m-p/916156#M84245</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-02-28T18:19:16Z</dc:date>
    </item>
  </channel>
</rss>

