<?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 debug module variables in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/debug-module-variables/m-p/830256#M52090</link>
    <description>You have described behavior that we agree "shouldn't be so". However, we need the small example that Steve Lionel asked for to move forward with a fix.&lt;BR /&gt;&lt;BR /&gt;Do note that "undefined" and "declared" are different states. You can have a declared variable (known type, shape, size, and other attributes) that is undefined (no value(s) assigned to some or all components). Conversely, you can have a variable that is undeclared (i.e., declared implicitly) that is defined at a particular line of code.&lt;BR /&gt;&lt;BR /&gt;Finally, the optimizer can cause variables that exist in the source code to have no counterpart in the compiled code. Debugging such code is quite difficult, and often needs working at the assembly level.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 05 May 2011 13:28:05 GMT</pubDate>
    <dc:creator>mecej4</dc:creator>
    <dc:date>2011-05-05T13:28:05Z</dc:date>
    <item>
      <title>debug module variables</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/debug-module-variables/m-p/830249#M52083</link>
      <description>I just upgraded to 2011.3.175&lt;BR /&gt;&lt;BR /&gt;Now in debug mode, when I watch a variable declared in a module I have to use the modname::varname syntax in the watch window. And the value doesn't pop up when I hover over varname.&lt;BR /&gt;&lt;BR /&gt;Wasn't there a fix for this?</description>
      <pubDate>Tue, 03 May 2011 19:57:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/debug-module-variables/m-p/830249#M52083</guid>
      <dc:creator>wstephens</dc:creator>
      <dc:date>2011-05-03T19:57:51Z</dc:date>
    </item>
    <item>
      <title>debug module variables</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/debug-module-variables/m-p/830250#M52084</link>
      <description>Yes, it should work. Did you do a full rebuild of the project?</description>
      <pubDate>Tue, 03 May 2011 20:42:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/debug-module-variables/m-p/830250#M52084</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-05-03T20:42:05Z</dc:date>
    </item>
    <item>
      <title>debug module variables</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/debug-module-variables/m-p/830251#M52085</link>
      <description>Yes, a full rebuild.&lt;BR /&gt;&lt;BR /&gt;Perhaps I'll try to re-create the project from scratch.&lt;BR /&gt;&lt;BR /&gt;Or any other ideas?&lt;BR /&gt;</description>
      <pubDate>Tue, 03 May 2011 20:48:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/debug-module-variables/m-p/830251#M52085</guid>
      <dc:creator>wstephens</dc:creator>
      <dc:date>2011-05-03T20:48:26Z</dc:date>
    </item>
    <item>
      <title>debug module variables</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/debug-module-variables/m-p/830252#M52086</link>
      <description>If you still can't make it work, attach a ZIP of a small test project that shows the problem.</description>
      <pubDate>Tue, 03 May 2011 21:00:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/debug-module-variables/m-p/830252#M52086</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-05-03T21:00:11Z</dc:date>
    </item>
    <item>
      <title>debug module variables</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/debug-module-variables/m-p/830253#M52087</link>
      <description>Well, I just noticed that in debug mode it shows me &lt;I&gt;some&lt;/I&gt; of those other module variables, but not all of them.&lt;BR /&gt;&lt;BR /&gt;There must be some pattern to it, but it is unclear. It's like some of the names got on a 'hit' list and disappeared.&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;</description>
      <pubDate>Tue, 03 May 2011 22:26:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/debug-module-variables/m-p/830253#M52087</guid>
      <dc:creator>wstephens</dc:creator>
      <dc:date>2011-05-03T22:26:48Z</dc:date>
    </item>
    <item>
      <title>debug module variables</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/debug-module-variables/m-p/830254#M52088</link>
      <description>No idea. The variable has to be used in the current source to be active, but otherwise it should work. Again, if you can attach a test case that shows a problem, we'll be glad to look.&lt;BR /&gt;&lt;BR /&gt;Are the module variables actually PARAMETER constants, perhaps? For that you have to enable debug info for PARAMETER constants.</description>
      <pubDate>Wed, 04 May 2011 00:20:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/debug-module-variables/m-p/830254#M52088</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-05-04T00:20:28Z</dc:date>
    </item>
    <item>
      <title>debug module variables</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/debug-module-variables/m-p/830255#M52089</link>
      <description>They are not PARAMETER constants.&lt;BR /&gt;&lt;BR /&gt;This is taking a good deal of effort to reduce the program to isolate the issue.&lt;BR /&gt;&lt;BR /&gt;One of the two variables did "appear" when debugging in Module "F" after I moved an assignment for the variable to the main program's file from Module "D". The variable is still defined in Module "D".&lt;BR /&gt;&lt;BR /&gt;The other variable, declared right next the first one in Module "D", is still an "Undefined variable" in the watch window when debugging Module "F".</description>
      <pubDate>Thu, 05 May 2011 13:12:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/debug-module-variables/m-p/830255#M52089</guid>
      <dc:creator>wstephens</dc:creator>
      <dc:date>2011-05-05T13:12:16Z</dc:date>
    </item>
    <item>
      <title>debug module variables</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/debug-module-variables/m-p/830256#M52090</link>
      <description>You have described behavior that we agree "shouldn't be so". However, we need the small example that Steve Lionel asked for to move forward with a fix.&lt;BR /&gt;&lt;BR /&gt;Do note that "undefined" and "declared" are different states. You can have a declared variable (known type, shape, size, and other attributes) that is undefined (no value(s) assigned to some or all components). Conversely, you can have a variable that is undeclared (i.e., declared implicitly) that is defined at a particular line of code.&lt;BR /&gt;&lt;BR /&gt;Finally, the optimizer can cause variables that exist in the source code to have no counterpart in the compiled code. Debugging such code is quite difficult, and often needs working at the assembly level.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 05 May 2011 13:28:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/debug-module-variables/m-p/830256#M52090</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2011-05-05T13:28:05Z</dc:date>
    </item>
    <item>
      <title>debug module variables</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/debug-module-variables/m-p/830257#M52091</link>
      <description>The debugger says "Undefined variable". &lt;BR /&gt;&lt;BR /&gt;I assume that this is different than what the compiler refers to as "undefined".&lt;BR /&gt;&lt;BR /&gt;It must be different because the debugger shows the correct value using the modulename::varname syntax in the watch window. &lt;BR /&gt;</description>
      <pubDate>Thu, 05 May 2011 16:09:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/debug-module-variables/m-p/830257#M52091</guid>
      <dc:creator>wstephens</dc:creator>
      <dc:date>2011-05-05T16:09:21Z</dc:date>
    </item>
    <item>
      <title>debug module variables</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/debug-module-variables/m-p/830258#M52092</link>
      <description>Did anyone get a chance to look at my previously attached project showing the problem?&lt;BR /&gt;</description>
      <pubDate>Tue, 24 May 2011 16:31:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/debug-module-variables/m-p/830258#M52092</guid>
      <dc:creator>wstephens</dc:creator>
      <dc:date>2011-05-24T16:31:40Z</dc:date>
    </item>
    <item>
      <title>debug module variables</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/debug-module-variables/m-p/830259#M52093</link>
      <description>I can reproduce this and can't explain it. I will ask the developers.</description>
      <pubDate>Tue, 24 May 2011 18:07:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/debug-module-variables/m-p/830259#M52093</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-05-24T18:07:11Z</dc:date>
    </item>
    <item>
      <title>debug module variables</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/debug-module-variables/m-p/830260#M52094</link>
      <description>Escalated as issue DPD200216582.</description>
      <pubDate>Fri, 27 May 2011 21:50:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/debug-module-variables/m-p/830260#M52094</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-05-27T21:50:43Z</dc:date>
    </item>
    <item>
      <title>debug module variables</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/debug-module-variables/m-p/830261#M52095</link>
      <description>This problem has been fixed in our sources. The fix will appear in a future update or version.</description>
      <pubDate>Fri, 09 Sep 2011 12:53:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/debug-module-variables/m-p/830261#M52095</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-09-09T12:53:33Z</dc:date>
    </item>
    <item>
      <title>debug module variables</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/debug-module-variables/m-p/830262#M52096</link>
      <description>I expect the fix to appear in Update 7 of Intel Visual Fortran Composer XE 2011.</description>
      <pubDate>Fri, 23 Sep 2011 19:25:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/debug-module-variables/m-p/830262#M52096</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-09-23T19:25:21Z</dc:date>
    </item>
  </channel>
</rss>

