File: wildcard.fc3

package info (click to toggle)
ftnchek 3.3.1-4
  • links: PTS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 8,488 kB
  • ctags: 5,960
  • sloc: ansic: 21,908; fortran: 5,748; yacc: 4,071; sh: 3,035; makefile: 895; lisp: 322; f90: 118; perl: 76
file content (29 lines) | stat: -rw-r--r-- 1,560 bytes parent folder | download | duplicates (6)
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
26
27
28
29

Usage Warning Options:
  arg-alias [yes]: scalar argument same as another is modified
  arg-array-alias [yes]: argument in same array as another is modified
  arg-common-alias [yes]: scalar argument same as common variable, either is modified
  arg-common-array-alias [yes]: array argument same as common variable, either is modified
  arg-const-modified [yes]: constant or expression argument is modified
  arg-unused [yes]: dummy argument declared but not used
  com-block-unused [yes]: whole common block declared but not used
  com-block-volatile [yes]: common block may lose definition if volatile
  com-var-set-unused [yes]: common variable set but not used
  com-var-uninitialized [yes]: common variable used but not set
  com-var-unused [yes]: common variable declared but not used
  do-index-modified [yes]: active DO index variable modified
  ext-multiply-defined [yes]: external multiply defined
  ext-declared-only [yes]: name declared EXTERNAL but not defined or used
  ext-undefined [yes]: external declared or used but not defined (= -external)
  ext-unused [yes]: external defined but not used
  label-undefined [yes]: label used but undefined
  label-unused [yes]: label defined but unused
  var-set-unused [no]: local variable set but not used
  var-uninitialized [no]: local variable used before set
  var-unused [no]: local variable declared but not used
Prefix option name with no- to turn off option
If no options given, equivalent to -usage=all
Special keywords:
  help: Print this list
  all: Set all options
  none: Clear all options