This is the mail archive of the gcc@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: GCJ Interpreter Aborts (2005-08-24 IST)


> 
> >   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 <joern.rennecke@st.com>

        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


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