File: sequence.fcx

package info (click to toggle)
ftnchek 3.3.1-7
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,684 kB
  • sloc: ansic: 21,908; fortran: 5,748; yacc: 4,071; sh: 3,035; makefile: 895; lisp: 322; f90: 118; perl: 76
file content (47 lines) | stat: -rw-r--r-- 1,142 bytes parent folder | download | duplicates (5)
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
43
44
45
46
47

FTNCHEK Version 3.3 November 2004

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.


I/O Operations:

     Unit ID Unit No. Access Form Operation   Line
           *            SEQ  FMTD READ          7 
           *            SEQ  FMTD WRITE         8 

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