[Bug c++/81675] [6 Regression] attribute(noreturn) of destructor in :? not honored

2023-03-01 Thread qrczakmk at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81675

Marcin Kowalczyk  changed:

   What|Removed |Added

 CC||qrczakmk at gmail dot com

--- Comment #7 from Marcin Kowalczyk  ---
The bug is actually present in gcc-12.2.0 if foo() is a template (add "template
" before "int foo()").

[Bug c++/81675] [6 Regression] attribute(noreturn) of destructor in :? not honored

2018-10-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81675

Jakub Jelinek  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
   Target Milestone|6.5 |7.3

--- Comment #6 from Jakub Jelinek  ---
GCC 6 branch is being closed, fixed in 7.x.

[Bug c++/81675] [6 Regression] attribute(noreturn) of destructor in :? not honored

2017-12-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81675

Jakub Jelinek  changed:

   What|Removed |Added

Summary|[6/7 Regression]|[6 Regression]
   |attribute(noreturn) of  |attribute(noreturn) of
   |destructor in :? not|destructor in :? not
   |honored |honored

--- Comment #5 from Jakub Jelinek  ---
Fixed for 7.3+ too.