[Bug c/56078] causes cc1 to crash

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Jan 23 08:07:00 GMT 2013


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-01-23 08:06:57 UTC ---
struct T { int a; char b[]; };
struct T t = { .a = 1, .b = "abc", .b[0] = '2' };
is enough, fails even with 3.2, so doesn't look like a regression.



More information about the Gcc-bugs mailing list