changeset 14048:1a0cc425fb62

Mon Nov 6 18:01:01 1995 Dave Love <d.love@dl.ac.uk> * compile.el (compilation-error-regexp-alist): Add MIPS lint regexps.
author Roland McGrath <roland@gnu.org>
date Sat, 06 Jan 1996 21:11:08 +0000
parents 2df0227ff613
children d35edcfdefc1
files lisp/progmodes/compile.el
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Sat Jan 06 21:09:40 1996 +0000
+++ b/lisp/progmodes/compile.el	Sat Jan 06 21:11:08 1996 +0000
@@ -135,6 +135,12 @@
     ;; which is regexp Impressionism - it matches almost anything!
     ("([ \t]*\\([^:( \t\n]+\\)[:(][ \t]*\\([0-9]+\\))" 1 2)
 
+    ;; MIPS lint pass<n>; looks good for SunPro lint also
+    ;;  TrimMask (255) in solomon.c may be indistinguishable from TrimMasks (93) in solomon.c due to truncation
+    ("[^ ]+ (\\([0-9]+\\)) in \\([^ ]+\\)" 2 1)
+    ;;  name defined but never used: LinInt in cmap_calc.c(199)
+    ("in \\([^(]+\\)(\\([0-9]+\\))$" 1 2)
+
     ;; Ultrix 3.0 f77:
     ;;  fort: Severe: addstf.f, line 82: Missing operator or delimiter symbol
     ;; Some SGI cc version: