[Bug c++/59916] [4.9 Regression] constructors and destructors can cause "control reaches end of non-void function" warnings with -Os
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jan 29 13:34:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59916
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2014-01-29
Ever confirmed|0 |1
--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
Confirmed btw. No, gimple wants a return stmt, so somewhere it goes wrong -
either wrong GENERIC or wrong C++ specific gimplification.
More information about the Gcc-bugs
mailing list