--- Comment #6 from tromey at gcc dot gnu dot org 2006-03-15 18:45 ---
Fix checked in.
--
tromey at gcc dot gnu dot org changed:
What|Removed |Added
Status|AS
--- Comment #5 from tromey at gcc dot gnu dot org 2006-03-15 18:45 ---
Subject: Bug 26638
Author: tromey
Date: Wed Mar 15 18:45:02 2006
New Revision: 112094
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112094
Log:
Correctly reference PR java/26638 in ChangeLogs
Modified:
--- Comment #4 from tromey at gcc dot gnu dot org 2006-03-15 05:26 ---
Testing a patch.
--
tromey at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|u
--- Comment #3 from tromey at gcc dot gnu dot org 2006-03-15 00:25 ---
I see something else strange in here.
maybe_yank_clinit() does nothing unless we are compiling to bytecode.
I can't see why that would be.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26638
--- Comment #2 from tromey at gcc dot gnu dot org 2006-03-15 00:20 ---
I looked at this a bit. First, IMode has a method -- this is a bug,
as it is not needed.
Second, I don't understand why, but we leave a slot in the itable for
. There doesn't seem to be any reason to do this; it j
--- Comment #1 from konqueror at gmx dot de 2006-03-11 07:03 ---
I can confirm the same bug for GCJ 4.1 branch with backported GNU
crypto stuff.
--
konqueror at gmx dot de changed:
What|Removed |Added
---