This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: GC failure on alpha-linux
- From: Jeff Sturm <jsturm at one-point dot com>
- To: "Boehm, Hans" <hans_boehm at hp dot com>
- Cc: java at gcc dot gnu dot org
- Date: Wed, 12 Dec 2001 22:31:22 -0500 (EST)
- Subject: RE: GC failure on alpha-linux
On Wed, 12 Dec 2001, Boehm, Hans wrote:
> FWIW, I'm now seeing a nearly identical failure on Itanium. If you uncover
> the cause, please let us know. If not, I'll look at it ...
It turned out to be another "sizeof(int) != sizeof(void *)" sort of thing.
Check for this patch, or update your tree:
http://gcc.gnu.org/ml/gcc-patches/2001-12/msg01207.html
Jeff