diff lisp/progmodes/compile.el @ 79785:1f0710a42481

Kevin Ryde <user42 at zip.com.au> (compilation-error-regexp-alist-alist): For perl, allow "during global destruction" at end.
author Glenn Morris <rgm@gnu.org>
date Tue, 08 Jan 2008 07:50:05 +0000
parents a1342e6e097a
children f41bdf06d470
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Tue Jan 08 05:21:00 2008 +0000
+++ b/lisp/progmodes/compile.el	Tue Jan 08 07:50:05 2008 +0000
@@ -273,8 +273,12 @@
 \\(?:,\\| in\\| of\\)? file \\(.*?\\):?$"
      3 1 2)
 
+    ;; "during global destruction": This comes out under "use
+    ;; warnings" in recent perl when breaking circular references
+    ;; during program or thread exit.
     (perl
-     " at \\([^ \n]+\\) line \\([0-9]+\\)\\(?:[,.]\\|$\\)" 1 2)
+     " at \\([^ \n]+\\) line \\([0-9]+\\)\\(?:[,.]\\|$\\| \
+during global destruction\\.$\\)" 1 2)
 
     (rxp
      "^\\(?:Error\\|Warnin\\(g\\)\\):.*\n.* line \\([0-9]+\\) char\