This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/16851] [3.4/3.5 Regression] ICE 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 Aug 2004 00:05:11 -0000
- Subject: [Bug c++/16851] [3.4/3.5 Regression] ICE when throwing
- References: <20040801235250.16851.igodard@pacbell.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-08-02 00:05 -------
Confirmed, reduced testcase:
struct A
{ A(int); };
void xd(int t) {
throw(3,A(t)) ;
}
Related to PR 16338.
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |jason at gcc dot gnu dot org
BugsThisDependsOn| |16338
Keywords| |ice-on-valid-code
Known to fail| |3.4.0 3.5.0
Known to work| |3.3.3
Summary|ICE |[3.4/3.5 Regression] ICE
| |when throwing
Target Milestone|--- |3.4.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16851