<?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 Compiler directive scope changes in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-directive-scope-changes/m-p/816097#M45309</link>
    <description>That was interesting. It looks like 'the bug' is connected to the /warn:interfaces switch. If you unzip the attached files and type ifort /c /fpp /warn:interfaces mf_load.f90 you will see a compiler error that implies that the format type has reverted to free format after the include files. If you add !DEC$ NOFREEFORM after the include then the compiler is happy!</description>
    <pubDate>Fri, 07 Oct 2011 15:41:53 GMT</pubDate>
    <dc:creator>fohfab</dc:creator>
    <dc:date>2011-10-07T15:41:53Z</dc:date>
    <item>
      <title>Compiler directive scope changes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-directive-scope-changes/m-p/816094#M45306</link>
      <description>Has there been a change in the 'scope' of the compiler souce format directive NOFREEFORM in Intel 12.1? &lt;BR /&gt;&lt;BR /&gt;The reason I ask is that I have a .f90 file with NOFREEFORM dirctive, which includes a .inc file (which also has the NOFREEFORM directive. But source after this include is being compiled as if it were free fomat (and so producing errors). The project format is set to be 'use source extension'.&lt;BR /&gt;&lt;BR /&gt;It looks like when returning to the .f90 file, the format is returning to the project setting rather than the compiler directive at the top of the source file.&lt;BR /&gt;&lt;BR /&gt;Can you confirm this and is it a bug?</description>
      <pubDate>Fri, 07 Oct 2011 15:00:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-directive-scope-changes/m-p/816094#M45306</guid>
      <dc:creator>fohfab</dc:creator>
      <dc:date>2011-10-07T15:00:09Z</dc:date>
    </item>
    <item>
      <title>Compiler directive scope changes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-directive-scope-changes/m-p/816095#M45307</link>
      <description>I can't reproduce this. Please attach a test case.</description>
      <pubDate>Fri, 07 Oct 2011 15:17:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-directive-scope-changes/m-p/816095#M45307</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-10-07T15:17:52Z</dc:date>
    </item>
    <item>
      <title>Compiler directive scope changes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-directive-scope-changes/m-p/816096#M45308</link>
      <description>I can't reproduce it in a test case either! I need to work on it and send you something that shows the error.</description>
      <pubDate>Fri, 07 Oct 2011 15:31:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-directive-scope-changes/m-p/816096#M45308</guid>
      <dc:creator>fohfab</dc:creator>
      <dc:date>2011-10-07T15:31:16Z</dc:date>
    </item>
    <item>
      <title>Compiler directive scope changes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-directive-scope-changes/m-p/816097#M45309</link>
      <description>That was interesting. It looks like 'the bug' is connected to the /warn:interfaces switch. If you unzip the attached files and type ifort /c /fpp /warn:interfaces mf_load.f90 you will see a compiler error that implies that the format type has reverted to free format after the include files. If you add !DEC$ NOFREEFORM after the include then the compiler is happy!</description>
      <pubDate>Fri, 07 Oct 2011 15:41:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-directive-scope-changes/m-p/816097#M45309</guid>
      <dc:creator>fohfab</dc:creator>
      <dc:date>2011-10-07T15:41:53Z</dc:date>
    </item>
    <item>
      <title>Compiler directive scope changes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-directive-scope-changes/m-p/816098#M45310</link>
      <description>Interesting. We fixed a bug very much like this in 12.0 and the test case for that one still works, but yours does not. I will report this to the developers.</description>
      <pubDate>Fri, 07 Oct 2011 16:13:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-directive-scope-changes/m-p/816098#M45310</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-10-07T16:13:19Z</dc:date>
    </item>
    <item>
      <title>Compiler directive scope changes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-directive-scope-changes/m-p/816099#M45311</link>
      <description>Thanks Steve. I will leave it with you. We have a workround in either switching off the /warn:interfaces or adding the NOFREEFORM compiler directive after the include, so we can continue with version 12.1.&lt;BR /&gt;Thanks.</description>
      <pubDate>Fri, 07 Oct 2011 16:27:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-directive-scope-changes/m-p/816099#M45311</guid>
      <dc:creator>fohfab</dc:creator>
      <dc:date>2011-10-07T16:27:47Z</dc:date>
    </item>
    <item>
      <title>Compiler directive scope changes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-directive-scope-changes/m-p/816100#M45312</link>
      <description>Escalated as DPD200174491.</description>
      <pubDate>Fri, 07 Oct 2011 17:25:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-directive-scope-changes/m-p/816100#M45312</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-10-07T17:25:41Z</dc:date>
    </item>
    <item>
      <title>Compiler directive scope changes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-directive-scope-changes/m-p/816101#M45313</link>
      <description>Fixed for a future release.</description>
      <pubDate>Thu, 02 Feb 2012 16:40:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-directive-scope-changes/m-p/816101#M45313</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2012-02-02T16:40:13Z</dc:date>
    </item>
  </channel>
</rss>

