This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/14230] [3.3/3.4/3.5 Regression] ICE in cp_expr_size
- From: "giovannibajo at libero dot it" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Feb 2004 00:59:25 -0000
- Subject: [Bug c++/14230] [3.3/3.4/3.5 Regression] ICE in cp_expr_size
- References: <20040221001620.14230.jakub@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From giovannibajo at libero dot it 2004-02-23 00:59 -------
Confirmed, and reduced thus:
------------------------------------------------
struct A {
A ();
A (const A&);
A& operator= (const A&);
};
struct D {
A a;
};
const A& z = D().a;
------------------------------------------------
pr14230.cc:11: internal compiler error: in cp_expr_size, at cp/cp-lang.c:345
--
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |critical
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |rejects-valid
Known to fail| |3.3.3 3.4.0 3.5.0
Known to work| |3.2.3
Last reconfirmed|0000-00-00 00:00:00 |2004-02-23 00:59:24
date| |
Summary|ICE in cp_expr_size |[3.3/3.4/3.5 Regression] ICE
| |in cp_expr_size
Target Milestone|--- |3.3.4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14230