public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* java/6005: gcj fails to build rhug on alpha
@ 2002-03-19  9:46 tromey
  0 siblings, 0 replies; 2+ messages in thread
From: tromey @ 2002-03-19  9:46 UTC (permalink / raw)
  To: gcc-gnats


>Number:         6005
>Category:       java
>Synopsis:       gcj fails to build rhug on alpha
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Mar 19 09:46:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Tom Tromey
>Release:        gcj (GCC) 3.1 20020318 (prerelease)
>Organization:
>Environment:
alphaev67-unknown-linux-gnu
>Description:
gcj fails to build rhug on the alpha.
This is the error:

gcj -C --encoding=8859_1 --classpath=upstream/src:../../rhug/xerces/upstream/src -O2 -d upstream/src ../../rhug/xerces/upstream/src/org/apache/xerces/validators/common/CMStateSet.java
../../rhug/xerces/upstream/src/org/apache/xerces/validators/common/CMStateSet.java: In class `org.apache.xerces.validators.common.CMStateSet':
../../rhug/xerces/upstream/src/org/apache/xerces/validators/common/CMStateSet.java: In method `org.apache.xerces.validators.common.CMStateSet.isEmpty()':
../../rhug/xerces/upstream/src/org/apache/xerces/validators/common/CMStateSet.java:180: internal error in generate_bytecode_insn - tree code not implemented: bit_field_ref
../../rhug/xerces/upstream/src/org/apache/xerces/validators/common/CMStateSet.java:180: confused by earlier errors, bailing out


The problem is that fold() generates a bit field operation as an optimization.
>How-To-Repeat:

>Fix:
We could either turn the bit field operations back into something we understand (hard) or write our own fold() that doesn't perform these optimizations, or change fold() so that it doesn't do these operations when -C is in use.
>Release-Note:
>Audit-Trail:
>Unformatted:


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: java/6005: gcj fails to build rhug on alpha
@ 2002-08-21 17:46 tromey
  0 siblings, 0 replies; 2+ messages in thread
From: tromey @ 2002-08-21 17:46 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, java-prs, nobody, tromey, tromey

Synopsis: gcj fails to build rhug on alpha

Responsible-Changed-From-To: unassigned->tromey
Responsible-Changed-By: tromey
Responsible-Changed-When: Wed Aug 21 17:44:29 2002
Responsible-Changed-Why:
    I'm handling this.
State-Changed-From-To: open->closed
State-Changed-By: tromey
State-Changed-When: Wed Aug 21 17:44:29 2002
State-Changed-Why:
    I checked in the fix

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6005


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-08-22  0:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-19  9:46 java/6005: gcj fails to build rhug on alpha tromey
2002-08-21 17:46 tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).