comparison lisp/progmodes/compile.el @ 11308:1401dd853db7

(compilation-error-regexp-alist): Extend Ultrix 3.0 f77 to also match SGI cc.
author Roland McGrath <roland@gnu.org>
date Sat, 08 Apr 1995 20:15:20 +0000
parents d67cbc284d24
children 18c571c257aa
comparison
equal deleted inserted replaced
11307:f6b6a67ff758 11308:1401dd853db7
135 ;; which is regexp Impressionism - it matches almost anything! 135 ;; which is regexp Impressionism - it matches almost anything!
136 ("([ \t]*\\([^:( \t\n]+\\)[:(][ \t]*\\([0-9]+\\))" 1 2) 136 ("([ \t]*\\([^:( \t\n]+\\)[:(][ \t]*\\([0-9]+\\))" 1 2)
137 137
138 ;; Ultrix 3.0 f77: 138 ;; Ultrix 3.0 f77:
139 ;; fort: Severe: addstf.f, line 82: Missing operator or delimiter symbol 139 ;; fort: Severe: addstf.f, line 82: Missing operator or delimiter symbol
140 ("\nfort: [^:\n]*: \\([^ \n]*\\), line \\([0-9]+\\):" 1 2) 140 ;; Some SGI cc version:
141 ;; cfe: Warning 835: foo.c, line 2: something
142 ("\n\\(cfe\\|fort\\): [^:\n]*: \\([^ \n]*\\), line \\([0-9]+\\):" 2 3)
141 ;; Error on line 3 of t.f: Execution error unclassifiable statement 143 ;; Error on line 3 of t.f: Execution error unclassifiable statement
142 ;; Unknown who does this: 144 ;; Unknown who does this:
143 ;; Line 45 of "foo.c": bloofel undefined 145 ;; Line 45 of "foo.c": bloofel undefined
144 ;; Absoft FORTRAN 77 Compiler 3.1.3 146 ;; Absoft FORTRAN 77 Compiler 3.1.3
145 ;; error on line 19 of fplot.f: spelling error? 147 ;; error on line 19 of fplot.f: spelling error?