This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: [PING] [PATCH][JAVA] Sanitize Java frontend global tree building
- From: Andrew Haley <aph at redhat dot com>
- To: java at gcc dot gnu dot org
- Date: Tue, 07 Jun 2011 14:25:24 +0100
- Subject: Re: [PING] [PATCH][JAVA] Sanitize Java frontend global tree building
- References: <alpine.LNX.2.00.1105261632320.810@zhemvz.fhfr.qr> <alpine.LNX.2.00.1106071513110.810@zhemvz.fhfr.qr>
On 06/07/2011 02:13 PM, Richard Guenther wrote:
> On Thu, 26 May 2011, Richard Guenther wrote:
>
>>
>> In preparation to move all frontends common tree node building to
>> the middle-end this makes the Java frontend actually use the
>> standard routines. It's still severely broken in overriding
>> things with stuff that does not match the targets C ABI, but well,
>> Java ...
>>
>> Bootstrapped and tested on x86_64-unknown-linux-gnu, ok for trunk?
>
> Ping.
>
>> Thanks,
>> Richard.
>>
>> 2011-05-26 Richard Guenther <rguenther@suse.de>
>>
>> java/
>> * decl.c (java_init_decl_processing): Call build_common_nodes,
>> set_sizetype and build_common_nodes_2 at the beginning. Remove
>> then duplicate initializations.
>>
OK.
Thanks,
Andrew.