public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/26042]  New: ICE in mark_reference_fields, at java/boehm.c:105
@ 2006-01-31  3:03 bje at gcc dot gnu dot org
  2006-01-31  3:16 ` [Bug java/26042] " pinskia at gcc dot gnu dot org
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: bje at gcc dot gnu dot org @ 2006-01-31  3:03 UTC (permalink / raw)
  To: java-prs

This source file, when compiled with gcj produces an ICE:

package x;

class One
{
    long l;    // no ICE if this is int, not long
    int b;     // no ICE if this line is gone; type doesn't matter
}

class Two
{
    class Three extends One { }
    Three three () { return new Three (); }
}

The assertion failure is due to:

          /* If this reference slot appears to overlay a slot we think
             we already covered, then we are doomed.  */
          if (offset <= *last_view_index)
            abort ();


-- 
           Summary: ICE in mark_reference_fields, at java/boehm.c:105
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bje at gcc dot gnu dot org
  GCC host triplet: powerpc-linux
GCC target triplet: powerpc-linux


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


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

end of thread, other threads:[~2006-03-30 16:49 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-31  3:03 [Bug java/26042] New: ICE in mark_reference_fields, at java/boehm.c:105 bje at gcc dot gnu dot org
2006-01-31  3:16 ` [Bug java/26042] " pinskia at gcc dot gnu dot org
2006-01-31 17:40 ` tromey at gcc dot gnu dot org
2006-02-03  4:06 ` bje at gcc dot gnu dot org
2006-02-04  2:29 ` tromey at gcc dot gnu dot org
2006-03-20  9:09 ` rguenth at gcc dot gnu dot org
2006-03-21  2:54 ` bje at gcc dot gnu dot org
2006-03-27 22:03 ` tromey at gcc dot gnu dot org
2006-03-28  1:14 ` tromey at gcc dot gnu dot org
2006-03-29 15:12 ` tromey at gcc dot gnu dot org
2006-03-29 16:52 ` tromey at gcc dot gnu dot org
2006-03-30 16:39 ` tromey at gcc dot gnu dot org
2006-03-30 16:47 ` tromey at gcc dot gnu dot org
2006-03-30 16:49 ` tromey 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).