<?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: Variables/arguments declared with class don't show correctl in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-arguments-declared-with-class-don-t-show-correctly-in/m-p/853540#M66786</link>
    <description>Issue ID is DPD200138089.&lt;BR /&gt;</description>
    <pubDate>Mon, 20 Jul 2009 15:47:05 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2009-07-20T15:47:05Z</dc:date>
    <item>
      <title>Variables/arguments declared with class don't show correctly in the debugger</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-arguments-declared-with-class-don-t-show-correctly-in/m-p/853538#M66784</link>
      <description>&lt;P&gt;The content of types that are declared using "class" instead of "type" (e.g. in type bound procedures) does notshow correctly in the debugger (VS2008).&lt;BR /&gt;&lt;BR /&gt;In the attached example code, the debugger shows B%val as 1.67....e-313instead of the expected 27.23.&lt;BR /&gt;The write statement works fine though and output 27.23 as expected.&lt;BR /&gt;&lt;BR /&gt;Replacing class by type does correct the problem. However, doing this is not possible in type bound procedures.&lt;BR /&gt;&lt;BR /&gt;Seeing all the problems I have foundin V11.1.035 so far, I do get the impression thatV11.1.035 shouldhave never been released as astable build.In my opinion,V11.1.035 should have been a (public)beta version as many of the new features don't work reliably enough for production environments. This is very unfortunate though, as I would really like to use the OO-features in some of our project.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Thomas&lt;/P&gt;
&lt;PRE&gt;[plain]program TestClasses
    implicit none 
    type :: tClass
    real(8)     :: val = 27.23
    end type     
    class (tClass),allocatable :: B
    ALLOCATE(tClass::B)
    WRITE (*,*) B%Val
    end program TestClasses[/plain]&lt;/PRE&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2009 08:54:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-arguments-declared-with-class-don-t-show-correctly-in/m-p/853538#M66784</guid>
      <dc:creator>thomas_boehme</dc:creator>
      <dc:date>2009-07-17T08:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Variables/arguments declared with class don't show correctl</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-arguments-declared-with-class-don-t-show-correctly-in/m-p/853539#M66785</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Thomas,&lt;BR /&gt;&lt;BR /&gt;Thanks, I'll have this looked into.&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Jul 2009 13:30:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-arguments-declared-with-class-don-t-show-correctly-in/m-p/853539#M66785</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-07-17T13:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Variables/arguments declared with class don't show correctl</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-arguments-declared-with-class-don-t-show-correctly-in/m-p/853540#M66786</link>
      <description>Issue ID is DPD200138089.&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Jul 2009 15:47:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-arguments-declared-with-class-don-t-show-correctly-in/m-p/853540#M66786</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-07-20T15:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Variables/arguments declared with class don't show correctl</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-arguments-declared-with-class-don-t-show-correctly-in/m-p/853541#M66787</link>
      <description>&lt;DIV style="margin: 0px; height: auto;"&gt;&lt;/DIV&gt;
This issue has been fixed in our sources - the fix will appear in a future update.&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Sep 2009 14:43:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-arguments-declared-with-class-don-t-show-correctly-in/m-p/853541#M66787</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-09-09T14:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Variables/arguments declared with class don't show correctl</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-arguments-declared-with-class-don-t-show-correctly-in/m-p/853542#M66788</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Hi Steve,&lt;BR /&gt;I am experiencing the same problem with IVF 11.1.46. Is this supposed to be fixed for 11.1.46 or will it be fixed in a later compiler release. I am using VS2005 with Windows XP.&lt;BR /&gt;Thanks,&lt;BR /&gt;Jon&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Oct 2009 00:04:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-arguments-declared-with-class-don-t-show-correctly-in/m-p/853542#M66788</guid>
      <dc:creator>jond</dc:creator>
      <dc:date>2009-10-16T00:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Variables/arguments declared with class don't show correctl</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-arguments-declared-with-class-don-t-show-correctly-in/m-p/853543#M66789</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/119504"&gt;jond&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Hi Steve,&lt;BR /&gt;I am experiencing the same problem with IVF 11.1.46. Is this supposed to be fixed for 11.1.46 or will it be fixed in a later compiler release. I am using VS2005 with Windows XP.&lt;BR /&gt;Thanks,&lt;BR /&gt;Jon&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hello jond&lt;BR /&gt;&lt;BR /&gt;It was not fixed yet, but, asSteve said, it will be fixed in a future release. I'm also trying to use some OO features, and getting the same errors.&lt;BR /&gt;&lt;BR /&gt;Roger</description>
      <pubDate>Fri, 16 Oct 2009 11:52:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-arguments-declared-with-class-don-t-show-correctly-in/m-p/853543#M66789</guid>
      <dc:creator>rogcar</dc:creator>
      <dc:date>2009-10-16T11:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Variables/arguments declared with class don't show correctl</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-arguments-declared-with-class-don-t-show-correctly-in/m-p/853544#M66790</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Also, we discovered recently (too recent to make the next update) that CLASS objects that are dummy arguments do not display correctly. &lt;BR /&gt;&lt;BR /&gt;We hope to fix that for a later update.&lt;BR /&gt;&lt;BR /&gt; - Lorri&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Oct 2009 19:56:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-arguments-declared-with-class-don-t-show-correctly-in/m-p/853544#M66790</guid>
      <dc:creator>Lorri_M_Intel</dc:creator>
      <dc:date>2009-10-16T19:56:04Z</dc:date>
    </item>
  </channel>
</rss>

