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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1
   Target Milestone|---                         |4.9.0
            Summary|ICE in expand_expr_real_2   |[4.9 Regression] ICE in
                   |                            |expand_expr_real_2

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Reduced testcase:
struct A { A (); ~A (); };
struct B { A b[4]; };
struct C { B c[5]; };
const C e = {};

Reply via email to