This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/81873] spurious -Wreturn-type calling a locally declared noreturn function
- 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: Thu, 17 Aug 2017 15:31:00 +0000
- Subject: [Bug c++/81873] spurious -Wreturn-type calling a locally declared noreturn function
- Auto-submitted: auto-generated
- References: <bug-81873-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81873
Martin Sebor <msebor at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=69855,
| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=81608
--- Comment #3 from Martin Sebor <msebor at gcc dot gnu.org> ---
As mentioned in comment #2, this bug could be caused by the same underlying
problem as bug 81608, which is a duplicate of 69855.