Mercurial > emacs
changeset 14046:000d4719b874
(compilation-error-regexp-alist): Add regexp for IBM AIX xlc compiler.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Sat, 06 Jan 1996 21:03:47 +0000 |
parents | 1300c7703f67 |
children | 2df0227ff613 |
files | lisp/progmodes/compile.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/compile.el Sat Jan 06 20:54:19 1996 +0000 +++ b/lisp/progmodes/compile.el Sat Jan 06 21:03:47 1996 +0000 @@ -172,6 +172,9 @@ ("in line \\([0-9]+\\) of file \\([^ \n]+[^. \n]\\)\\.? " 2 1) ;; IBM AIX lint is too painful to do right this way. File name ;; prefixes entire sections rather than being on each line. + ;; IBM AIX xlc compiler: + ;; "src/swapping.c", line 30.34: 1506-342 (W) "/*" detected in comment. + ("\"\\([^\"]+\\)\", lines? \\([0-9]+\\)\\(\\.\\([0-9]+\\)\\)" 1 2 4) ;; Lucid Compiler, lcc 3.x ;; E, file.cc(35,52) Illegal operation on pointers