Re: [PING] [PATCH]Sanitize Java frontend global tree building
Andrew Haley <[email protected]>
| Newsgroups | gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> >> >> 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.