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

« back to all changes in this revision

Viewing changes to test/Okay/mixed-equiv.fc6

  • 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 mixed-equiv.f:
 
5
      1       real *8 x
 
6
                    ^
 
7
Warning near line 1 col 13 file mixed-equiv.f: Nonstandard syntax
 
8
      6       x = 1.0
 
9
                ^
 
10
Warning near line 6 col 9 file mixed-equiv.f: real const 1.0 promoted to 
 
11
 real*8 X: may not give desired precision
 
12
 
 
13
 0 syntax errors detected in file mixed-equiv.f
 
14
 2 warnings issued in file mixed-equiv.f
 
15