This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][Java] Fix PR38374, type verification errors with the constant pool decl


Richard Guenther wrote:
> On Wed, 15 Apr 2009, Richard Guenther wrote:
> 
>> This fixes the issue that the Java frontend patches the type of the
>> constant pool decl thereby invalidating all built address-expressions.
>>
>> The "fix" is to retain the old pointer type as a valid one to access
>> the new type.
>>
>> Bootstrapped and tested on x86_64-unknown-linux-gnu, ok for trunk?
>>
>> This is necessary to keep libjava bootstrapping after enabling
>> type verification throughout the compilation.
> 
> Ping!

OK.  I missed this because it didn't go to java-patches.

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]