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++/18865] [4.0 Regression] ICE in cp_expr_size, at cp/cp-objcp-common.c:86


------- Additional Comments From belyshev at lubercy dot com  2004-12-07 10:20 -------
// reduced testcase

struct T
{
  T ();
  T (const T&);
  T &operator= (const T&);
};

struct S {
  void *p;
  T t;
  void *q;
};

void foo ()
{
  S s = {0, T (), 0};
}


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
  GCC build triplet|i686-linux-gnu              |
   GCC host triplet|i686-linux-gnu              |
 GCC target triplet|i686-linux-gnu              |
           Keywords|                            |ice-on-valid-code
      Known to fail|                            |4.0.0
      Known to work|                            |3.4.4
   Last reconfirmed|0000-00-00 00:00:00         |2004-12-07 10:20:29
               date|                            |
            Summary|ICE in cp_expr_size, at     |[4.0 Regression] ICE in
                   |cp/cp-objcp-common.c:86     |cp_expr_size, at cp/cp-
                   |                            |objcp-common.c:86
   Target Milestone|---                         |4.0.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18865


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