From mboxrd@z Thu Jan 1 00:00:00 1970 From: tromey@gcc.gnu.org To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, java-prs@gcc.gnu.org, jddahl@micron.com, nobody@gcc.gnu.org, tromey@gcc.gnu.org Subject: Re: libgcj/2737: User-defined thrown exception is not found Date: Thu, 07 Jun 2001 16:10:00 -0000 Message-id: <20010607231011.28248.qmail@sourceware.cygnus.com> X-SW-Source: 2001-06/msg00264.html List-Id: Synopsis: User-defined thrown exception is not found Responsible-Changed-From-To: unassigned->tromey Responsible-Changed-By: tromey Responsible-Changed-When: Thu Jun 7 16:10:11 2001 Responsible-Changed-Why: I'm looking at it. State-Changed-From-To: open->feedback State-Changed-By: tromey State-Changed-When: Thu Jun 7 16:10:11 2001 State-Changed-Why: I couldn't reproduce this with the current gcc 3.0 branch. I tried making a couple of .java files: one an exception and one that tries to throw that exception from its constructor (like your example). Both classes were in the default package. I tried building these classes both from the directory they were in, and also in another directory using `-I'. Both times it worked fine. Can you give me more information that would help me be able to reproduce the bug? The best way would be if you had a couple of small, self-contained files that I could unpack, plus instructions for how to see the problem. Thanks. http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=2737&database=gcc