This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Massive libjava failures in mainline x86
- From: Tom Tromey <tromey at redhat dot com>
- To: Diego Novillo <dnovillo at redhat dot com>
- Cc: GCC Hackers <gcc at gcc dot gnu dot org>
- Date: 24 Mar 2003 09:30:04 -0700
- Subject: Re: Massive libjava failures in mainline x86
- References: <20030324141650.GA22584@tornado.toronto.redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Diego" == Diego Novillo <dnovillo at redhat dot com> writes:
Diego> I'm seeing a good number of libjava failures on mainline. I
Diego> don't know when the problem started, because I only noticed when
Diego> testing yesterday's mainline->tree-ssa merge.
Diego> ArrayStoreArrayStore Exception in thread "main" WARNING: program timed out.
Diego> I don't see this failure on PPC, gij seems to work fine there.
Diego> Has anybody run into this problem?
Yes. This is the field alignment bug in action, aka PR 10145.
Tom