This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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: [RFC] patch LD_LIBRARY_PATH_64 for sparc solaris testing


Eric Botcazou wrote:

Looks ok to me, but I have no authority. Perhaps if you have 2 minutes to kill: s/solaris/Solaris/ s/32 bit/32-bit/ s/64 bit/64-bit.

Will do. Thanks!


Still testing. Will take at least another 20 hours to check against a
full build on solaris with test :)

Ok, here are the results for sol9:


http://gcc.gnu.org/ml/gcc-testresults/2004-01/msg00461.html


They are mostly correct (except for the disastrous libjava), but

Well, they are not that disastrous. I just looks like since I added mauve and jacks tests to my libjava suite.


FAIL: g++.dg/eh/simd-1.C (test for excess errors)
WARNING: g++.dg/eh/simd-1.C compilation failed to produce executable
FAIL: g++.dg/eh/simd-2.C (test for excess errors)
WARNING: g++.dg/eh/simd-2.C compilation failed to produce executable

in 32-bit mode should be XFAILed as in 64-bit mode. Could you take a look at objdir/gcc/testsuite/g++.log and post the error messages?

Will do after the next run.


FAIL: gcc.dg/sparc-ret.c (test for excess errors)
ERROR: gcc.dg/sparc-ret.c: error executing dg-final: couldn't open "sparc-ret.s": no such file or directory
UNRESOLVED: gcc.dg/sparc-ret.c: error executing dg-final: couldn't open "sparc-ret.s": no such file or directory


This one is unexpected too. Could you take a look at objdir/gcc/testsuite/gcc.log and post the error message?

Ok, this one I have handy: (sorry the formatting, I have just c&p.

Executing on host: /opt/gcc/gcc-cvs/objdir/gcc/xgcc -B/opt/gcc/gcc-cvs/objdir/gc
c/ /opt/gcc/gcc-cvs/gcc/gcc/testsuite/gcc.dg/sparc-ret.c -mcpu=ultrasparc -O -
m32 -S -m64 -o sparc-ret.s (timeout = 300)
xgcc: may not use both -m32 and -m64^M
compiler exited with status 1
output is:
xgcc: may not use both -m32 and -m64^M


FAIL: gcc.dg/sparc-ret.c (test for excess errors)
Excess errors:
xgcc: may not use both -m32 and -m64

ERROR: gcc.dg/sparc-ret.c: error executing dg-final: couldn't open "sparc-ret.s"
: no such file or directory



I re run the suite and I feed you with the logs requested above hopefully by this evening.


Thanks,
Andreas




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