File: PATCHES

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 (25 lines) | stat: -rw-r--r-- 842 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
		 Ftnchek Version 2.11  Patch Level 2
			    November, 1999


Features added in patch 2:

   1. New companion program ftnpp to provide improved preprocessing.

Bugs fixed in patch 2:

   1. Improved configure to avoid some glitches when building ftnchek.

   2. Similar bug to the one described below, affecting checking of
      arithmetic IF statements.  This bug has been present since at
      least version 2.9.

Bugs fixed in patch 1:

   1. Checking of conditional expressions in ELSE IF statement was not
      done correctly.  These bugs could cause both bogus warnings
      (e.g. reporting variable not used that was actually used) and
      missed warnings (e.g. failing to report variable used before
      set).  (A fix for this bug was previously posted as
      fortran.c.patch).  This bug first appeared in version 2.11.0.