This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/16558] [4.0 Regression]: bogus missing-return 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: 25 Nov 2004 20:37:08 -0000
- Subject: [Bug middle-end/16558] [4.0 Regression]: bogus missing-return warning
- References: <20040715015458.16558.snyder@fnal.gov>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-25 20:37 -------
Maybe we should do simple ccp for compiler generated decls which will fix this and most likely will
improve compile time at -O0. Or maybe in the EH lowering part fix up the problem when we know that
the finally_tmp will always be 0.
--
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2004-09-22 18:36:49 |2004-11-25 20:37:04
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16558