bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#37582: 26.3; C++ complile error wrong regex


From: Richter
Subject: bug#37582: 26.3; C++ complile error wrong regex
Date: Wed, 2 Oct 2019 11:50:40 +0000

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'.
 

reply via email to

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