>
> > In the last 24 hours, something has gone in which makes
> > the GCJ interpreter "gij" abort on even simple "Hello World"
> > classes. For example, the "RuntimeCheck" program in
> > the Jacks testsuite:
>
> I had (probably) the same thing yesterday. Here's a backtrace:
It was caused by the following patch:
2005-08-23 J"orn Rennecke <[EMAIL PROTECTED]>
PR middle-end/23467
* stor-layout.c (finalize_type_size): Dont override
existing alignment with a smaller alignment from the mode.
We now have a different layout causing the libjava to fail.
-- Pinski