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

.../xgcc (-B...) -fexceptions -c -o 1.o 1.c 
1.c: In function ‘bf’:
1.c:7:1: internal compiler error: in partition_view_bitmap, at
tree-ssa-live.c:331

xgcc (GCC) 4.5.0 20090925 (experimental)

Expecting it is a duplicate of similar Bug 41469.


-- 
           Summary: -fexceptions ICE in partition_view_bitmap, at tree-ssa-
                    live.c:331
           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=41470

Reply via email to