public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/13508] New: ICE on legal code
@ 2003-12-30  0:06 rmerkert at alphatech dot com
  2003-12-30  0:07 ` [Bug java/13508] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: rmerkert at alphatech dot com @ 2003-12-30  0:06 UTC (permalink / raw)
  To: gcc-bugs

The following code produces ICE:

cat > A.java <<EOF
public class A{
    public class B {
        public B() {
            assert false;
        }
    }
}
EOF
gcj -c A.java -classpath .

It seems to have something to do with the inner class, because this code works:
public class A{
    public A() {
            assert false;
    }
}


ICE happens in 3.4.0 20031224 and 3.3.3 20031222 and also in all other 3.3.x
releases.

-- 
           Summary: ICE on legal code
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P1
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rmerkert at alphatech dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: gcj (GCC) 3.4.0 20031224 (experimental)


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


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

end of thread, other threads:[~2004-02-28  0:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-30  0:06 [Bug java/13508] New: ICE on legal code rmerkert at alphatech dot com
2003-12-30  0:07 ` [Bug java/13508] " pinskia at gcc dot gnu dot org
2003-12-30  0:08 ` pinskia at gcc dot gnu dot org
2003-12-30  0:18 ` pinskia at gcc dot gnu dot org
2003-12-30  0:20 ` [Bug java/13508] ICE on assert in inner class pinskia at gcc dot gnu dot org
2004-02-26 16:41 ` pinskia at gcc dot gnu dot org
2004-02-28  0:55 ` cvs-commit at gcc dot gnu dot org
2004-02-28  0:59 ` bothner 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).