This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]