This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: tree-ssa branch: Call for preliminary testing
- From: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- To: gcc at gcc dot gnu dot org, Diego Novillo <dnovillo at redhat dot com>
- Date: Fri, 9 May 2003 18:45:59 +0200 (CEST)
- Subject: Re: tree-ssa branch: Call for preliminary testing
- References: <20030507142503.GB7913@tornado.toronto.redhat.com>
On Wed, 7 May 2003, Diego Novillo wrote:
> This call for testing is mostly to gather data that will help finding
> the most obvious problems with the branch.
I have a very strange one:
When configuring with --enable-languages=c,c++ --disable-checking, why
do my builds (reproducibly) abort with a failure in libjava
gcj -B/files/pfeifer/OBJ-0509-1747/i386-unknown-freebsd4.8/libjava/ --encoding=UTF-8 -Wno-deprecated -C -g -classpath '' -bootclasspath /files/pfeifer/OBJ-0509-1747/i386-unknown-freebsd4.8/libjava:/sw/test/gcc/cvs-ts/libjava \
-d /files/pfeifer/OBJ-0509-1747/i386-unknown-freebsd4.8/libjava /sw/test/gcc/cvs-ts/libjava/java/awt/font/TextAttribute.java
/sw/test/gcc/cvs-ts/libjava/java/awt/font/TextAttribute.java:44: Superclass `AttributedCharacterIterator.Attribute' of class `java.awt.font.TextAttribute' not found.
public final class TextAttribute extends AttributedCharacterIterator.Attribute
^
1 error
gmake[2]: *** [java/awt/font/TextAttribute.class] Error 1
gmake[2]: *** Waiting for unfinished jobs....
gmake[2]: Leaving directory `/files/pfeifer/OBJ-0509-1747/i386-unknown-freebsd4.8/libjava'
gmake[1]: *** [all-target-libjava] Error 2
???
http://www.pfeifer.com/gerald/tmp/buildlog-20030509.bz2 contains the
full build log.
Gerald