Flan Alflani wrote: > thx for looking into my problem, However i have a question on chapter > 6.16. GCC-4.5.1 about the test suite results ? > > Is this ok : > > > ../gcc-4.5.1/contrib/test_summary > cat <<'EOF' | > LAST_UPDATED: Obtained from SVN: tags/gcc_4_5_1_release revision 162774 > > Native configuration is x86_64-unknown-linux-gnu > > === gcc tests === > > > Running target unix > FAIL: gcc.c-torture/compile/limits-exprparen.c -O0 (test for excess errors) > FAIL: gcc.c-torture/compile/limits-exprparen.c -O1 (test for excess errors) > FAIL: gcc.c-torture/compile/limits-exprparen.c -O2 (test for excess errors) > FAIL: gcc.c-torture/compile/limits-exprparen.c -O3 > -fomit-frame-pointer (test for excess errors) > FAIL: gcc.c-torture/compile/limits-exprparen.c -O3 -g (test for excess > errors) > FAIL: gcc.c-torture/compile/limits-exprparen.c -Os (test for excess errors)
From the svn version of the book: One set of tests in the GCC test suite is known to exhaust the stack, so increase the stack size prior to running the tests: ulimit -s 16384 > Running target unix > FAIL: libmudflap.c/pass46-frag.c (-O2) (test for excess errors) > FAIL: libmudflap.c/pass46-frag.c (-O2) (test for excess errors) > FAIL: libmudflap.c/fail31-frag.c (-O3) output pattern test > FAIL: libmudflap.c/pass45-frag.c (-O3) execution test > FAIL: libmudflap.c/pass45-frag.c (-O3) output pattern test > FAIL: libmudflap.c/pass45-frag.c (-O3) execution test > FAIL: libmudflap.c/pass45-frag.c (-O3) output pattern test > FAIL: libmudflap.c/pass46-frag.c (-O3) (test for excess errors) > FAIL: libmudflap.c/pass46-frag.c (-O3) (test for excess errors) > FAIL: libmudflap.c++/pass41-frag.cxx execution test > FAIL: libmudflap.c++/pass41-frag.cxx ( -O) execution test > FAIL: libmudflap.c++/pass41-frag.cxx (-O2) execution test > FAIL: libmudflap.c++/pass41-frag.cxx (-O3) execution test > > === libmudflap Summary === > > # of expected passes 1414 > # of unexpected failures 13 http://www.linuxfromscratch.org/lfs/build-logs/6.7/core2duo/test-logs/077-gcc -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
