This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/81675] [6/7/8 Regression] attribute(noreturn) of destructor in :? not honored
- From: "msebor at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 02 Aug 2017 15:30:23 +0000
- Subject: [Bug c++/81675] [6/7/8 Regression] attribute(noreturn) of destructor in :? not honored
- Auto-submitted: auto-generated
- References: <bug-81675-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81675
Martin Sebor <msebor at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Known to work| |5.3.0
Keywords| |diagnostic
Last reconfirmed| |2017-08-02
CC| |msebor at gcc dot gnu.org
Ever confirmed|0 |1
Summary|attribute(noreturn) of |[6/7/8 Regression]
|destructor in :? not |attribute(noreturn) of
|honored |destructor in :? not
| |honored
Known to fail| |6.3.0, 7.1.0, 8.0
--- Comment #1 from Martin Sebor <msebor at gcc dot gnu.org> ---
Confirmed. The warning was introduced in r230365 (in GCC 6.0), the merge of
the delayed folding branch.