This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/16338] [3.4/3.5 Regression] Internal error when throwing..??..
- 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: 2 Jul 2004 23:03:01 -0000
- Subject: [Bug c++/16338] [3.4/3.5 Regression] Internal error when throwing..??..
- References: <20040702225419.16338.mattias_hultgren@hotmail.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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