File: comcmp.fc2

package info (click to toggle)
ftnchek 2.11.2-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 5,392 kB
  • ctags: 2,790
  • sloc: ansic: 21,570; fortran: 2,921; yacc: 2,794; sh: 1,623; makefile: 693; lisp: 264; awk: 163
file content (35 lines) | stat: -rw-r--r-- 1,440 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

FTNCHEK Version 2.11 July 1999

File comcmp.f:
     33       c7 = c1//c8
                 ^
Warning near line 33 col 10 file comcmp.f:  char*9 expr truncated to char*7 C7

 0 syntax errors detected in file comcmp.f
 1 warning issued in file comcmp.f

Common block INTS: unused
Common block BK1: unused
Common block CHARS: varying length:
    Has 16 bytes in module %MAIN line 3 file comcmp.f
    Has 15 bytes in module BAR line 27 file comcmp.f
Common block INTS: varying length:
    Has 10 bytes in module %MAIN line 7 file comcmp.f
    Has 8 bytes in module BAR line 30 file comcmp.f
Common block INTS: data type mismatch
    Byte 5 is type intg*4 in module %MAIN line 7 file comcmp.f
    Byte 5 is type intg*2 in module FOO line 19 file comcmp.f
    Byte 9 is type intg*2 in module %MAIN line 7 file comcmp.f
    Byte 9 is type intg*4 in module FOO line 19 file comcmp.f
Common block BK1: data type mismatch
    Word 4 is type real in module %MAIN line 8 file comcmp.f
    Word 4 is type intg in module BAR line 31 file comcmp.f
Common block BK1: data type mismatch
    Word 1 is type real in module %MAIN line 8 file comcmp.f
    Word 1 is type intg in module FOO line 20 file comcmp.f
    Word 2 is type real in module %MAIN line 8 file comcmp.f
    Word 2 is type intg in module FOO line 20 file comcmp.f
    Word 3 is type real in module %MAIN line 8 file comcmp.f
    Word 3 is type intg in module FOO line 20 file comcmp.f
etc...