[Bug c++/59886] [4.9 Regression] ICE in expand_expr_real_2
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jan 20 16:11:00 GMT 2014
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 = {};
More information about the Gcc-bugs
mailing list