------- Comment #1 from reichelt at gcc dot gnu dot org 2006-07-26 21:35
-------
A similar testcase crashes in a different position:
==========================
struct A
{
A : ();
A : (int);
};
struct B
{
char c;
A a;
};
B b = (B){0};
==========================
On mainline it causes a segfault, on the 4.1 branch an ICE in
count_type_elements, at expr.c:4647
--
reichelt at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |4.0.4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28505