changeset 11308:1401dd853db7

(compilation-error-regexp-alist): Extend Ultrix 3.0 f77 to also match SGI cc.
author Roland McGrath <roland@gnu.org>
date Sat, 08 Apr 1995 20:15:20 +0000
parents f6b6a67ff758
children c584bf36429f
files lisp/progmodes/compile.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Sat Apr 08 20:15:04 1995 +0000
+++ b/lisp/progmodes/compile.el	Sat Apr 08 20:15:20 1995 +0000
@@ -137,7 +137,9 @@
 
     ;; Ultrix 3.0 f77:
     ;;  fort: Severe: addstf.f, line 82: Missing operator or delimiter symbol
-    ("\nfort: [^:\n]*: \\([^ \n]*\\), line \\([0-9]+\\):" 1 2)
+    ;; Some SGI cc version:
+    ;;  cfe: Warning 835: foo.c, line 2: something
+    ("\n\\(cfe\\|fort\\): [^:\n]*: \\([^ \n]*\\), line \\([0-9]+\\):" 2 3)
     ;;  Error on line 3 of t.f: Execution error unclassifiable statement    
     ;; Unknown who does this:
     ;;  Line 45 of "foo.c": bloofel undefined