comparison lisp/progmodes/compile.el @ 5633:6e0443843832

(compilation-error-regexp-alist): Handle DEC AXP OSF/1.
author Richard M. Stallman <rms@gnu.org>
date Wed, 19 Jan 1994 14:21:20 +0000
parents f600a46890d1
children bd2a637f1b30
comparison
equal deleted inserted replaced
5632:63d80d94e0d7 5633:6e0443843832
142 ;; "foo.c", line 32 pos 1; (E) syntax error; unexpected symbol: "lossage" 142 ;; "foo.c", line 32 pos 1; (E) syntax error; unexpected symbol: "lossage"
143 ("\"\\([^,\" \n\t]+\\)\", lines? \\([0-9]+\\)[:., -]" 1 2) 143 ("\"\\([^,\" \n\t]+\\)\", lines? \\([0-9]+\\)[:., -]" 1 2)
144 144
145 ;; MIPS RISC CC - the one distributed with Ultrix: 145 ;; MIPS RISC CC - the one distributed with Ultrix:
146 ;; ccom: Error: foo.c, line 2: syntax error 146 ;; ccom: Error: foo.c, line 2: syntax error
147 ("rror: \\([^,\" \n\t]+\\), line \\([0-9]+\\):" 1 2) 147 ;; DEC AXP OSF/1 cc
148 ;; /usr/lib/cmplrs/cc/cfe: Error: foo.c: 1: blah blah
149 ("rror: \\([^,\" \n\t]+\\)[,:] \\(line \\)?\\([0-9]+\\):" 1 3)
148 150
149 ;; IBM AIX PS/2 C version 1.1: 151 ;; IBM AIX PS/2 C version 1.1:
150 ;; ****** Error number 140 in line 8 of file errors.c ****** 152 ;; ****** Error number 140 in line 8 of file errors.c ******
151 ("in line \\([0-9]+\\) of file \\([^ \n]+[^. \n]\\)\\.? " 2 1) 153 ("in line \\([0-9]+\\) of file \\([^ \n]+[^. \n]\\)\\.? " 2 1)
152 ;; IBM AIX lint is too painful to do right this way. File name 154 ;; IBM AIX lint is too painful to do right this way. File name