GNU bug report logs - #37582
26.3; C++ complile error wrong regex

Previous Next

Package: emacs;

Reported by: Richter, Jörg <Joerg.Richter <at> pdv-FS.de>

Date: Wed, 2 Oct 2019 12:29:01 UTC

Severity: normal

Found in version 26.3

Done: Mattias Engdegård <mattiase <at> acm.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Richter, Jörg <Joerg.Richter <at> pdv-FS.de>
To: 37582 <at> debbugs.gnu.org
Subject: bug#37582: 26.3; C++ complile error wrong regex
Date: Wed, 2 Oct 2019 11:50:40 +0000
[Message part 1 (text/plain, inline)]
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'.

[Message part 2 (text/html, inline)]

This bug report was last modified 5 years and 286 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.