[Bug c/40656] Can't initial the fields of unamed struct/union.

2009-07-06 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2009-07-06 19:30 --- Mark as a duplicate of bug 10676 which is still open by the way. *** This bug has been marked as a duplicate of 10676 *** -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug c/40656] Can't initial the fields of unamed struct/union.

2009-07-06 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2009-07-06 19:30 --- Reopening to ... -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug c/40656] Can't initial the fields of unamed struct/union.

2009-07-06 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-07-06 10:15 --- Use struct test t2 = { { .a = 0 } }; -- rguenth at gcc dot gnu dot org changed: What|Removed |Added -