]> code.delx.au - gnu-emacs/commitdiff
Kevin Ryde <user42 at zip.com.au>
authorGlenn Morris <rgm@gnu.org>
Tue, 8 Jan 2008 07:53:53 +0000 (07:53 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 8 Jan 2008 07:53:53 +0000 (07:53 +0000)
(compilation-error-regexp-alist-alist): For perl, allow "during global
destruction" at end.

etc/ChangeLog
lisp/ChangeLog
lisp/progmodes/compile.el

index eef42d5a09bb4a8086eb6b18d0fe654c0fef2e98..dd70823418207007daef0d454f366513df1074ab 100644 (file)
@@ -1,3 +1,7 @@
+2008-01-08  Kevin Ryde  <user42@zip.com.au>
+
+       * compilation.txt (perl): Add a "during global destruction" sample.
+
 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * PROBLEMS:
index a0825f7944140269109a2e8b59934b165267aec3..a31a97d3ced0263390a1ec13df9f8ac9f704ef2a 100644 (file)
@@ -1,3 +1,8 @@
+2008-01-08  Kevin Ryde  <user42@zip.com.au>
+
+       * progmodes/compile.el (compilation-error-regexp-alist-alist):
+       For perl, allow "during global destruction" at end.
+
 2008-01-08  Glenn Morris  <rgm@gnu.org>
 
        * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
index 6781862889cca9d1e22583dd0a73dcba5d962dcf..444d3b44e5d170eadd754b8784cef9b59f1d544b 100644 (file)
@@ -1,7 +1,8 @@
 ;;; compile.el --- run compiler as inferior of Emacs, parse error messages
 
 ;; Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-;;   2001, 2002, 2003, 2004, 2005, 2006, 2007  Free Software Foundation, Inc.
+;;   2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
+;;   Free Software Foundation, Inc.
 
 ;; Authors: Roland McGrath <roland@gnu.org>,
 ;;         Daniel Pfeiffer <occitan@esperanto.org>
@@ -280,8 +281,12 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2 nil (1))
 \\(?:,\\| 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\