<?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 Possible bug with with -gen-dep and -syntax-only in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Possible-bug-with-with-gen-dep-and-syntax-only/m-p/769084#M21663</link>
    <description>You found a bug. I have reported this to the developers as issue DPD200181605.</description>
    <pubDate>Tue, 01 May 2012 14:12:30 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2012-05-01T14:12:30Z</dc:date>
    <item>
      <title>Possible bug with with -gen-dep and -syntax-only</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Possible-bug-with-with-gen-dep-and-syntax-only/m-p/769083#M21662</link>
      <description>Hi All,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I may have found a bug when using -gen-dep and -syntax-only. Please consider the following samples files and code:&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;B&gt;mymod.f90&lt;/B&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV id="_mcePaste"&gt;[fortran]module mod_data
  implicit none
  character(len=*), parameter :: myhello = "hello world"
end module mod_data
module
[/fortran] &lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;B&gt;main.f90&lt;/B&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;[fortran]program hi
  use mod_data, only: myhello
  implicit none
  print*, myhello
end program
[/fortran] &lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I compile with version 12.1.3 20120212 (64 bit).&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;When executing&lt;B&gt;ifort -c -gen-dep mymod.f90 main.f90&lt;/B&gt;I get the following:&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;[bash]mod_data.mod : \
  mymod.f90

mymod.o : \
  mymod.f90

main.o : \
  main.f90 mod_data.mod
[/bash] &lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;This is the correct list of dependencies.&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;When executing&lt;B&gt;ifort -c -gen-dep -syntax-only mymod.f90 main.f90&lt;/B&gt; I get&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;[bash]mod_data.mod : \
  mymod.f90

mymod.o : \
  mymod.f90

mymod.o : \
  main.f90 mod_data.mod
[/bash] &lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;This is the incorrect list of dependencies.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Please let me know if I've missed something. Thank you.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;-Grey&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 01 May 2012 12:27:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Possible-bug-with-with-gen-dep-and-syntax-only/m-p/769083#M21662</guid>
      <dc:creator>Richard_Gordon</dc:creator>
      <dc:date>2012-05-01T12:27:35Z</dc:date>
    </item>
    <item>
      <title>Possible bug with with -gen-dep and -syntax-only</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Possible-bug-with-with-gen-dep-and-syntax-only/m-p/769084#M21663</link>
      <description>You found a bug. I have reported this to the developers as issue DPD200181605.</description>
      <pubDate>Tue, 01 May 2012 14:12:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Possible-bug-with-with-gen-dep-and-syntax-only/m-p/769084#M21663</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2012-05-01T14:12:30Z</dc:date>
    </item>
    <item>
      <title>I'm curious as to the status</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Possible-bug-with-with-gen-dep-and-syntax-only/m-p/769085#M21664</link>
      <description>&lt;P&gt;I'm curious as to the status of this bug, and if it has been fixed, in which release?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2014 17:21:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Possible-bug-with-with-gen-dep-and-syntax-only/m-p/769085#M21664</guid>
      <dc:creator>Izaak_Beekman</dc:creator>
      <dc:date>2014-03-04T17:21:23Z</dc:date>
    </item>
    <item>
      <title>The defect Steve reported is</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Possible-bug-with-with-gen-dep-and-syntax-only/m-p/769086#M21665</link>
      <description>&lt;P&gt;The defect Steve reported is not fixed and there are no current status notes. From previous notes they indicated understanding the root cause. I pinged the Developer for&amp;nbsp;a status update.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2014 17:49:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Possible-bug-with-with-gen-dep-and-syntax-only/m-p/769086#M21665</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2014-03-04T17:49:23Z</dc:date>
    </item>
    <item>
      <title>I know it's been a while, but</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Possible-bug-with-with-gen-dep-and-syntax-only/m-p/769087#M21666</link>
      <description>&lt;P&gt;I know it's been a while, but this bug is expected to be fixed in 16.0.1 (2016 Update 1)&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2015 16:40:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Possible-bug-with-with-gen-dep-and-syntax-only/m-p/769087#M21666</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2015-11-05T16:40:08Z</dc:date>
    </item>
  </channel>
</rss>

