This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: getlocalvartable test falure
- From: Tom Tromey <tromey at redhat dot com>
- To: Kyle Galloway <kgallowa at redhat dot com>
- Cc: java at gcc dot gnu dot org
- Date: 02 Mar 2007 14:49:25 -0700
- Subject: Re: getlocalvartable test falure
- References: <17884.26374.648591.317903@zebedee.pink> <45DDECD3.6040207@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Kyle" == Kyle Galloway <kgallowa@redhat.com> writes:
Kyle> Interestingly, this failure does not occur on x86_64, only on 32-bit
Kyle> machines. The cause of this was that the Allocate calls for signature
Kyle> and generic signature of the var table were using the wrong size
Kyle> arguments. I have fixed this. I have also included fix to get rid
Kyle> of the compile warnings, since these are related to the same block of
Kyle> code. I also noticed that the test case itself was not calling
Kyle> Deallocate on these same strings, and have included a fix for that as
Kyle> well. The additional changes I consider trivial, but I can easily
Kyle> apply the separately if that is desired.
I didn't see this go in... did I miss it somehow?
If you are waiting for approval, it is ok :-)
Tom