[Bug middle-end/93576] [8/9/10 Regression] internal compiler error: Segmentation fault (in gimplify.c)

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Feb 12 19:02:00 GMT 2020


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|error-recovery,             |ice-on-valid-code
                   |ice-on-invalid-code         |
           Priority|P3                          |P2
                 CC|                            |jakub at gcc dot gnu.org
   Target Milestone|10.0                        |8.4
            Summary|[10 Regression] internal    |[8/9/10 Regression]
                   |compiler error:             |internal compiler error:
                   |Segmentation fault (in      |Segmentation fault (in
                   |gimplify.c)                 |gimplify.c)

--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Started with r8-6733-gd74641bdd752306ad41b4cd3b2f747ec046cb391
Reduced testcase:
void
foo (void)
{
  int b[] = { 0 };
  (char (*)[(1, 7, 2)]) 0;
}


More information about the Gcc-bugs mailing list