1
2FTNCHEK Version 3.3 November 2004
3
4File comcmp.f:
5     33       c7 = c1//c8
6                 ^
7Warning near line 33 col 10 file comcmp.f: char*9 expr C1//C8 truncated to
8 char*7 C7
9
10 0 syntax errors detected in file comcmp.f
11 1 warning issued in file comcmp.f
12
13Warning: Common block INTS unused anywhere
14
15Warning: Common block BK1 unused anywhere
16
17Warning: Common block CHARS varying length:
18    Has 16 bytes in module %MAIN line 3 file comcmp.f
19    Has 15 bytes in module BAR line 27 file comcmp.f
20
21Warning: Common block INTS varying length:
22    Has 10 bytes in module %MAIN line 7 file comcmp.f
23    Has 8 bytes in module BAR line 30 file comcmp.f
24
25Warning: Common block INTS data type mismatch
26    Byte 5 is type intg*4 in module %MAIN line 7 file comcmp.f
27    Byte 5 is type intg*2 in module FOO line 19 file comcmp.f
28  and
29    Byte 9 is type intg*2 in module %MAIN line 7 file comcmp.f
30    Byte 9 is type intg*4 in module FOO line 19 file comcmp.f
31
32Warning: Common block BK1 data type mismatch
33    Word 4 is type real in module %MAIN line 8 file comcmp.f
34    Word 4 is type intg in module BAR line 31 file comcmp.f
35
36Warning: Common block BK1 data type mismatch
37    Word 1 is type real in module %MAIN line 8 file comcmp.f
38    Word 1 is type intg in module FOO line 20 file comcmp.f
39  and
40    Word 2 is type real in module %MAIN line 8 file comcmp.f
41    Word 2 is type intg in module FOO line 20 file comcmp.f
42  and
43    Word 3 is type real in module %MAIN line 8 file comcmp.f
44    Word 3 is type intg in module FOO line 20 file comcmp.f
45 etc...
46