------- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-23
05:21 -------
Here is the simplified testcase:
static inline bool f() throw()
{
return 0;
}
bool ff()
{
return f();
}
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2005-01-23 05:21:08
date| |
Summary|Incorrect diagnostic: |[4.0 Regression] Incorrect
|control may reach end of |diagnostic: control may
|non-void function '...' |reach end of non-void
|being inlined |function '...' being inlined
Target Milestone|--- |4.0.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19583