diff lisp/progmodes/compile.el @ 7138:cbe3820953c6

(compilation-error-regexp-alist): Add fortran pattern.
author Karl Heuer <kwzh@gnu.org>
date Wed, 27 Apr 1994 21:57:57 +0000
parents 59c3c3a1b571
children 4d808a6268a3
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Wed Apr 27 21:43:24 1994 +0000
+++ b/lisp/progmodes/compile.el	Wed Apr 27 21:57:57 1994 +0000
@@ -126,6 +126,8 @@
     ("([ \t]*\\([^:( \t\n]+\\)[:(][ \t]*\\([0-9]+\\))" 1 2)
 
     ;; Ultrix 3.0 f77:
+    ;;  fort: Severe: addstf.f, line 82: Missing operator or delimiter symbol
+    ("\nfort: [^:\n]*: \\([^ \n]*\\), line \\([0-9]+\\):" 1 2)
     ;;  Error on line 3 of t.f: Execution error unclassifiable statement    
     ;; Unknown who does this:
     ;;  Line 45 of "foo.c": bloofel undefined