<?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: Fortran 77/ Fortran 90 Compatibility for Intel Fortran 11.1 in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-77-Fortran-90-Compatibility-for-Intel-Fortran-11-1-046/m-p/862655#M69659</link>
    <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;The following shows how I set the path, the four line source file, the ifort call, and its output. The source file is not a complete program: It is just the source for a subroutine, but does show the compiler error. It compiles cleanly if you change all occurances of classpop to aclasspop. Thanks for the prompt reply!!&lt;BR /&gt;Derek . . .&lt;BR /&gt;&lt;BR /&gt;C:DerekWorkspacefortranError&amp;gt;set Path=C:Program Files (x86)IntelCompiler11.1&amp;#0;46\binia32;C:Program Files (x86)IntelCompiler11.1&amp;#0;46tbbintel64vc9bin;C:Program Files (x86)IntelCompiler11.1&amp;#0;46ippem64tbin;C:Program Files (x86)IntelCompiler11.1&amp;#0;46mklem64tbin;C:Program Files (x86)Windows Resource KitsTools;C:ProgramsMiKTeX2.7miktexbin;C:Program Files (x86)IntelCompiler11.1&amp;#0;46libIntel64;C:Program Files (x86)IntelCompiler11.1&amp;#0;46libia32;C:Program Files (x86)IntelCompiler11.1&amp;#0;46libIntel64;C:Program Files (x86)IntelCompiler11.1&amp;#0;46libia32;C:Program Files (x86)CollabNet Subversion Client;C:WINDOWSsystem32;C:WINDOWS;C:WINDOWSSystem32Wbem;c:Program Files (x86)Microsoft SQL Server90Toolsbinn;C:Program FilesTortoiseSVNbin;C:WINDOWSsystem32WindowsPowerShellv1.0 &lt;BR /&gt;&lt;BR /&gt;C:DerekWorkspacefortranError&amp;gt;type xxxx.f &lt;BR /&gt;&lt;BR /&gt; subroutine buildtree(classpop, tclasspop, nrnodes, nclass)&lt;BR /&gt;&lt;BR /&gt; implicit double precision(a-h,o-z)&lt;BR /&gt; &lt;BR /&gt; double precision tclasspop(nclass), classpop(nclass, nrnodes) &lt;BR /&gt;&lt;BR /&gt; classpop(j, 1) = tclasspop(j)&lt;BR /&gt; &lt;BR /&gt; end&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;C:DerekWorkspacefortranError&amp;gt;ifort -c xxxx.f -object:xxxx.o &lt;BR /&gt;Intel Visual Fortran Compiler Professional for applications running on IA-32, Version 11.1 Build 20090903 Package ID: w_cprof_p_11.1.046&lt;BR /&gt;Copyright (C) 1985-2009 Intel Corporation. All rights reserved.&lt;BR /&gt;&lt;BR /&gt;xxxx.f(7): error #5082: Syntax error, found IDENTIFIER 'POP' when expecting one of: ( % : . = =&amp;gt;&lt;BR /&gt; classpop(j, 1) = tclasspop(j)&lt;BR /&gt;-----------^&lt;BR /&gt;xxxx.f(7): error #6535: This variable or component must be of a derived or structure type [CLASS]&lt;BR /&gt; classpop(j, 1) = tclasspop(j)&lt;BR /&gt;------^&lt;BR /&gt;xxxx.f(7): error #6460: This is not a field name that is defined in the encompassing structure. [POP]&lt;BR /&gt; classpop(j, 1) = tclasspop(j)&lt;BR /&gt;-----------^&lt;BR /&gt;compilation aborted for xxxx.f (code 1)&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 25 Sep 2009 04:53:48 GMT</pubDate>
    <dc:creator>Derek_Brown</dc:creator>
    <dc:date>2009-09-25T04:53:48Z</dc:date>
    <item>
      <title>Fortran 77/ Fortran 90 Compatibility for Intel Fortran 11.1.046</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-77-Fortran-90-Compatibility-for-Intel-Fortran-11-1-046/m-p/862653#M69657</link>
      <description>When I upgraded from Intel Fortran 11.1.038 to 046 my application stopped compiling due to the new CLASS keyword: &lt;BR /&gt;&lt;BR /&gt;- &lt;SPAN style="font-family: Courier New;"&gt;making xxxx.o from xxxx.f&lt;BR /&gt;ifort -nologo -names:lowercase -assume:underscore -assume:no2underscore -threads -libs:dll -Qdiag-disable:remark -O3 -Zi -c xxxx.f -object:xxxx.o&lt;BR /&gt;xxxx.f(62): error #5082: Syntax error, found IDENTIFIER 'POP' when expecting one of: ( % : . = =&amp;gt;&lt;BR /&gt; classpop(j, 1) = tclasspop(j)&lt;BR /&gt;--------------^&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Changing this code presents difficulties, and hence I'd like to use a compatibility option to read Fortran 90 or Fortran 77 syntax. I have been unable to identify that option. Does that option exist? If so what is its name? &lt;BR /&gt;&lt;BR /&gt;I am working with Intel Fortran 11.1.046 on Windows 2003 Server, VIsual Studio 2008 installed, but using make to run this particular build. &lt;BR /&gt;&lt;BR /&gt;Thanks in advance, &lt;BR /&gt;Derek . . . &lt;BR /&gt;&lt;SPAN style="font-family: Courier New;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;</description>
      <pubDate>Thu, 24 Sep 2009 19:18:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-77-Fortran-90-Compatibility-for-Intel-Fortran-11-1-046/m-p/862653#M69657</guid>
      <dc:creator>Derek_Brown</dc:creator>
      <dc:date>2009-09-24T19:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran 77/ Fortran 90 Compatibility for Intel Fortran 11.1</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-77-Fortran-90-Compatibility-for-Intel-Fortran-11-1-046/m-p/862654#M69658</link>
      <description>&lt;DIV style="margin: 0px; height: auto;"&gt;&lt;/DIV&gt;
This is simply a compiler bug - it has nothing to do with Fortran 77 or Fortran 90. However, I can't reproduce this error in 11.1.046 - can you provide a short but complete program that demonstrates the error? A related bug was fixed in 11.1.046.&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Sep 2009 23:02:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-77-Fortran-90-Compatibility-for-Intel-Fortran-11-1-046/m-p/862654#M69658</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-09-24T23:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran 77/ Fortran 90 Compatibility for Intel Fortran 11.1</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-77-Fortran-90-Compatibility-for-Intel-Fortran-11-1-046/m-p/862655#M69659</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;The following shows how I set the path, the four line source file, the ifort call, and its output. The source file is not a complete program: It is just the source for a subroutine, but does show the compiler error. It compiles cleanly if you change all occurances of classpop to aclasspop. Thanks for the prompt reply!!&lt;BR /&gt;Derek . . .&lt;BR /&gt;&lt;BR /&gt;C:DerekWorkspacefortranError&amp;gt;set Path=C:Program Files (x86)IntelCompiler11.1&amp;#0;46\binia32;C:Program Files (x86)IntelCompiler11.1&amp;#0;46tbbintel64vc9bin;C:Program Files (x86)IntelCompiler11.1&amp;#0;46ippem64tbin;C:Program Files (x86)IntelCompiler11.1&amp;#0;46mklem64tbin;C:Program Files (x86)Windows Resource KitsTools;C:ProgramsMiKTeX2.7miktexbin;C:Program Files (x86)IntelCompiler11.1&amp;#0;46libIntel64;C:Program Files (x86)IntelCompiler11.1&amp;#0;46libia32;C:Program Files (x86)IntelCompiler11.1&amp;#0;46libIntel64;C:Program Files (x86)IntelCompiler11.1&amp;#0;46libia32;C:Program Files (x86)CollabNet Subversion Client;C:WINDOWSsystem32;C:WINDOWS;C:WINDOWSSystem32Wbem;c:Program Files (x86)Microsoft SQL Server90Toolsbinn;C:Program FilesTortoiseSVNbin;C:WINDOWSsystem32WindowsPowerShellv1.0 &lt;BR /&gt;&lt;BR /&gt;C:DerekWorkspacefortranError&amp;gt;type xxxx.f &lt;BR /&gt;&lt;BR /&gt; subroutine buildtree(classpop, tclasspop, nrnodes, nclass)&lt;BR /&gt;&lt;BR /&gt; implicit double precision(a-h,o-z)&lt;BR /&gt; &lt;BR /&gt; double precision tclasspop(nclass), classpop(nclass, nrnodes) &lt;BR /&gt;&lt;BR /&gt; classpop(j, 1) = tclasspop(j)&lt;BR /&gt; &lt;BR /&gt; end&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;C:DerekWorkspacefortranError&amp;gt;ifort -c xxxx.f -object:xxxx.o &lt;BR /&gt;Intel Visual Fortran Compiler Professional for applications running on IA-32, Version 11.1 Build 20090903 Package ID: w_cprof_p_11.1.046&lt;BR /&gt;Copyright (C) 1985-2009 Intel Corporation. All rights reserved.&lt;BR /&gt;&lt;BR /&gt;xxxx.f(7): error #5082: Syntax error, found IDENTIFIER 'POP' when expecting one of: ( % : . = =&amp;gt;&lt;BR /&gt; classpop(j, 1) = tclasspop(j)&lt;BR /&gt;-----------^&lt;BR /&gt;xxxx.f(7): error #6535: This variable or component must be of a derived or structure type [CLASS]&lt;BR /&gt; classpop(j, 1) = tclasspop(j)&lt;BR /&gt;------^&lt;BR /&gt;xxxx.f(7): error #6460: This is not a field name that is defined in the encompassing structure. [POP]&lt;BR /&gt; classpop(j, 1) = tclasspop(j)&lt;BR /&gt;-----------^&lt;BR /&gt;compilation aborted for xxxx.f (code 1)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Sep 2009 04:53:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-77-Fortran-90-Compatibility-for-Intel-Fortran-11-1-046/m-p/862655#M69659</guid>
      <dc:creator>Derek_Brown</dc:creator>
      <dc:date>2009-09-25T04:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran 77/ Fortran 90 Compatibility for Intel Fortran 11.1</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-77-Fortran-90-Compatibility-for-Intel-Fortran-11-1-046/m-p/862656#M69660</link>
      <description>&lt;DIV style="margin: 0px; height: auto;"&gt;&lt;/DIV&gt;
I have to change it to fixed form (with leading spaces) in order to get anything resembling the problem you show. But it's not valid Fortran even under f77, with the undefined/unitialized variable j (and, to be pedantic, lower case and variable names longer than 6 characters). It does look like the compiler is no longer working in fixed source format.&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Sep 2009 05:40:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-77-Fortran-90-Compatibility-for-Intel-Fortran-11-1-046/m-p/862656#M69660</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-09-25T05:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran 77/ Fortran 90 Compatibility for Intel Fortran 11.1</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-77-Fortran-90-Compatibility-for-Intel-Fortran-11-1-046/m-p/862657#M69661</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Looks like the usage of "class" is causing the problem ...I think, for now, changing the file extension to .f90 or making it free form would work. &lt;BR /&gt;&lt;BR /&gt;Abhi&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Sep 2009 07:52:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-77-Fortran-90-Compatibility-for-Intel-Fortran-11-1-046/m-p/862657#M69661</guid>
      <dc:creator>abhimodak</dc:creator>
      <dc:date>2009-09-25T07:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran 77/ Fortran 90 Compatibility for Intel Fortran 11.1</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-77-Fortran-90-Compatibility-for-Intel-Fortran-11-1-046/m-p/862658#M69662</link>
      <description>Excuse me if I am at the wrong forum.&lt;BR /&gt;&lt;BR /&gt;I have a question about fortran77.&lt;BR /&gt;&lt;BR /&gt;I have a program written in a later version of fortran (don't know which one). I want to compile this program with f77 but obviously the RECORDTYPE='stream' is causing me problems. Is there any equivalent to RECORDTYPE in fortran77? For example should I replace it with ACCES or RECL, or both? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;K.&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Sep 2009 18:43:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-77-Fortran-90-Compatibility-for-Intel-Fortran-11-1-046/m-p/862658#M69662</guid>
      <dc:creator>kaveiros</dc:creator>
      <dc:date>2009-09-25T18:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran 77/ Fortran 90 Compatibility for Intel Fortran 11.1</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-77-Fortran-90-Compatibility-for-Intel-Fortran-11-1-046/m-p/862659#M69663</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/444795"&gt;kaveiros&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;&lt;BR /&gt;I have a question about fortran77.&lt;BR /&gt;&lt;BR /&gt;I have a program written in a later version of fortran (don't know which one). I want to compile this program with f77 but obviously the RECORDTYPE='stream' is causing me problems. Is there any equivalent to RECORDTYPE in fortran77? For example should I replace it with ACCES or RECL, or both? &lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Fortran 77 didn't have a standard method to specify this. It might have been done in JCL, or there might have been just one or 2 of the RECORDTYPE options available, depending on OS. You would have to consult the documentation of the specific compiler you are using; if undocumented, there may be no equivalent control.&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Sep 2009 19:30:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-77-Fortran-90-Compatibility-for-Intel-Fortran-11-1-046/m-p/862659#M69663</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-09-25T19:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran 77/ Fortran 90 Compatibility for Intel Fortran 11.1</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-77-Fortran-90-Compatibility-for-Intel-Fortran-11-1-046/m-p/862660#M69664</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/285698"&gt;abhimodak&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; Looks like the usage of "class" is causing the problem ...I think, for now, changing the file extension to .f90 or making it free form would work. &lt;BR /&gt;&lt;BR /&gt;Abhi&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Yep, as workaround we did was changing the code: changing the name from classpop to aclasspop.&lt;BR /&gt;Derek . . .&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Sep 2009 20:30:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-77-Fortran-90-Compatibility-for-Intel-Fortran-11-1-046/m-p/862660#M69664</guid>
      <dc:creator>Derek_Brown</dc:creator>
      <dc:date>2009-09-25T20:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran 77/ Fortran 90 Compatibility for Intel Fortran 11.1</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-77-Fortran-90-Compatibility-for-Intel-Fortran-11-1-046/m-p/862661#M69665</link>
      <description>&lt;BR /&gt;I've submitted this into our internal problem tracking tool asid DPD200140131&lt;BR /&gt;&lt;BR /&gt;I'm glad to hear you have a workaround until we can resolve it.&lt;BR /&gt;&lt;BR /&gt; - Lorri</description>
      <pubDate>Fri, 25 Sep 2009 21:47:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-77-Fortran-90-Compatibility-for-Intel-Fortran-11-1-046/m-p/862661#M69665</guid>
      <dc:creator>Lorri_M_Intel</dc:creator>
      <dc:date>2009-09-25T21:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran 77/ Fortran 90 Compatibility for Intel Fortran 11.1</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-77-Fortran-90-Compatibility-for-Intel-Fortran-11-1-046/m-p/862662#M69666</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Hi&lt;BR /&gt;&lt;BR /&gt;I am wondering if the fix will be available in update 3 of scheduled for late October. This is sort of critical to successfully build a program with a lot of files that uses variables with names *class*. (Unfortuantely these are fixed format files). Changing the variable names or file extensions is not an attractive option.&lt;BR /&gt;&lt;BR /&gt;Since this bug infringes upon (:)) a very basic freedom (use of variable name), I am hoping that it is a high priority issue.&lt;BR /&gt;&lt;BR /&gt;Abhi&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Oct 2009 23:17:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-77-Fortran-90-Compatibility-for-Intel-Fortran-11-1-046/m-p/862662#M69666</guid>
      <dc:creator>abhimodak</dc:creator>
      <dc:date>2009-10-05T23:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran 77/ Fortran 90 Compatibility for Intel Fortran 11.1</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-77-Fortran-90-Compatibility-for-Intel-Fortran-11-1-046/m-p/862663#M69667</link>
      <description>&lt;DIV style="margin: 0px; height: auto;"&gt;&lt;/DIV&gt;
Yes, it appears that this fix will make it in to Update 3. &lt;BR /&gt;</description>
      <pubDate>Tue, 06 Oct 2009 13:53:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-77-Fortran-90-Compatibility-for-Intel-Fortran-11-1-046/m-p/862663#M69667</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-10-06T13:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran 77/ Fortran 90 Compatibility for Intel Fortran 11.1</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-77-Fortran-90-Compatibility-for-Intel-Fortran-11-1-046/m-p/862664#M69668</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Fixed in 11.1 Update 3, though it's missing from the list of fixes for that update due to an oversight.&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Nov 2009 16:20:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-77-Fortran-90-Compatibility-for-Intel-Fortran-11-1-046/m-p/862664#M69668</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-11-03T16:20:07Z</dc:date>
    </item>
  </channel>
</rss>

