public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/23220] New: ICE in a specific doubly-nested class
@ 2005-08-03 22:14 greenrd at greenrd dot org
  2005-08-04  4:31 ` [Bug java/23220] [3.4/4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: greenrd at greenrd dot org @ 2005-08-03 22:14 UTC (permalink / raw)
  To: java-prs

I have reduced this test case as much I could. The fact that it doesn't seem
reducable any further suggests that this is a highly unlikely-to-be-hit corner
case :)

# cat ThreadSpawnerThread.java
public class ThreadSpawnerThread extends Thread {

  public static class AvailableQueue {

    public class WorkerThread extends Thread {

      private WorkerThread () {
        start ();
      }

    }

  }

}

# gcj -C ThreadSpawnerThread.java
ThreadSpawnerThread.java: In class
'ThreadSpawnerThread$AvailableQueue$WorkerThread':
ThreadSpawnerThread.java: In constructor '(ThreadSpawnerThread$AvailableQueue)':
ThreadSpawnerThread.java:8: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.

# gcc -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with:
/var/tmp/portage/gcc-4.1.0_beta20050730/work/gcc-4.1-20050730/configure
--enable-version-specific-runtime-libs --prefix=/usr
--bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.1.0-beta20050730
--includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.0-beta20050730/include
--datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.0-beta20050730
--mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.0-beta20050730/man
--infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.0-beta20050730/info
--with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.0-beta20050730/include/g++-v4
--host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec
--enable-nls --without-included-gettext --with-system-zlib --disable-checking
--disable-werror --disable-libunwind-exceptions --disable-multilib
--enable-java-awt=gtk --enable-languages=c,c++,java --enable-shared
--enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
Thread model: posix
gcc version 4.1.0 20050730 (experimental)

-- 
           Summary: ICE in a specific doubly-nested class
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: greenrd at greenrd dot org
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org


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


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

end of thread, other threads:[~2005-08-09  0:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-03 22:14 [Bug java/23220] New: ICE in a specific doubly-nested class greenrd at greenrd dot org
2005-08-04  4:31 ` [Bug java/23220] [3.4/4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
2005-08-04 15:08 ` greenrd at greenrd dot org
2005-08-09  0:44 ` greenrd at greenrd 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).