all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#37582: 26.3; C++ complile error wrong regex
@ 2019-10-02 11:50 Richter, Jörg
  2019-10-04 13:49 ` Mattias Engdegård
  0 siblings, 1 reply; 2+ messages in thread
From: Richter, Jörg @ 2019-10-02 11:50 UTC (permalink / raw)
  To: 37582

[-- Attachment #1: Type: text/plain, Size: 364 bytes --]

compile.el contains this line:

       (: "[ skipping " (+ ".") " ]")

I think this should be:

       (: "[ skipping " (+ (regexp ".")) " ]")

A typical error message is:

boost/container/detail/flat_tree.hpp:589:25:   [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]

This is diagnosed as 'error' and not 'note'.


[-- Attachment #2: Type: text/html, Size: 1101 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-04 13:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-02 11:50 bug#37582: 26.3; C++ complile error wrong regex Richter, Jörg
2019-10-04 13:49 ` Mattias Engdegård

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.