This is the mail archive of the frysk@sources.redhat.com mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix build on x86-64


On Tue, 17 Jan 2006, Andrew Cagney wrote:

> Wu Zhou wrote:
> 
> Overall the results are pretty good, two notes though:

Hi Anrew, what about "FAIL: textiter/a.out"?  Is it a serious problem?  I 
remember that it ever pass for an earlier cvs.  Now it failed on both x86 
and ppc64.
 
> > FAIL: cniinner/a.out
> 
> not so good; I'm guessing that on ppc-64 it tickled some other bug.  Perhaphs
> try that test on gcc-4.1?

Is gcc-4.1 out already?  I tested on gcc-4.0.1, 4,0.2, Redhat 4.0.1 and 
your 4.0.2 compilers.  All of them give the same error message:

[root@plinuxt2 tests]# make -f Makefile.401 cniinner/a.out
mkdir -p cniinner
/opt/gcc401/bin/gcj -I../../../frysk/frysk-imports/tests -d . -C 
../../../frysk/frysk-imports/tests/cniinner/Parent.java
/opt/gcc401/bin/gcj -I../../../frysk/frysk-imports/tests -d . -C 
../../../frysk/frysk-imports/tests/cniinner/Child.java
/opt/gcc401/bin/gcjh -I. cniinner.Parent
/opt/gcc401/bin/gcjh -I. cniinner.Child
/opt/gcc401/bin/gcjh -I. 'cniinner.Child$Nested'
/opt/gcc401/bin/gcj -g -I. -c -o cniinner/native.o 
../../../frysk/frysk-imports/tests/cniinner/native.cxx
/opt/gcc401/bin/gcj -g -I. --main=cniinner.Child -o cniinner/a.out \
        ../../../frysk/frysk-imports/tests/cniinner/Parent.java \
        ../../../frysk/frysk-imports/tests/cniinner/Child.java \
        cniinner/native.o
../../../frysk/frysk-imports/tests/cniinner/Parent.java:3: internal 
compiler error: in mark_reference_fields, at java/boehm.c:105
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make: *** [cniinner/a.out] Error 1

Maybe I can submit a bug report for GNU java community?

> > FAIL: rh177240/strace-clone-exec.sh
> >  
> Now there is likely a kernel bug.  It would explain this failure:
> 

Can you point me to any link about this kernel bug?  Thanks a lot!

Regards
- Wu Zhou


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]