<?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 Pramod, I have escalated your in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/INTERFACE-CONTAINS-Stack-is-full-6618/m-p/744371#M2842</link>
    <description>&lt;P&gt;Pramod, I have escalated your issue to the developers.&amp;nbsp; The issue ID is DPD200242235. I sent you a workaround by email (moving a USE from inside a subroutine to the outer module level.)&lt;/P&gt;</description>
    <pubDate>Mon, 18 Mar 2013 20:30:38 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2013-03-18T20:30:38Z</dc:date>
    <item>
      <title>INTERFACE/CONTAINS Stack is full  #6618</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/INTERFACE-CONTAINS-Stack-is-full-6618/m-p/744359#M2830</link>
      <description>&lt;P&gt;error #6618: The INTERFACE/CONTAINS stack is full. This means that modules are being 'used' in a circular way.&lt;/P&gt;
&lt;P&gt;I am confused as to what this error means. As far as I can tell, there is no circular 'use' statements in my code. I would put examples but I have been unable to reproduce the error with an example code and cannot post my entire code here. Can anyone provide any insight as to what causes this error?&lt;/P&gt;
&lt;P&gt;It cropped up when I included a use statement in a module for a data type that extends a class and the same class, so:&lt;/P&gt;
&lt;P&gt;module Example&lt;/P&gt;
&lt;P&gt;use SomethingThatExtendsExampleClass&lt;/P&gt;
&lt;P&gt;use ExampleClass&lt;/P&gt;
&lt;P&gt;end module Example&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;However, now that it has occured, I cannot get rid of the error even after commenting out all new code.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2010 19:02:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/INTERFACE-CONTAINS-Stack-is-full-6618/m-p/744359#M2830</guid>
      <dc:creator>lopes8070</dc:creator>
      <dc:date>2010-02-23T19:02:21Z</dc:date>
    </item>
    <item>
      <title>INTERFACE/CONTAINS Stack is full  #6618</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/INTERFACE-CONTAINS-Stack-is-full-6618/m-p/744360#M2831</link>
      <description>&lt;P&gt;Did you also remove any old .mod files after making this source change?&lt;/P&gt;
&lt;P&gt;Its possiblea circular 'use' link was created accidentally by not removing the previous .mod files and adding the new 'use' statements.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2010 19:09:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/INTERFACE-CONTAINS-Stack-is-full-6618/m-p/744360#M2831</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2010-02-23T19:09:47Z</dc:date>
    </item>
    <item>
      <title>INTERFACE/CONTAINS Stack is full  #6618</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/INTERFACE-CONTAINS-Stack-is-full-6618/m-p/744361#M2832</link>
      <description>I've made clean multiple times and that was the first thing I checked. There are no .o or .mod files when I compile. Is there a short example that would cause this kind of error or is it not that clear as to what would activate it?</description>
      <pubDate>Tue, 23 Feb 2010 19:15:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/INTERFACE-CONTAINS-Stack-is-full-6618/m-p/744361#M2832</guid>
      <dc:creator>lopes8070</dc:creator>
      <dc:date>2010-02-23T19:15:25Z</dc:date>
    </item>
    <item>
      <title>INTERFACE/CONTAINS Stack is full  #6618</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/INTERFACE-CONTAINS-Stack-is-full-6618/m-p/744362#M2833</link>
      <description>&lt;P&gt;The short example I had in mind that might produce error #6618instead produces:&lt;/P&gt;
&lt;P&gt;sample.f90(7): error #7765: FATAL ERROR - conflict or recursive module USE &lt;B&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;I'll check w/Development abouta small unit test that might help explain the circumstances when #6618 is issued.&lt;/P&gt;
&lt;P&gt;I guess this error as resurfaced for you (based on the previous thread - &lt;A target="_blank" href="http://software.intel.com/en-us/forums/showpost.php?p=103902"&gt;here&lt;/A&gt;) or perhaps it was never resolved?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2010 19:45:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/INTERFACE-CONTAINS-Stack-is-full-6618/m-p/744362#M2833</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2010-02-23T19:45:08Z</dc:date>
    </item>
    <item>
      <title>INTERFACE/CONTAINS Stack is full  #6618</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/INTERFACE-CONTAINS-Stack-is-full-6618/m-p/744363#M2834</link>
      <description>I was developing a different piece of code and ran into that problem. Instead of resolving it (because I was working on other problems that have been posted here) I deleted what was causing the problem and moved on. Now I have implemented something else and ran into the problem again.</description>
      <pubDate>Tue, 23 Feb 2010 19:50:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/INTERFACE-CONTAINS-Stack-is-full-6618/m-p/744363#M2834</guid>
      <dc:creator>lopes8070</dc:creator>
      <dc:date>2010-02-23T19:50:58Z</dc:date>
    </item>
    <item>
      <title>INTERFACE/CONTAINS Stack is full  #6618</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/INTERFACE-CONTAINS-Stack-is-full-6618/m-p/744364#M2835</link>
      <description>In my experience, this error message has always been a symptom of a compiler bug. Can you provide us with a test case?</description>
      <pubDate>Tue, 23 Feb 2010 20:08:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/INTERFACE-CONTAINS-Stack-is-full-6618/m-p/744364#M2835</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2010-02-23T20:08:55Z</dc:date>
    </item>
    <item>
      <title>INTERFACE/CONTAINS Stack is full  #6618</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/INTERFACE-CONTAINS-Stack-is-full-6618/m-p/744365#M2836</link>
      <description>I'm going to try but whenever I try to reproduce this bug in an example code, it works.</description>
      <pubDate>Tue, 23 Feb 2010 21:35:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/INTERFACE-CONTAINS-Stack-is-full-6618/m-p/744365#M2836</guid>
      <dc:creator>lopes8070</dc:creator>
      <dc:date>2010-02-23T21:35:30Z</dc:date>
    </item>
    <item>
      <title>INTERFACE/CONTAINS Stack is full  #6618</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/INTERFACE-CONTAINS-Stack-is-full-6618/m-p/744366#M2837</link>
      <description>I am trying to provide a short example case that wil reproduce this error but whenever I remove the code causing the bug into an example code, the error goes away (very strange). Is there a way I can transfer the code to you without putting it on the forum?</description>
      <pubDate>Wed, 24 Feb 2010 13:38:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/INTERFACE-CONTAINS-Stack-is-full-6618/m-p/744366#M2837</guid>
      <dc:creator>lopes8070</dc:creator>
      <dc:date>2010-02-24T13:38:15Z</dc:date>
    </item>
    <item>
      <title>INTERFACE/CONTAINS Stack is full  #6618</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/INTERFACE-CONTAINS-Stack-is-full-6618/m-p/744367#M2838</link>
      <description>See my next reply (which will be private)</description>
      <pubDate>Wed, 24 Feb 2010 13:51:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/INTERFACE-CONTAINS-Stack-is-full-6618/m-p/744367#M2838</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2010-02-24T13:51:49Z</dc:date>
    </item>
    <item>
      <title>We recently purchased the new</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/INTERFACE-CONTAINS-Stack-is-full-6618/m-p/744368#M2839</link>
      <description>&lt;P&gt;We recently purchased the new Intel Fortran composer XE 2013 and converting our old projects and getting the #6618 error for one of the projects that is being converted. I am guessing this is a compiler problem since we never had this error before. Could anyone provide guidance on this issue?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2013 19:33:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/INTERFACE-CONTAINS-Stack-is-full-6618/m-p/744368#M2839</guid>
      <dc:creator>Pramod_V_</dc:creator>
      <dc:date>2013-03-13T19:33:57Z</dc:date>
    </item>
    <item>
      <title>This error should not occur -</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/INTERFACE-CONTAINS-Stack-is-full-6618/m-p/744369#M2840</link>
      <description>&lt;P&gt;This error should not occur - can you provide us with the sources necessary to reproduce the problem? You can attach it here (a .tgz file works) or you can use Intel Premier Support (https://premier.intel.com)&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2013 13:22:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/INTERFACE-CONTAINS-Stack-is-full-6618/m-p/744369#M2840</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-03-14T13:22:23Z</dc:date>
    </item>
    <item>
      <title>A private message with the</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/INTERFACE-CONTAINS-Stack-is-full-6618/m-p/744370#M2841</link>
      <description>&lt;P&gt;A private message with the attachment has been sent to Steve Lionel.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2013 16:44:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/INTERFACE-CONTAINS-Stack-is-full-6618/m-p/744370#M2841</guid>
      <dc:creator>Pramod_V_</dc:creator>
      <dc:date>2013-03-14T16:44:08Z</dc:date>
    </item>
    <item>
      <title>Pramod, I have escalated your</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/INTERFACE-CONTAINS-Stack-is-full-6618/m-p/744371#M2842</link>
      <description>&lt;P&gt;Pramod, I have escalated your issue to the developers.&amp;nbsp; The issue ID is DPD200242235. I sent you a workaround by email (moving a USE from inside a subroutine to the outer module level.)&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2013 20:30:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/INTERFACE-CONTAINS-Stack-is-full-6618/m-p/744371#M2842</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-03-18T20:30:38Z</dc:date>
    </item>
    <item>
      <title>Pramod, the problem you</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/INTERFACE-CONTAINS-Stack-is-full-6618/m-p/744372#M2843</link>
      <description>&lt;P&gt;Pramod, the problem you encountered has been fixed for a release later this year. In your example, it can happen in some cases where a module procedure is used in specification expressions.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2013 17:45:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/INTERFACE-CONTAINS-Stack-is-full-6618/m-p/744372#M2843</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-04-01T17:45:33Z</dc:date>
    </item>
    <item>
      <title>Thanks, Steve.</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/INTERFACE-CONTAINS-Stack-is-full-6618/m-p/744373#M2844</link>
      <description>&lt;P&gt;Thanks, Steve.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2013 20:55:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/INTERFACE-CONTAINS-Stack-is-full-6618/m-p/744373#M2844</guid>
      <dc:creator>Pramod_V_</dc:creator>
      <dc:date>2013-04-01T20:55:09Z</dc:date>
    </item>
  </channel>
</rss>

