cat ice99.c
typedef int (*matrix_handler)(int n, double M[restrict n][n]);

gcc -c -std=c99 ice99.c
ice99.c:1: internal compiler error: Segmentation fault


-- 
           Summary: ICE, typedef of function taking VLA
           Product: gcc
           Version: 4.1.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pa at panix dot com
  GCC host triplet: i686-pc-linux-gnu


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

Reply via email to