diff options
| author | Roland McGrath | 1996-01-06 21:03:47 +0000 |
|---|---|---|
| committer | Roland McGrath | 1996-01-06 21:03:47 +0000 |
| commit | 21f47958e447aa3bd01dbc795d0d19c73c6cc9af (patch) | |
| tree | 66df8b9952207c5978711c121ef512b3e33042a2 | |
| parent | fd5e58d78df3745e518659b3c4c5f2c07e246018 (diff) | |
| download | emacs-21f47958e447aa3bd01dbc795d0d19c73c6cc9af.tar.gz emacs-21f47958e447aa3bd01dbc795d0d19c73c6cc9af.zip | |
(compilation-error-regexp-alist): Add regexp for IBM AIX xlc compiler.
| -rw-r--r-- | lisp/progmodes/compile.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 464fcc90d3a..dd632e8971e 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el | |||
| @@ -172,6 +172,9 @@ of[ \t]+\"?\\([^\":\n]+\\)\"?:" 3 2) | |||
| 172 | ("in line \\([0-9]+\\) of file \\([^ \n]+[^. \n]\\)\\.? " 2 1) | 172 | ("in line \\([0-9]+\\) of file \\([^ \n]+[^. \n]\\)\\.? " 2 1) |
| 173 | ;; IBM AIX lint is too painful to do right this way. File name | 173 | ;; IBM AIX lint is too painful to do right this way. File name |
| 174 | ;; prefixes entire sections rather than being on each line. | 174 | ;; prefixes entire sections rather than being on each line. |
| 175 | ;; IBM AIX xlc compiler: | ||
| 176 | ;; "src/swapping.c", line 30.34: 1506-342 (W) "/*" detected in comment. | ||
| 177 | ("\"\\([^\"]+\\)\", lines? \\([0-9]+\\)\\(\\.\\([0-9]+\\)\\)" 1 2 4) | ||
| 175 | 178 | ||
| 176 | ;; Lucid Compiler, lcc 3.x | 179 | ;; Lucid Compiler, lcc 3.x |
| 177 | ;; E, file.cc(35,52) Illegal operation on pointers | 180 | ;; E, file.cc(35,52) Illegal operation on pointers |