[Bug libgcj/26103] Wrong exception thrown

2006-03-07 Thread tromey at gcc dot gnu dot org
--- Comment #6 from tromey at gcc dot gnu dot org 2006-03-07 21:41 --- Fix checked in. -- tromey at gcc dot gnu dot org changed: What|Removed |Added Status|AS

[Bug libgcj/26103] Wrong exception thrown

2006-03-07 Thread tromey at gcc dot gnu dot org
--- Comment #5 from tromey at gcc dot gnu dot org 2006-03-07 21:39 --- Subject: Bug 26103 Author: tromey Date: Tue Mar 7 21:39:44 2006 New Revision: 111820 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111820 Log: PR libgcj/26103: * java/lang/ClassLoader.java (

[Bug libgcj/26103] Wrong exception thrown

2006-03-07 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2006-03-07 21:34 --- Subject: Bug 26103 Author: tromey Date: Tue Mar 7 21:34:46 2006 New Revision: 111819 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111819 Log: PR libgcj/26103: * java/lang/ClassLoader.java (

[Bug libgcj/26103] Wrong exception thrown

2006-03-07 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2006-03-07 18:52 --- Testing a patch. -- tromey at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|u

[Bug libgcj/26103] Wrong exception thrown

2006-02-05 Thread mark at gcc dot gnu dot org
--- Comment #2 from mark at gcc dot gnu dot org 2006-02-05 14:44 --- I added a mauve test for this and some other cases. gcj fails a couple of them because it tries to handle array classes specially through loadClassFromSig(). See gnu.testlet.java.lang.ClassLoader.loadClass in Mauve.

[Bug libgcj/26103] Wrong exception thrown

2006-02-05 Thread konqueror at gmx dot de
--- Comment #1 from konqueror at gmx dot de 2006-02-05 13:14 --- Created an attachment (id=10781) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10781&action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26103