build gcc with distcc
Hi, Everyone: I am trying to build gcc with distcc on 3 linux boxes. But when I build gcc with option '--enable-bootstrap', the 'distcc' doesn't work. So I disabled bootstrap , then 'distcc' worked effective. My question is: how to build gcc bootstrap with distcc correctly. ^^^^^ Thanks in advance. Weidong Cui [EMAIL PROTECTED]
[Re: build gcc with distcc]
On Thu, Nov 23, 2006 at 11:36:43AM +, Richard Sandiford wrote: > Weidong Cui <[EMAIL PROTECTED]> writes: > > Hi, Everyone: > > I am trying to build gcc with distcc on 3 linux > > boxes. But when I build gcc with option '--enable-bootstrap', > > the 'distcc' doesn't work. So I disabled bootstrap , then 'distcc' > > worked effective. > > > > My question is: how to build gcc bootstrap with distcc correctly. > > ^ > > ISTR Alex got this working once, but maybe I'm confused. (Hey Alex ;)) > > Richard By using the script "distccrel" writen by Alexandre Oliva, gcc can be built with 'dictcc' bootstrap on my linux boxes. Thanks Cui
issue about post testresults
Hi, All, I tried to send my GCC testsuite to [EMAIL PROTECTED] followed the instructions in gcc website last sunday, but there was no response for about 3 days. Before I sent my testsuite, I've aleady sent mail to "[EMAIL PROTECTED]" and "[EMAIL PROTECTED]" as GCC website say. I also consulted to my ISP, they said they didn't setup mail system specially. I checked my dynamic IP in "www.robtex.com" website and found it in some Real-time Blackhole Lists. But you know, I can do nothing about it. Thanks in advance. Sincerely Cui Weidong [EMAIL PROTECTED]
Results for 4.2.0 20060928 (experimental) testsuite on i686-pc-linux-gnu
On Debian system (Mobile Intel P4 2.20GHz): kernel: 2.6.17-1-686 binutils: 2.17-1 LAST_UPDATED: Thu Sep 28 09:12:24 UTC 2006 (revision 117274) Native configuration is i686-pc-linux-gnu === gcc tests === Running target unix FAIL: gcc.c-torture/execute/mayalias-2.c compilation, -O3 -g (internal compiler error) UNRESOLVED: gcc.c-torture/execute/mayalias-2.c execution, -O3 -g FAIL: gcc.dg/debug/dwarf2/dwarf-file1.c scan-assembler File Entry: FAIL: gcc.dg/vect/pr20122.c scan-tree-dump-times vectorized 1 loops 2 === gcc Summary === # of expected passes41345 # of unexpected failures3 # of expected failures 112 # of unresolved testcases 1 # of untested testcases 28 # of unsupported tests 283 /home/cuiwd/gcc4/obj/gcc/xgcc version 4.2.0 20060928 (experimental) === gfortran tests === Running target unix FAIL: gfortran.dg/nearest_1.f90 -O1 execution test FAIL: gfortran.dg/nearest_1.f90 -O2 execution test FAIL: gfortran.dg/nearest_1.f90 -O3 -fomit-frame-pointer execution test FAIL: gfortran.dg/nearest_1.f90 -O3 -fomit-frame-pointer -funroll-loops execution test FAIL: gfortran.dg/nearest_1.f90 -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test FAIL: gfortran.dg/nearest_1.f90 -O3 -g execution test FAIL: gfortran.dg/nearest_1.f90 -Os execution test === gfortran Summary === # of expected passes14270 # of unexpected failures7 # of expected failures 15 # of unsupported tests 16 /home/cuiwd/gcc4/obj/gcc/testsuite/gfortran/../../gfortran version 4.2.0 20060928 (experimental) === g++ tests === Running target unix XPASS: g++.dg/tree-ssa/ivopts-1.C scan-tree-dump-not &x\\[5\\] === g++ Summary === # of expected passes13182 # of unexpected successes 1 # of expected failures 67 # of unsupported tests 72 /home/cuiwd/gcc4/obj/gcc/testsuite/g++/../../g++ version 4.2.0 20060928 (experimental) === objc tests === Running target unix === objc Summary === # of expected passes1760 # of expected failures 7 # of unsupported tests 24 /home/cuiwd/gcc4/obj/gcc/xgcc version 4.2.0 20060928 (experimental) === libffi tests === Running target unix FAIL: libffi.call/return_fl2.c -O0 -W -Wall execution test FAIL: libffi.call/return_fl2.c -O2 execution test FAIL: libffi.call/return_fl2.c -O3 execution test FAIL: libffi.call/return_fl2.c -Os execution test === libffi Summary === # of expected passes1080 # of unexpected failures4 # of unsupported tests 8 === libgomp tests === Running target unix === libgomp Summary === # of expected passes1528 === libjava tests === Running target unix === libjava Summary === # of expected passes6999 # of expected failures 12 # of untested testcases 8 === libmudflap tests === Running target unix === libmudflap Summary === # of expected passes1814 === libstdc++ tests === Running target unix FAIL: 22_locale/messages/members/char/1.cc execution test FAIL: 22_locale/messages/members/char/2.cc execution test FAIL: 22_locale/messages/members/char/wrapped_env.cc execution test FAIL: 22_locale/messages/members/char/wrapped_locale.cc execution test FAIL: 22_locale/messages_byname/named_equivalence.cc execution test FAIL: 22_locale/time_get/get_date/wchar_t/4.cc execution test XPASS: 26_numerics/cmath/c99_classification_macros_c.cc (test for excess errors) === libstdc++ Summary === # of expected passes4392 # of unexpected failures6 # of unexpected successes 1 # of expected failures 13 # of unsupported tests 4 Compiler version: 4.2.0 20060928 (experimental) Platform: i686-pc-linux-gnu configure flags: --prefix=/home/cuiwd/gcc4/ins/ --enable-languages=c,c++,fortran,java,objc