------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-29 
07:21 -------
The code is invalid, reduced to:
struct a
{
  a(const a&);
};
struct b
{
  a aa __attribute__((packed));
};
struct c
{
  b bb;
  c(const b& __a): bb(__a) {}
};

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   GCC host triplet|MinGW 3.7, Windows vlada-xp |
                   |5.1 SP2 x86                 |
                   |Intel_x86_Family15_Model    |
           Keywords|                            |ice-on-invalid-code
   Last reconfirmed|0000-00-00 00:00:00         |2005-03-29 07:21:59
               date|                            |
            Summary|Make process stopped        |[3.4/4.0/4.1 Regression]
                   |                            |Make process stopped
   Target Milestone|---                         |4.0.1


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

Reply via email to