[PING] [PATCH][JAVA] Sanitize Java frontend global tree building

2011-06-07 Thread Richard Guenther
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 AB

[PATCH][JAVA] Sanitize Java frontend global tree building

2011-05-26 Thread Richard Guenther
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