<?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: Compiler settings for debug in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Re-Compiler-settings-for-debug/m-p/978799#M25583</link>
    <description>Steve, &lt;BR /&gt; &lt;BR /&gt;What is the advantage of "variables default to AUTOMATIC" as a debug option.  I have done a lot of probing around in the help files for exasctly what this accomplishes, but have never been able to really understand what is going on.  Thanks, &lt;BR /&gt; &lt;BR /&gt;Tom</description>
    <pubDate>Fri, 04 Jan 2002 02:41:16 GMT</pubDate>
    <dc:creator>Intel_C_Intel</dc:creator>
    <dc:date>2002-01-04T02:41:16Z</dc:date>
    <item>
      <title>Re: Compiler settings for debug</title>
      <link>https://community.intel.com/t5/Software-Archive/Re-Compiler-settings-for-debug/m-p/978798#M25582</link>
      <description>The defaults under a Debug configuration work pretty well, though I'd also suggest turning on "Variables default to AUTOMATIC" as a debugging aid.  You can also turn on overflow checking, and under Floating Point, set the Floating Point Exception behavior to 0 instead of the default 3.  There is no option for memory leak checking.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 03 Jan 2002 04:49:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Re-Compiler-settings-for-debug/m-p/978798#M25582</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2002-01-03T04:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: Compiler settings for debug</title>
      <link>https://community.intel.com/t5/Software-Archive/Re-Compiler-settings-for-debug/m-p/978799#M25583</link>
      <description>Steve, &lt;BR /&gt; &lt;BR /&gt;What is the advantage of "variables default to AUTOMATIC" as a debug option.  I have done a lot of probing around in the help files for exasctly what this accomplishes, but have never been able to really understand what is going on.  Thanks, &lt;BR /&gt; &lt;BR /&gt;Tom</description>
      <pubDate>Fri, 04 Jan 2002 02:41:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Re-Compiler-settings-for-debug/m-p/978799#M25583</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2002-01-04T02:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Compiler settings for debug</title>
      <link>https://community.intel.com/t5/Software-Archive/Re-Compiler-settings-for-debug/m-p/978800#M25584</link>
      <description>This option removes the assumed static semantics for local variables that the compiler uses by default for compatibility with "dusty deck" code that assumes all variables are statically allocated.  The side effect of the option is that such variables are not considered initially defined, and hence the compiler is better able to give warnings for uninitialized variables.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Fri, 04 Jan 2002 03:13:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Re-Compiler-settings-for-debug/m-p/978800#M25584</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2002-01-04T03:13:45Z</dc:date>
    </item>
  </channel>
</rss>

