This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/20624] [4.0/4.1 Regression] wrong "control reaches end of non-void function" warning


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]