[Bug c++/16338] [3.4/3.5 Regression] Internal error when throwing..??..
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Jul 2 23:03:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-07-02 23:02 -------
Confirmed here is a reduced testcase:
struct err_obj
{
int error_code;
};
void hello(void) throw(err_obj)
{
throw (err_obj) { 3};
return;
}
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |ice-on-valid-code
Known to fail| |3.4.0 3.5.0
Known to work| |3.3.3
Last reconfirmed|0000-00-00 00:00:00 |2004-07-02 23:02:55
date| |
Summary|Internal error when |[3.4/3.5 Regression]
|throwing..??.. |Internal error when
| |throwing..??..
Target Milestone|--- |3.4.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16338
More information about the Gcc-bugs
mailing list