]> git.eshelyaron.com Git - emacs.git/commitdiff
Mon Nov 6 18:01:01 1995 Dave Love <d.love@dl.ac.uk>
authorRoland McGrath <roland@gnu.org>
Sat, 6 Jan 1996 21:11:08 +0000 (21:11 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 6 Jan 1996 21:11:08 +0000 (21:11 +0000)
        * compile.el (compilation-error-regexp-alist): Add MIPS lint
        regexps.

lisp/progmodes/compile.el

index 28f2f6da7143fb16472eb580f6bc0c7e14da947f..40957a9b34ed306d0dd16787e9c96c9ce6c65ead 100644 (file)
@@ -135,6 +135,12 @@ or when it is used with \\[next-error] or \\[compile-goto-error].")
     ;; 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: