public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/41470]  New: -fexceptions ICE in partition_view_bitmap, at tree-ssa-live.c:331
@ 2009-09-25 14:13 jan dot kratochvil at redhat dot com
  2009-09-25 15:04 ` [Bug middle-end/41470] [4.5 Regression] " rguenth at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: jan dot kratochvil at redhat dot com @ 2009-09-25 14:13 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 861 bytes --]

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-09-28 20:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-25 14:13 [Bug c/41470] New: -fexceptions ICE in partition_view_bitmap, at tree-ssa-live.c:331 jan dot kratochvil at redhat dot com
2009-09-25 15:04 ` [Bug middle-end/41470] [4.5 Regression] " rguenth at gcc dot gnu dot org
2009-09-25 15:10 ` rguenth at gcc dot gnu dot org
2009-09-26 16:47 ` matz at gcc dot gnu dot org
2009-09-26 16:49 ` matz at gcc dot gnu dot org
2009-09-26 16:50 ` matz at gcc dot gnu dot org
2009-09-28 20:41 ` hjl at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).