[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference turris::fortran

Title:Digital Fortran
Notice:Read notes 1.* for important information
Moderator:QUARK::LIONEL
Created:Thu Jun 01 1995
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1333
Total number of notes:6734

1161.0. "f90 V4.1-270 gives syntax error on comment line" by HPCGRP::DEGREGORY (Karen 223-5801) Wed Feb 05 1997 13:56

The f90 compiler issues a syntax error on the following code.  I believe
the problem is that it is unhappy with the comment line.  I need a version
of the compiler that is able to handle comments of this type:

%f90 test.f

f90: Error: c.f, line 6: Syntax error, found END-OF-FILE when expecting one of:
<LABEL> <END-OF-STATEMENT> ; BLOCK BLOCKDATA PROGRAM TYPE COMPLEX BYTE CHARACTER
 ...
C*$* END PROCESS
----------------^



****************  test.f ***********

C*$* PROCESS
      SUBROUTINE AVG ( A )
    2 A = A / 10
      RETURN
      END
C*$* END PROCESS
T.RTitleUserPersonal
Name
DateLines
1161.1Entered as bug 1697FORMAT::KIMBALLKeith Kimball 381-0573Wed Feb 05 1997 15:485
Karen,

We'll get back to you when it's fixed.

Keith
1161.2Fixed in Last Night's Development CompilerFORMAT::KIMBALLKeith Kimball 381-0573Thu Feb 06 1997 10:396
Karen,

We're scheduled to put a compiler on the network next week with this
fix included. Tomas will get the details.

Keith
1161.3Thanks!HPCGRP::DEGREGORYKaren 223-5801Thu Feb 06 1997 14:230