public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/39412]  New: [4.4 Regression] ICE in gen_tagged_type_instantiation_die
@ 2009-03-09 17:01 jakub at gcc dot gnu dot org
  2009-12-15 16:37 ` [Bug debug/39412] [4.3 " rguenth at gcc dot gnu dot org
  2010-05-22 18:30 ` rguenth at gcc dot gnu dot org
  0 siblings, 2 replies; 3+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-03-09 17:01 UTC (permalink / raw)
  To: gcc-bugs

struct S { int i; };

void
bar (const void *x, unsigned long y)
{
  const union { struct S a[y / sizeof (struct S)]; } *u = x;
}

void
foo (const void *x, unsigned long y)
{
  bar (x, y);
}

ICEs at -O[23s] -g with
internal compiler error: in gen_tagged_type_instantiation_die, at
dwarf2out.c:14850


-- 
           Summary: [4.4 Regression] ICE in
                    gen_tagged_type_instantiation_die
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: debug
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jakub at gcc dot gnu dot org


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


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

end of thread, other threads:[~2011-06-27 12:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-39412-4@http.gcc.gnu.org/bugzilla/>
2011-06-27 12:04 ` [Bug debug/39412] [4.3 Regression] ICE in gen_tagged_type_instantiation_die rguenth at gcc dot gnu.org
2009-03-09 17:01 [Bug debug/39412] New: [4.4 " jakub at gcc dot gnu dot org
2009-12-15 16:37 ` [Bug debug/39412] [4.3 " rguenth at gcc dot gnu dot org
2010-05-22 18:30 ` rguenth 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).