From: Roland McGrath Date: Sat, 8 Apr 1995 20:15:20 +0000 (+0000) Subject: (compilation-error-regexp-alist): Extend Ultrix 3.0 f77 to also match SGI cc. X-Git-Tag: emacs-19.34~4550 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=984ae4edd25c732899aff6cc38bfeba290ac9c45;p=emacs.git (compilation-error-regexp-alist): Extend Ultrix 3.0 f77 to also match SGI cc. --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 3a9cd3218e5..ed89a985fab 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -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