~ubuntu-branches/ubuntu/edgy/ftnchek/edgy

« back to all changes in this revision

Viewing changes to test/Okay/complex.fcx

  • Committer: Bazaar Package Importer
  • Author(s): Mark Brown
  • Date: 2002-03-28 10:49:50 UTC
  • Revision ID: james.westby@ubuntu.com-20020328104950-kssfxlf8u0qsfelr
Tags: upstream-3.1.2
ImportĀ upstreamĀ versionĀ 3.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
FTNCHEK Version 3.1 May 2001
 
3
 
 
4
File complex.f:
 
5
 
 
6
      4       a = (12,32)
 
7
                ^
 
8
"complex.f", line 4 col 9: Warning: cplx const (12,32) truncated to real A
 
9
      5       a = (5,-3e5)
 
10
                ^
 
11
"complex.f", line 5 col 9: Warning: cplx const (5,-3E5) truncated to real A
 
12
 
 
13
Module %MAIN: prog
 
14
 
 
15
External subprograms referenced:
 
16
 
 
17
       ABC: subr   
 
18
 
 
19
Variables:
 
20
 
 
21
      Name Type Dims     Name Type Dims     Name Type Dims     Name Type Dims
 
22
         A real*           CC cplx            CD cplx            DE real*  
 
23
         I intg*  
 
24
 
 
25
* Variable not declared. Type has been implicitly defined.
 
26
 
 
27
 
 
28
"complex.f", line 2: Warning in module %MAIN: Variables set but never used:
 
29
"complex.f", line 2:     CC set
 
30
"complex.f", line 3:     CD set
 
31
"complex.f", line 3:     DE set
 
32
 
 
33
 
 
34
Statement labels defined:
 
35
 
 
36
    Label   Line  StmtType    Label   Line  StmtType
 
37
      <7>      7    format     <22>      9    format
 
38
 
 
39
 
 
40
Module ABC: subr
 
41
 
 
42
Variables:
 
43
 
 
44
      Name Type Dims     Name Type Dims     Name Type Dims     Name Type Dims
 
45
         X intg             Z cplx   
 
46
 
 
47
 
 
48
 
 
49
 
 
50
 0 syntax errors detected in file complex.f
 
51
 4 warnings issued in file complex.f
 
52