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 middle-end/16558] [4.0 Regression]: bogus missing-return warning


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


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