This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/20624] [4.0/4.1 Regression] wrong "control reaches end of non-void function" warning
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Aug 2005 19:30:44 -0000
- Subject: [Bug c++/20624] [4.0/4.1 Regression] wrong "control reaches end of non-void function" warning
- References: <20050324162738.20624.oliverst@online.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-17 19:30 -------
(In reply to comment #13)
> The issue here is (produced inside the compiler):
> return <retval>;
> goto <D1792>;
After removing that goto, we still have an issue with the label for D1792. I wonder how can we remove
that lablel.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20624