diff options
| author | Daniel Pfeiffer | 2004-10-27 09:09:03 +0000 |
|---|---|---|
| committer | Daniel Pfeiffer | 2004-10-27 09:09:03 +0000 |
| commit | 0b55311a873e79cbc2aecfa2e5bc94cac4235790 (patch) | |
| tree | 29db82df99864ab3a8a0e6e27df1f42cb08b7679 | |
| parent | af3b9e477a013199332f5fb0c9ee6be4a6224395 (diff) | |
| download | emacs-0b55311a873e79cbc2aecfa2e5bc94cac4235790.tar.gz emacs-0b55311a873e79cbc2aecfa2e5bc94cac4235790.zip | |
extend irix for NAG Fortran and add ftnchek-*
| -rw-r--r-- | etc/compilation.txt | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/etc/compilation.txt b/etc/compilation.txt index ff86583299d..53529cb09e7 100644 --- a/etc/compilation.txt +++ b/etc/compilation.txt | |||
| @@ -108,6 +108,24 @@ symbol: epc | |||
| 108 | Error 24 at (2:progran.f90) : syntax error | 108 | Error 24 at (2:progran.f90) : syntax error |
| 109 | 109 | ||
| 110 | 110 | ||
| 111 | * Fortran checker | ||
| 112 | |||
| 113 | symbols: ftnchek-file ftnchek-line-file ftnchek-line | ||
| 114 | |||
| 115 | File average.f: | ||
| 116 | |||
| 117 | Warning in module COMPAV: Variables may be used before set: | ||
| 118 | SUM used at line 14 | ||
| 119 | SUM set at line 14 | ||
| 120 | |||
| 121 | Warning near line 16 col 20: integer quotient expr I/J converted to real | ||
| 122 | |||
| 123 | Dummy arg W in module SUBA line 8 file arrayclash.f is array | ||
| 124 | L4 used at line 55 file test/assign.f; never set | ||
| 125 | Warning near line 10 file arrayclash.f: Module contains no executable | ||
| 126 | Nonportable usage near line 31 col 9 file assign.f: mixed default and explicit | ||
| 127 | |||
| 128 | |||
| 111 | * IAR Systems C Compiler | 129 | * IAR Systems C Compiler |
| 112 | 130 | ||
| 113 | symbol: iar | 131 | symbol: iar |
| @@ -125,7 +143,7 @@ foo.c(3:8) : warning EDC0833: Implicit return statement encountered. | |||
| 125 | foo.c(5:5) : error EDC0350: Syntax error. | 143 | foo.c(5:5) : error EDC0350: Syntax error. |
| 126 | 144 | ||
| 127 | 145 | ||
| 128 | * Ultrix MIPS RISC CC & DEC AXP OSF/1 cc & IRIX 5.2 | 146 | * Ultrix MIPS RISC CC, DEC AXP OSF/1 cc, IRIX 5.2 & NAG Fortran |
| 129 | 147 | ||
| 130 | symbol: irix | 148 | symbol: irix |
| 131 | 149 | ||