File: sequence.fcx

package info (click to toggle)
ftnchek 3.1.2-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 6,436 kB
  • ctags: 5,393
  • sloc: ansic: 24,609; fortran: 5,565; yacc: 3,682; sh: 2,518; makefile: 772; lisp: 264; f90: 94; perl: 76
file content (42 lines) | stat: -rw-r--r-- 967 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42

FTNCHEK Version 3.1 May 2001

File sequence.f:

      1 C tests message about statement out of order.
      2       data x /1.0/
      3       integer a,b,c
"sequence.f", near line 3: Warning: Nonstandard syntax: Statement out of
 order.
      4       common a,b,c
      5       sqr(y)=y*y
      6       double precision d
"sequence.f", near line 6: Warning: Nonstandard syntax: Statement out of
 order.
      7       read(*,*) a,b,c,d
      8       write(*,*) a,b,c,d,sqr(x)
      9       end

Module %MAIN: prog

Statement functions defined:

       SQR: real*  

Common blocks referenced:

    %BLANK         

Variables:
 
      Name Type Dims     Name Type Dims     Name Type Dims     Name Type Dims
         A intg             B intg             C intg             D dble   
         X real*            Y real*  

* Variable not declared. Type has been implicitly defined.



 0 syntax errors detected in file sequence.f
 3 warnings issued in file sequence.f