]> git.eshelyaron.com Git - emacs.git/commitdiff
* progmodes/compile.el (compilation-error-regexp-alist-alist):
authorChristopher Schmidt <christopher@ch.ristopher.com>
Sat, 2 Feb 2013 06:15:05 +0000 (07:15 +0100)
committerChristopher Schmidt <christopher@ch.ristopher.com>
Sat, 2 Feb 2013 06:15:05 +0000 (07:15 +0100)
Identify g++ template instantiation trace.  (Bug#12287)

lisp/ChangeLog
lisp/progmodes/compile.el

index 13aacfc85ddd6d8fb6166bea2e23fe0ac4046742..7c4db96657fbae3a62f73d61e89e15d3b8474f7c 100644 (file)
@@ -1,3 +1,8 @@
+2013-02-02  Christopher Schmidt  <christopher@ch.ristopher.com>
+
+       * progmodes/compile.el (compilation-error-regexp-alist-alist):
+       Identify g++ template instantiation trace.  (Bug#12287)
+
 2013-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * mouse.el (mouse-drag-track): Always deactivate the mark before
index eb73b77bf529560aaa923a0f6167afc98cbab5e7..d4e3fd01f1ae1030e98b3dbbd035b4d103638613 100644 (file)
@@ -265,7 +265,8 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2 nil (1))
 \\([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))