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 |
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.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
1161.1 | Entered as bug 1697 | FORMAT::KIMBALL | Keith Kimball 381-0573 | Wed Feb 05 1997 15:48 | 5 |
Karen, We'll get back to you when it's fixed. Keith | |||||
1161.2 | Fixed in Last Night's Development Compiler | FORMAT::KIMBALL | Keith Kimball 381-0573 | Thu Feb 06 1997 10:39 | 6 |
Karen, We're scheduled to put a compiler on the network next week with this fix included. Tomas will get the details. Keith | |||||
1161.3 | Thanks! | HPCGRP::DEGREGORY | Karen 223-5801 | Thu Feb 06 1997 14:23 | 0 |