Hi guys, My gcc 4.6.4 compilation (C only) gave me errors during testing. I am not sure if it's a real show stopper or not as it's my first time building GCC. Where should I start checking those errors? Below is the configure I used: ../gcc-4.6.4/configure --prefix=/home/pwbcad/opt/gcc-4.6.4 --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --enable-gnu-unique-object --enable-languages=c --with-ppl=/share/ClusterShare/software/centos6/ppl-0.11 --with-cloog=/share/ClusterShare/software/centos6/cloog-0.16.2 --enable-cloog-backend=isl --with-tune=generic --with-arch-32=i686 --build=x86_64-redhat-linux Regards, Derrick make[1]: Entering directory `/home/pwbcad/workspace/gcc-build' make[2]: Entering directory `/home/pwbcad/workspace/gcc-build/fixincludes' autogen -T ../../gcc-4.6.4/fixincludes/check.tpl ../../gcc-4.6.4/fixincludes/inclhack.def /bin/sh ./check.sh ../../gcc-4.6.4/fixincludes/tests/base Fixed: testing.h Fixed: testing.h Fixed: ansi/math.h Fixed: ansi/stdlib.h Fixed: arch/i960/archI960.h Fixed: architecture/ppc/math.h Fixed: assert.h Fixed: AvailabilityMacros.h Fixed: bits/huge_val.h Fixed: bits/string2.h Fixed: bsd/libc.h Fixed: c_asm.h Fixed: com_err.h Fixed: complex.h Fixed: ctrl-quotes-def-1.h Fixed: ctype.h Fixed: curses.h Fixed: errno.h Fixed: features.h Fixed: fixinc-test-limits.h Fixed: hsfs/hsfs_spec.h Fixed: ia64/sys/getppdp.h Fixed: internal/math_core.h Fixed: internal/sgimacros.h Fixed: internal/wchar_core.h Fixed: inttypes.h Fixed: io-quotes-def-1.h Fixed: iso/math_c99.h Fixed: locale.h Fixed: mach-o/dyld.h Fixed: mach-o/swap.h Fixed: malloc.h Fixed: math.h Fixed: netdnet/dnetdb.h Fixed: net/if.h Fixed: netinet/in.h Fixed: netinet/ip.h Fixed: obstack.h Fixed: pixrect/memvar.h Fixed: pthread.h Fixed: regex.h Fixed: regexp.h Fixed: reg_types.h Fixed: rpc/auth.h Fixed: rpc/rpc.h Fixed: rpcsvc/rstat.h Fixed: rpcsvc/rusers.h Fixed: rpc/xdr.h Fixed: signal.h Fixed: sparc/asm_linkage.h Fixed: standards.h Fixed: stdarg.h Fixed: stdint-aix.h Fixed: stdint-darwin.h Fixed: stdint.h Fixed: stdint-hpux11.h Fixed: stdint-irix65.h Fixed: stdint-newlib.h Fixed: stdio.h Fixed: stdio_tag.h Fixed: stdlib.h Fixed: string.h Fixed: strings.h Fixed: sundev/vuid_event.h Fixed: sunwindow/win_lock.h Fixed: sym.h Fixed: sys/asm.h Fixed: sys/cdefs.h Fixed: sys/feature_tests.h Fixed: sys/file.h Fixed: sys/int_const.h Fixed: sys/int_limits.h Fixed: sys/_inttypes.h Fixed: sys/int_types.h Fixed: sys/machine.h Fixed: sys/mman.h Fixed: sys/pthread.h Fixed: sys/signal.h Fixed: sys/socket.h Fixed: sys/spinlock.h Fixed: sys/stat.h Fixed: sys/sysmacros.h Fixed: sys/time.h Fixed: sys/types.h Fixed: sys/ucontext.h Fixed: sys/va_list.h Fixed: sys/wait.h Fixed: testing.h Fixed: tgmath.h Fixed: time.h Fixed: tinfo.h Fixed: types/vxTypesBase.h Fixed: unistd.h Fixed: X11/ShellP.h Fixed: X11/Xmu.h Fixed: Xm/BaseClassI.h Fixed: Xm/Traversal.h All fixinclude tests pass make[2]: Leaving directory `/home/pwbcad/workspace/gcc-build/fixincludes' make[2]: Entering directory `/home/pwbcad/workspace/gcc-build/gcc' Making a new config file... echo "set tmpdir /home/pwbcad/workspace/gcc-build/gcc/testsuite" >> ./tmp0 make[3]: Entering directory `/home/pwbcad/workspace/gcc-build/gcc' test -d plugin || mkdir plugin test -d testsuite || mkdir testsuite test -d testsuite/gcc || mkdir testsuite/gcc (rootme=`${PWDCMD-pwd}`; export rootme; \ srcdir=`cd ../../gcc-4.6.4/gcc; ${PWDCMD-pwd}` ; export srcdir ; \ cd testsuite/gcc; \ rm -f tmp-site.exp; \ sed '/set tmpdir/ s|testsuite$|testsuite/gcc|' \ < ../../site.exp > tmp-site.exp; \ /bin/sh ${srcdir}/../move-if-change tmp-site.exp site.exp; \ EXPECT=`if [ -f ${rootme}/../expect/expect ] ; then echo ${rootme}/../expect/expect ; else echo expect ; fi` ; export EXPECT ; \ if [ -f ${rootme}/../expect/expect ] ; then \ TCL_LIBRARY=`cd .. ; cd ${srcdir}/../tcl/library ; ${PWDCMD-pwd}` ; \ export TCL_LIBRARY ; fi ; \ runtestflags= ; \ if [ -n "" ] ; then \ runtestflags=""; \ elif [ -n "" ] ; then \ parts="`echo ' ' \ | sed 's/=[^ ]* / /g'`"; \ for part in `find $srcdir/testsuite/gcc* -name \*.exp` ; do \ part=`basename $part` ; \ case " $parts $runtestflags " in \ *" $part "*) ;; \ *) runtestflags="$runtestflags $part" ;; \ esac ; \ done ; \ fi ; \ `if [ -f ${srcdir}/../dejagnu/runtest ] ; then echo ${srcdir}/../dejagnu/runtest ; else echo runtest; fi` --tool gcc $runtestflag WARNING: Couldn't find the global config file. Test Run By pwbcad on Fri Dec 6 15:13:18 2013 Native configuration is x86_64-redhat-linux-gnu === gcc tests === Schedule of variations: unix Running target unix Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. Using /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.c-torture/compile/compile.exp ... FAIL: gcc.c-torture/compile/limits-exprparen.c -O0 (internal compiler error) FAIL: gcc.c-torture/compile/limits-exprparen.c -O0 (test for excess errors) FAIL: gcc.c-torture/compile/limits-exprparen.c -O1 (internal compiler error) FAIL: gcc.c-torture/compile/limits-exprparen.c -O1 (test for excess errors) FAIL: gcc.c-torture/compile/limits-exprparen.c -O2 (internal compiler error) 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 (internal compiler error) 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 (internal compiler error) FAIL: gcc.c-torture/compile/limits-exprparen.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/compile/limits-exprparen.c -Os (internal compiler error) FAIL: gcc.c-torture/compile/limits-exprparen.c -Os (test for excess errors) FAIL: gcc.c-torture/compile/limits-exprparen.c -O2 -flto -flto-partition=none (internal compiler error) FAIL: gcc.c-torture/compile/limits-exprparen.c -O2 -flto -flto-partition=none (test for excess errors) FAIL: gcc.c-torture/compile/limits-exprparen.c -O2 -flto (internal compiler error) FAIL: gcc.c-torture/compile/limits-exprparen.c -O2 -flto (test for excess errors) Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.c-torture/execute/execute.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.dg/autopar/autopar.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.dg/charset/charset.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.dg/compat/compat.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.dg/compat/struct-layout-1.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.dg/cpp/cpp.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.dg/cpp/trad/trad.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.dg/debug/debug.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.dg/dfp/dfp.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.dg/dg.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.dg/fixed-point/fixed-point.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.dg/format/format.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.dg/gomp/gomp.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.dg/graphite/graphite.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.dg/guality/guality.exp ... XPASS: gcc.dg/guality/example.c -O0 execution test XPASS: gcc.dg/guality/example.c -O1 execution test XPASS: gcc.dg/guality/example.c -O2 execution test XPASS: gcc.dg/guality/example.c -Os execution test XPASS: gcc.dg/guality/example.c -O2 -flto -flto-partition=none execution test XPASS: gcc.dg/guality/example.c -O2 -flto execution test XPASS: gcc.dg/guality/guality.c -O0 execution test XPASS: gcc.dg/guality/guality.c -O1 execution test XPASS: gcc.dg/guality/guality.c -O2 execution test XPASS: gcc.dg/guality/guality.c -O3 -fomit-frame-pointer execution test XPASS: gcc.dg/guality/guality.c -O3 -g execution test XPASS: gcc.dg/guality/guality.c -Os execution test XPASS: gcc.dg/guality/guality.c -O2 -flto -flto-partition=none execution test XPASS: gcc.dg/guality/guality.c -O2 -flto execution test XPASS: gcc.dg/guality/inline-params.c -O2 execution test XPASS: gcc.dg/guality/inline-params.c -O3 -fomit-frame-pointer execution test XPASS: gcc.dg/guality/inline-params.c -O3 -g execution test XPASS: gcc.dg/guality/inline-params.c -Os execution test XPASS: gcc.dg/guality/inline-params.c -O2 -flto -flto-partition=none execution test XPASS: gcc.dg/guality/inline-params.c -O2 -flto execution test XPASS: gcc.dg/guality/pr41353-1.c -O0 line 28 j == 28 + 37 XPASS: gcc.dg/guality/pr41353-1.c -O1 line 28 j == 28 + 37 XPASS: gcc.dg/guality/pr41353-1.c -O2 line 28 j == 28 + 37 XPASS: gcc.dg/guality/pr41353-1.c -O3 -fomit-frame-pointer line 28 j == 28 + 37 XPASS: gcc.dg/guality/pr41353-1.c -O3 -g line 28 j == 28 + 37 XPASS: gcc.dg/guality/pr41353-1.c -Os line 28 j == 28 + 37 XPASS: gcc.dg/guality/pr41353-1.c -O2 -flto -flto-partition=none line 28 j == 28 + 37 XPASS: gcc.dg/guality/pr41353-1.c -O2 -flto line 28 j == 28 + 37 XPASS: gcc.dg/guality/pr41447-1.c -O0 execution test XPASS: gcc.dg/guality/pr41447-1.c -O1 execution test XPASS: gcc.dg/guality/pr41447-1.c -O2 execution test XPASS: gcc.dg/guality/pr41447-1.c -O3 -fomit-frame-pointer execution test XPASS: gcc.dg/guality/pr41447-1.c -O3 -g execution test XPASS: gcc.dg/guality/pr41447-1.c -Os execution test XPASS: gcc.dg/guality/pr41447-1.c -O2 -flto -flto-partition=none execution test XPASS: gcc.dg/guality/pr41447-1.c -O2 -flto execution test XPASS: gcc.dg/guality/pr41616-1.c -O0 execution test XPASS: gcc.dg/guality/pr41616-1.c -O1 execution test XPASS: gcc.dg/guality/pr41616-1.c -O2 execution test XPASS: gcc.dg/guality/pr41616-1.c -O3 -fomit-frame-pointer execution test XPASS: gcc.dg/guality/pr41616-1.c -O3 -g execution test XPASS: gcc.dg/guality/pr41616-1.c -Os execution test XPASS: gcc.dg/guality/pr41616-1.c -O2 -flto -flto-partition=none execution test XPASS: gcc.dg/guality/pr41616-1.c -O2 -flto execution test FAIL: gcc.dg/guality/sra-1.c -O2 line 43 a.j == 14 FAIL: gcc.dg/guality/sra-1.c -O3 -fomit-frame-pointer line 43 a.j == 14 FAIL: gcc.dg/guality/sra-1.c -O3 -g line 43 a.j == 14 FAIL: gcc.dg/guality/sra-1.c -Os line 43 a.j == 14 FAIL: gcc.dg/guality/sra-1.c -O2 -flto -flto-partition=none line 43 a.j == 14 FAIL: gcc.dg/guality/sra-1.c -O2 -flto line 43 a.j == 14 FAIL: gcc.dg/guality/vla-1.c -O1 line 17 sizeof (a) == 6 FAIL: gcc.dg/guality/vla-1.c -O2 line 17 sizeof (a) == 6 FAIL: gcc.dg/guality/vla-1.c -O3 -fomit-frame-pointer line 17 sizeof (a) == 6 FAIL: gcc.dg/guality/vla-1.c -O3 -g line 17 sizeof (a) == 6 FAIL: gcc.dg/guality/vla-1.c -Os line 17 sizeof (a) == 6 FAIL: gcc.dg/guality/vla-1.c -O2 -flto -flto-partition=none line 17 sizeof (a) == 6 FAIL: gcc.dg/guality/vla-1.c -O2 -flto -flto-partition=none line 24 sizeof (a) == 17 * sizeof (short) FAIL: gcc.dg/guality/vla-1.c -O2 -flto line 17 sizeof (a) == 6 FAIL: gcc.dg/guality/vla-1.c -O2 -flto line 24 sizeof (a) == 17 * sizeof (short) FAIL: gcc.dg/guality/vla-2.c -O2 -flto -flto-partition=none line 16 sizeof (a) == 5 * sizeof (int) FAIL: gcc.dg/guality/vla-2.c -O2 -flto -flto-partition=none line 25 sizeof (a) == 6 * sizeof (int) FAIL: gcc.dg/guality/vla-2.c -O2 -flto line 16 sizeof (a) == 5 * sizeof (int) FAIL: gcc.dg/guality/vla-2.c -O2 -flto line 25 sizeof (a) == 6 * sizeof (int) Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.dg/ipa/ipa.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.dg/lto/lto.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.dg/matrix/matrix.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.dg/noncompile/noncompile.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.dg/pch/pch.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.dg/plugin/plugin.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.dg/special/mips-abi.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.dg/special/special.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.dg/struct/struct-reorg.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.dg/tls/tls.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.dg/torture/dg-torture.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.dg/torture/tls/tls.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.dg/tree-ssa/tree-ssa.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.dg/vect/costmodel/i386/i386-costmodel-vect.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.dg/vect/costmodel/spu/spu-costmodel-vect.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/x86_64-costmodel-vect.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.dg/vect/vect.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.dg/vmx/vmx.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.dg/vxworks/vxworks.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.dg/weak/weak.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.misc-tests/acker1.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.misc-tests/arm-isr.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.misc-tests/bprob.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.misc-tests/dectest.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.misc-tests/dhry.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.misc-tests/gcov.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.misc-tests/help.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.misc-tests/linkage.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.misc-tests/matrix1.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.misc-tests/mg-2.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.misc-tests/mg.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.misc-tests/options.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.misc-tests/sieve.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.misc-tests/sort2.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.target/alpha/alpha.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.target/arm/aapcs/aapcs.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.target/arm/arm.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.target/arm/neon/neon.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.target/avr/avr.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.target/avr/torture/avr-torture.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.target/bfin/bfin.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.target/cris/cris.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.target/cris/torture/cris-torture.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.target/frv/frv.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.target/i386/i386.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.target/i386/math-torture/math-torture.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.target/i386/stackalign/stackalign.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.target/ia64/ia64.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.target/m68k/m68k.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.target/microblaze/microblaze.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.target/mips/inter/mips16-inter.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.target/mips/mips-nonpic/mips-nonpic.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.target/mips/mips.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.target/powerpc/powerpc.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.target/rx/rx.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.target/s390/s390.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.target/sh/sh.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.target/sparc/sparc.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.target/spu/ea/ea.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.target/spu/spu.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.target/x86_64/abi/avx/abi-avx.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.target/x86_64/abi/callabi/callabi.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.target/xstormy16/xstormy16.exp ... Running /home/pwbcad/workspace/gcc-4.6.4/gcc/testsuite/gcc.test-framework/test-framework.exp ... skipping test framework tests, CHECK_TEST_FRAMEWORK is not defined === gcc Summary === # of expected passes 79899 # of unexpected failures 35 # of unexpected successes 44 # of expected failures 220 # of unsupported tests 1089 /home/pwbcad/workspace/gcc-build/gcc/xgcc version 4.6.4 (GCC) make[3]: [check-parallel-gcc] Error 1 (ignored) make[3]: Leaving directory `/home/pwbcad/workspace/gcc-build/gcc' make[2]: Leaving directory `/home/pwbcad/workspace/gcc-build/gcc' make[2]: Entering directory `/home/pwbcad/workspace/gcc-build/intl' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/home/pwbcad/workspace/gcc-build/intl' make[2]: Entering directory `/home/pwbcad/workspace/gcc-build/libcpp' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/home/pwbcad/workspace/gcc-build/libcpp' make[2]: Entering directory `/home/pwbcad/workspace/gcc-build/libdecnumber' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/home/pwbcad/workspace/gcc-build/libdecnumber' make[2]: Entering directory `/home/pwbcad/workspace/gcc-build/libiberty' make[3]: Entering directory `/home/pwbcad/workspace/gcc-build/libiberty/testsuite' gcc -DHAVE_CONFIG_H -g -O2 -I.. -I../../../gcc-4.6.4/libiberty/testsuite/../../include -o test-demangle \ ../../../gcc-4.6.4/libiberty/testsuite/test-demangle.c ../libiberty.a ./test-demangle < ../../../gcc-4.6.4/libiberty/testsuite/demangle-expected ./test-demangle: 836 tests, 0 failures gcc -DHAVE_CONFIG_H -g -O2 -I.. -I../../../gcc-4.6.4/libiberty/testsuite/../../include -DHAVE_CONFIG_H -I.. -o test-pexecute \ ../../../gcc-4.6.4/libiberty/testsuite/test-pexecute.c ../libiberty.a ./test-pexecute gcc -DHAVE_CONFIG_H -g -O2 -I.. -I../../../gcc-4.6.4/libiberty/testsuite/../../include -DHAVE_CONFIG_H -I.. -o test-expandargv \ ../../../gcc-4.6.4/libiberty/testsuite/test-expandargv.c ../libiberty.a ./test-expandargv PASS: test-expandargv-0. PASS: test-expandargv-1. PASS: test-expandargv-2. PASS: test-expandargv-3. PASS: test-expandargv-4. PASS: test-expandargv-5. PASS: test-expandargv-6. make[3]: Leaving directory `/home/pwbcad/workspace/gcc-build/libiberty/testsuite' make[2]: Leaving directory `/home/pwbcad/workspace/gcc-build/libiberty' make[2]: Entering directory `/home/pwbcad/workspace/gcc-build/lto-plugin' make[2]: Leaving directory `/home/pwbcad/workspace/gcc-build/lto-plugin' make[2]: Entering directory `/home/pwbcad/workspace/gcc-build/x86_64-redhat-linux/libmudflap' Making check in testsuite make[3]: Entering directory `/home/pwbcad/workspace/gcc-build/x86_64-redhat-linux/libmudflap/testsuite' make check-DEJAGNU make[4]: Entering directory `/home/pwbcad/workspace/gcc-build/x86_64-redhat-linu Making a new site.exp file... srcdir=`CDPATH="${ZSH_VERSION+.}:" && cd ../../../../gcc-4.6.4/libmudflap/testsu EXPECT=`if [ -f ../../expect/expect ] ; then echo ../../expect/expect ; runtest=`if [ -f ../../../../gcc-4.6.4/libmudflap/testsuite/../../dejagn if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \ exit_status=0; l='libmudflap'; for tool in $l; do \ if $runtest --tool $tool --srcdir $srcdir ; \ then :; else exit_status=1; fi; \ done; \ else echo "WARNING: could not find \`runtest'" 1>&2; :;\ fi; \ exit $exit_status WARNING: Couldn't find the global config file. Test Run By pwbcad on Fri Dec 6 16:49:29 2013 Native configuration is x86_64-redhat-linux-gnu === libmudflap tests === Schedule of variations: unix Running target unix Using /usr/share/dejagnu/baseboards/unix.exp as board description file for targe Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. Using /home/pwbcad/workspace/gcc-4.6.4/libmudflap/testsuite/config/default.exp a Running /home/pwbcad/workspace/gcc-4.6.4/libmudflap/testsuite/libmudflap.c/cfrag FAIL: libmudflap.c/pass49-frag.c execution test FAIL: libmudflap.c/pass49-frag.c output pattern test FAIL: libmudflap.c/pass49-frag.c execution test FAIL: libmudflap.c/pass49-frag.c output pattern test FAIL: libmudflap.c/pass49-frag.c (-O2) execution test FAIL: libmudflap.c/pass49-frag.c (-O2) output pattern test FAIL: libmudflap.c/pass49-frag.c (-O2) execution test FAIL: libmudflap.c/pass49-frag.c (-O2) output pattern test FAIL: libmudflap.c/pass49-frag.c (-O3) execution test FAIL: libmudflap.c/pass49-frag.c (-O3) output pattern test FAIL: libmudflap.c/pass49-frag.c (-O3) execution test FAIL: libmudflap.c/pass49-frag.c (-O3) output pattern test Running /home/pwbcad/workspace/gcc-4.6.4/libmudflap/testsuite/libmudflap.c/exter Running /home/pwbcad/workspace/gcc-4.6.4/libmudflap/testsuite/libmudflap.c++/c++ Running /home/pwbcad/workspace/gcc-4.6.4/libmudflap/testsuite/libmudflap.c++/cto Running /home/pwbcad/workspace/gcc-4.6.4/libmudflap/testsuite/libmudflap.cth/cth === libmudflap Summary === # of expected passes 1302 # of unexpected failures 12 # of unsupported tests 2 make[4]: *** [check-DEJAGNU] Error 1 make[4]: Leaving directory `/home/pwbcad/workspace/gcc-build/x86_64-redhat-linux make[3]: *** [check-am] Error 2 make[3]: Leaving directory `/home/pwbcad/workspace/gcc-build/x86_64-redhat-linux make[2]: *** [check-recursive] Error 1 make[2]: Leaving directory `/home/pwbcad/workspace/gcc-build/x86_64-redhat-linux make[1]: *** [check-target-libmudflap] Error 2 make[1]: Leaving directory `/home/pwbcad/workspace/gcc-build' make: *** [do-check] Error 2