aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Pfeiffer2004-10-27 09:09:03 +0000
committerDaniel Pfeiffer2004-10-27 09:09:03 +0000
commit0b55311a873e79cbc2aecfa2e5bc94cac4235790 (patch)
tree29db82df99864ab3a8a0e6e27df1f42cb08b7679
parentaf3b9e477a013199332f5fb0c9ee6be4a6224395 (diff)
downloademacs-0b55311a873e79cbc2aecfa2e5bc94cac4235790.tar.gz
emacs-0b55311a873e79cbc2aecfa2e5bc94cac4235790.zip
extend irix for NAG Fortran and add ftnchek-*
-rw-r--r--etc/compilation.txt20
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
108Error 24 at (2:progran.f90) : syntax error 108Error 24 at (2:progran.f90) : syntax error
109 109
110 110
111* Fortran checker
112
113symbols: ftnchek-file ftnchek-line-file ftnchek-line
114
115File average.f:
116
117Warning in module COMPAV: Variables may be used before set:
118 SUM used at line 14
119 SUM set at line 14
120
121Warning 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
125Warning near line 10 file arrayclash.f: Module contains no executable
126Nonportable 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
113symbol: iar 131symbol: iar
@@ -125,7 +143,7 @@ foo.c(3:8) : warning EDC0833: Implicit return statement encountered.
125foo.c(5:5) : error EDC0350: Syntax error. 143foo.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
130symbol: irix 148symbol: irix
131 149