[Bug c/71685] Segmentation fault in gcc when compiling the attached file.

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Jun 28 15:19:00 GMT 2016


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71685

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2016-06-28
                 CC|                            |jakub at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Reduced testcase:
extern struct S v, s;
struct S { int t; int p[]; } v = { 4, 0 };


More information about the Gcc-bugs mailing list