changeset 4350:7ef7f31aab53

(compilation-error-regexp-alist): Broaden RS6000 regexp to match "lines N-M," or "line N,".
author Roland McGrath <roland@gnu.org>
date Fri, 30 Jul 1993 05:32:45 +0000
parents dd0ad363f07a
children 2173e8c3723b
files lisp/progmodes/compile.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Fri Jul 30 03:20:49 1993 +0000
+++ b/lisp/progmodes/compile.el	Fri Jul 30 05:32:45 1993 +0000
@@ -137,7 +137,9 @@
     ;;	"foo.f", line 3: Error: syntax error near end of statement
     ;; IBM RS6000:
     ;;  "vvouch.c", line 19.5: 1506-046 (S) Syntax error.
-    ("\"\\([^,\" \n\t]+\\)\", line \\([0-9]+\\)[:.]" 1 2)
+    ;; Unknown compiler:
+    ;;  File "foobar.ml", lines 5-8, characters 20-155: blah blah
+    ("\"\\([^,\" \n\t]+\\)\", lines? \\([0-9]+\\)[:.,-]" 1 2)
 
     ;; MIPS RISC CC - the one distributed with Ultrix:
     ;;	ccom: Error: foo.c, line 2: syntax error