public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/12890] New: ICE on compilation of class with throwing method
@ 2003-11-03 20:17 gcc-bug at vogtner dot de
  2003-11-03 20:20 ` [Bug java/12890] " gcc-bug at vogtner dot de
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: gcc-bug at vogtner dot de @ 2003-11-03 20:17 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: ICE on compilation of class with throwing method
           Product: gcc
           Version: 3.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gcc-bug at vogtner dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu

to reproduce:

(1) put files M.java and E.java in cwd
(2) execute gcj M.java

I get:
   M.java:0: internal compiler error: Segmentation fault
   Please submit a full bug report,
   with preprocessed source if appropriate.
   See <URL:http://gcc.gnu.org/bugs.html> for instructions.

Error show up with GCC 3.3, does not show up with GCC 3.2.2

==> M.java START <==
import E;

public class M {
        void fun (M q) throws E
        {
        }
};
==> M.java END <==
==> E.java START <==
public class E extends Throwable {
}
==> E.java END <==


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

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

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-03 20:17 [Bug java/12890] New: ICE on compilation of class with throwing method gcc-bug at vogtner dot de
2003-11-03 20:20 ` [Bug java/12890] " gcc-bug at vogtner dot de
2003-11-03 20:21 ` gcc-bug at vogtner dot de
2003-11-04  1:21 ` jbuck at gcc dot gnu dot org
2003-11-04  4:38 ` [Bug java/12890] [3.3 Regression] " pinskia at gcc dot gnu dot org
2003-11-11 16:29 ` aph at gcc dot gnu dot org
2003-11-12 15:24 ` cvs-commit at gcc dot gnu dot org
2003-11-12 15:25 ` aph at gcc dot gnu dot org
2004-02-26  6:14 ` gcc-bug at vogtner dot de
2004-02-26  6:37 ` dhazeghi at yahoo dot com
2004-02-26 11:14 ` aph at redhat dot com
2004-02-26 11:14 ` cvs-commit at gcc dot gnu dot org
2004-02-26 13:59 ` aph at gcc dot gnu dot org
2004-02-26 16:28 ` pinskia 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).