GNU bug report logs - #43203
etags with c++ constructor with try makes it ignore following code

Previous Next

Package: emacs;

Reported by: Thorbjørn Willoch <Thorbjorn.Willoch <at> strydefurther.com>

Date: Fri, 4 Sep 2020 13:11:02 UTC

Severity: normal

To reply to this bug, email your comments to 43203 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#43203; Package emacs. (Fri, 04 Sep 2020 13:11:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Thorbjørn Willoch <Thorbjorn.Willoch <at> strydefurther.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Fri, 04 Sep 2020 13:11:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Thorbjørn Willoch
 <Thorbjorn.Willoch <at> strydefurther.com>
To: "bug-gnu-emacs <at> gnu.org" <bug-gnu-emacs <at> gnu.org>
Subject: etags with c++ constructor with try makes it ignore following code
Date: Fri, 4 Sep 2020 11:34:27 +0000
[Message part 1 (text/plain, inline)]
foo.cc:
-----------------------------------------------
#include <iostream>

struct Foo { Foo(); };

Foo::Foo() try
{ throw;
} catch(...) {
    std::cerr << "Goodbye\n";
}

int DoYouSeeThis() { return 0; }
---------------------------------------------------
etags foo.cc
cat TAGS
/home/twilloch/tst2-etags.cc,36
struct Foo 3,21
Foo::Foo(Foo5,45


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

This bug report was last modified 3 years and 206 days ago.

Previous Next


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