void
af (void *a)
{
}
void
bf (void)
{
  int i = 1;
  char v[i];
  af (v);
}

.../xgcc (-B...) -fexceptions -c -o 1.o 1.c 
1.c: In function ‘bf’:
1.c:6:1: internal compiler error: in expand_gimple_stmt_1, at cfgexpand.c:1947

xgcc (GCC) 4.5.0 20090925 (experimental)


-- 
           Summary: -fexceptions ICE in expand_gimple_stmt_1, at
                    cfgexpand.c:1947
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jan dot kratochvil at redhat dot com
GCC target triplet: x86_64-unknown-linux-gnu


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

Reply via email to