=== modified file 'lisp/ChangeLog' --- lisp/ChangeLog 2012-08-27 09:05:55 +0000 +++ lisp/ChangeLog 2012-08-27 13:58:09 +0000 @@ -1,3 +1,8 @@ +2012-08-27 Christopher Schmidt + + * progmodes/compile.el (compilation-error-regexp-alist-alist): + Identify g++ template instantiation trace (Bug#). + 2012-08-27 Drew Adams * dired.el (dired-pop-to-buffer): Make window start at beginning === modified file 'lisp/progmodes/compile.el' --- lisp/progmodes/compile.el 2012-08-26 13:42:18 +0000 +++ lisp/progmodes/compile.el 2012-08-27 14:11:47 +0000 @@ -255,7 +255,8 @@ \\([0-9]+\\)\\(?:[.:]\\([0-9]+\\)\\)?\ \\(?:-\\([0-9]+\\)?\\(?:\\.\\([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))