# HG changeset patch # User Roland McGrath # Date 797372120 0 # Node ID 1401dd853db7be1fc5980d686e384aeb4fe01c16 # Parent f6b6a67ff7585a9ec41ab8d090fb26a74f9056d3 (compilation-error-regexp-alist): Extend Ultrix 3.0 f77 to also match SGI cc. diff -r f6b6a67ff758 -r 1401dd853db7 lisp/progmodes/compile.el --- 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