emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r111660: * progmodes/compile.el (comp


From: Christopher Schmidt
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111660: * progmodes/compile.el (compilation-error-regexp-alist-alist):
Date: Sat, 02 Feb 2013 07:15:05 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111660
fixes bug: http://debbugs.gnu.org/12287
committer: Christopher Schmidt <address@hidden>
branch nick: trunk
timestamp: Sat 2013-02-02 07:15:05 +0100
message:
  * progmodes/compile.el (compilation-error-regexp-alist-alist):
  Identify g++ template instantiation trace.  (Bug#12287)
modified:
  lisp/ChangeLog
  lisp/progmodes/compile.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-02-02 03:38:21 +0000
+++ b/lisp/ChangeLog    2013-02-02 06:15:05 +0000
@@ -1,3 +1,8 @@
+2013-02-02  Christopher Schmidt  <address@hidden>
+
+       * progmodes/compile.el (compilation-error-regexp-alist-alist):
+       Identify g++ template instantiation trace.  (Bug#12287)
+
 2013-02-02  Stefan Monnier  <address@hidden>
 
        * mouse.el (mouse-drag-track): Always deactivate the mark before

=== modified file 'lisp/progmodes/compile.el'
--- a/lisp/progmodes/compile.el 2013-01-14 01:09:38 +0000
+++ b/lisp/progmodes/compile.el 2013-02-02 06:15:05 +0000
@@ -265,7 +265,8 @@
 \\([0-9]+\\)\\(?:-\\(?4:[0-9]+\\)\\(?:\\.\\(?5:[0-9]+\\)\\)?\
 
\\|[.:]\\(?3:[0-9]+\\)\\(?:-\\(?:\\(?4:[0-9]+\\)\\.\\)?\\(?5:[0-9]+\\)\\)?\\)?:\
 \\(?: *\\(\\(?:Future\\|Runtime\\)?[Ww]arning\\|W:\\)\\|\
- *\\([Ii]nfo\\(?:\\>\\|rmationa?l?\\)\\|I:\\|instantiated from\\|[Nn]ote\\)\\|\
+ *\\([Ii]nfo\\(?:\\>\\|rmationa?l?\\)\\|I:\\|\\[ skipping .+ \\]\\|\
+\\(?:instantiated\\|required\\) from\\|[Nn]ote\\)\\|\
  *[Ee]rror\\|[0-9]?\\(?:[^0-9\n]\\|$\\)\\|[0-9][0-9][0-9]\\)"
      1 (2 . 4) (3 . 5) (6 . 7))
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]