<?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 Wow, ok. Thanks for that in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-6691-test-case/m-p/1003768#M104277</link>
    <description>&lt;P&gt;Wow, ok. Thanks for that clarification. Clearly, I hadn't figured that point out yet. So if operations are to be performed on something inside the leg_b_only_action() and a pointer needs to be associated to the dummy variable, the answer is to specify target instead of pointer. Since we pass by reference, really, there is functionally no difference. Hopefully I got this right.&lt;/P&gt;

&lt;P&gt;Thanks for the very speedy answer.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Apr 2014 00:43:22 GMT</pubDate>
    <dc:creator>Charles_K_1</dc:creator>
    <dc:date>2014-04-29T00:43:22Z</dc:date>
    <item>
      <title>error #6691 test case</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-6691-test-case/m-p/1003766#M104275</link>
      <description>&lt;P&gt;I ran into a compilation error #6691: "A pointer dummy argument may only be argument associated with a pointer."&lt;BR /&gt;
	&lt;BR /&gt;
	I generated a test case for it, which I'm including. I can solve the error by removing the pointer attribute to the dummy argument in subroutine leg_b_only_action(), though I don't see why that would be necessary since the calling unit (in this case is main) does pass a pointer thas has been checked to be of the right class. I'm trying to determine what I'm not getting right.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2014 22:39:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-6691-test-case/m-p/1003766#M104275</guid>
      <dc:creator>Charles_K_1</dc:creator>
      <dc:date>2014-04-28T22:39:07Z</dc:date>
    </item>
    <item>
      <title>Inside the SELECT TYPE,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-6691-test-case/m-p/1003767#M104276</link>
      <description>&lt;P&gt;Inside the SELECT TYPE, SOMETHING isn't a pointer. The standard says (emphasis mine):&lt;/P&gt;

&lt;P&gt;11 3 If the selector has the POINTER attribute, it shall be associated; the associate name is associated with the target&lt;BR /&gt;
	12 of the pointer &lt;STRONG&gt;and does not have the POINTER attribute&lt;/STRONG&gt;.&lt;/P&gt;

&lt;P&gt;It's confusing that you have two variables called SOMETHING, but they aren't the same thing. Inside the SELECT TYPE, an entirely new variable is created that has some of the attributes of the selector but not all of them.&lt;/P&gt;

&lt;P&gt;While Corrigendum 2 relaxes the restrictions on POINTER dummy arguments a bit, allowing you to pass a non-pointer to an INTENT(IN) POINTER, you have INTENT(INOUT). so that doesn't apply. (We have not fully implemented this change, however.)&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2014 23:40:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-6691-test-case/m-p/1003767#M104276</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2014-04-28T23:40:24Z</dc:date>
    </item>
    <item>
      <title>Wow, ok. Thanks for that</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-6691-test-case/m-p/1003768#M104277</link>
      <description>&lt;P&gt;Wow, ok. Thanks for that clarification. Clearly, I hadn't figured that point out yet. So if operations are to be performed on something inside the leg_b_only_action() and a pointer needs to be associated to the dummy variable, the answer is to specify target instead of pointer. Since we pass by reference, really, there is functionally no difference. Hopefully I got this right.&lt;/P&gt;

&lt;P&gt;Thanks for the very speedy answer.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2014 00:43:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-6691-test-case/m-p/1003768#M104277</guid>
      <dc:creator>Charles_K_1</dc:creator>
      <dc:date>2014-04-29T00:43:22Z</dc:date>
    </item>
  </channel>
</rss>

