]> code.delx.au - gnu-emacs/commitdiff
(compilation-error-regexp-alist): Extend Ultrix 3.0 f77 to also match SGI cc.
authorRoland McGrath <roland@gnu.org>
Sat, 8 Apr 1995 20:15:20 +0000 (20:15 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 8 Apr 1995 20:15:20 +0000 (20:15 +0000)
lisp/progmodes/compile.el

index 3a9cd3218e55b389acfa44ac2a095b1941cda06e..ed89a985fab089bbb02c7fe3c640159cf237f79b 100644 (file)
@@ -137,7 +137,9 @@ or when it is used with \\[next-error] or \\[compile-goto-error].")
 
     ;; 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