[Bug tree-optimization/17697] [4.0 Regression] ICE: Statement marked for throw, but doesn't - verify_stmts failed
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Sep 27 17:23:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-09-27 17:23 -------
: Search converges between 2004-09-23-161002-trunk (#557) and 2004-09-24-014001-trunk
(#558).
Reduced testcase:
extern "C"
{
extern int strcmp (__const char *__s1, __const char *__s2) throw () __attribute__ ((__pure__));
}
namespace aa
{
extern int strcmp (const char *s, const char *t);
}
inline int aa::strcmp (const char *s, const char *t)
{ return ::strcmp (s, t); }
int temp(char *a) throw()
{
return aa::strcmp ("", a);
}
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2004-09-27 17:23:09
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17697
More information about the Gcc-bugs
mailing list