This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: rhug failure on alpha
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: Java Discuss List <java at gcc dot gnu dot org>
- Date: Mon, 18 Mar 2002 10:29:02 -0500 (EST)
- Subject: Re: rhug failure on alpha
On 17 Mar 2002, Tom Tromey wrote:
> I built 3.1 on Linux/alpha and then used it to build rhug. I get this
> failure:
I'd guess this doesn't happen on x86? What revision of alpha (output of
config.guess)?
Early alphas didn't have byte load/store instructions, so perhaps a
BIT_FIELD_REF is generated somewhere to mask out the needed bits. I don't
know why this would appear up at the tree level though. It sure doesn't
have any relevance to bytecode.
I'm starting a rhug build now on my alphaev56.
Jeff