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

« back to all changes in this revision

Viewing changes to test/Okay/wordsize.fc8

  • 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 wordsize.f:
 
5
      7       real*8 f
 
6
                   ^
 
7
Warning near line 7 col 12 file wordsize.f: Nonstandard syntax
 
8
      8       real*8 x,y
 
9
                   ^
 
10
Warning near line 8 col 12 file wordsize.f: Nonstandard syntax
 
11
      9       x = 1.0
 
12
                ^
 
13
Warning near line 9 col 9 file wordsize.f: real const 1.0 promoted to real*8 X
 
14
 : may not give desired precision
 
15
 
 
16
 0 syntax errors detected in file wordsize.f
 
17
 3 warnings issued in file wordsize.f
 
18
 
 
19
Warning: Subprogram F invoked inconsistently
 
20
    Defined in module F line 1 file wordsize.f as type dble
 
21
    Invoked in module MAIN line 11 file wordsize.f as type real*8
 
22
 
 
23
Warning: Subprogram F argument data type mismatch at position 1:
 
24
    Dummy arg A in module F line 1 file wordsize.f is type dble
 
25
    Actual arg X in module MAIN line 11 file wordsize.f is type real*8
 
26
  and at position 2:
 
27
    Dummy arg B in module F line 1 file wordsize.f is type dble
 
28
    Actual arg Y in module MAIN line 11 file wordsize.f is type real*8