From 984ae4edd25c732899aff6cc38bfeba290ac9c45 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 8 Apr 1995 20:15:20 +0000 Subject: [PATCH] (compilation-error-regexp-alist): Extend Ultrix 3.0 f77 to also match SGI cc. --- lisp/progmodes/compile.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.5