File: wildcard.fc1

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 (17 lines) | stat: -rw-r--r-- 714 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

Portability Warning Options:
  backslash [no]: Backslash in standard-conforming strings
  common-alignment [no]: COMMON not in descending size order
  hollerith [no]: Hollerith constants (except in FORMAT)
  long-string [no]: Strings over 255 chars long
  mixed-equivalence [yes]: Different data types equivalenced
  mixed-size [yes]: Default and explicit size types mixed
  real-do [no]: Non-integer DO loops
  param-implicit-type [no]: Implicit type of PARAMETER differs from default type
  tab [no]: Tabs in source code
Prefix option name with no- to turn off option
If no options given, equivalent to -portability=all
Special keywords:
  help: Print this list
  all: Set all options
  none: Clear all options