[Bug c++/14230] [3.3/3.4/3.5 Regression] ICE in cp_expr_size

giovannibajo at libero dot it gcc-bugzilla@gcc.gnu.org
Mon Feb 23 00:59:00 GMT 2004


------- 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



More information about the Gcc-bugs mailing list