public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Errors on testing GCC 4.6.4 compilation
@ 2013-12-09  0:40 Derrick Lin
  2013-12-11  6:35 ` Chung-Ju Wu
  0 siblings, 1 reply; 5+ messages in thread
From: Derrick Lin @ 2013-12-09  0:40 UTC (permalink / raw)
  To: gcc-help

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Errors on testing GCC 4.6.4 compilation
  2013-12-09  0:40 Errors on testing GCC 4.6.4 compilation Derrick Lin
@ 2013-12-11  6:35 ` Chung-Ju Wu
  2013-12-11 22:21   ` Derrick Lin
  0 siblings, 1 reply; 5+ messages in thread
From: Chung-Ju Wu @ 2013-12-11  6:35 UTC (permalink / raw)
  To: Derrick Lin; +Cc: gcc

2013/12/9 Derrick Lin <klin938@gmail.com>:
> 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'

Hi, Derrick,

You can start with gcc-build/gcc/testsuite/ directory,
looking for gcc.log, g++.log, gcc.sum, and g++.sum, and then
manually issue the command logged in gcc.log/g++.log
to see if you can reproduce the FAIL situation.

Best regards,
jasonwucj

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Errors on testing GCC 4.6.4 compilation
  2013-12-11  6:35 ` Chung-Ju Wu
@ 2013-12-11 22:21   ` Derrick Lin
  2013-12-13  8:50     ` Chung-Ju Wu
  0 siblings, 1 reply; 5+ messages in thread
From: Derrick Lin @ 2013-12-11 22:21 UTC (permalink / raw)
  To: Chung-Ju Wu; +Cc: gcc

Thanks Jason,

I took a look at the gcc.log and found some failures. Am I supposed to
fix them all so that my gcc's considered a good built?

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)
XFAIL: gcc.dg/autopar/outer-4.c scan-tree-dump-times parloops
"parallelizing outer loop" 1
XFAIL: gcc.dg/autopar/outer-5.c scan-tree-dump-times parloops
"parallelizing outer loop" 1
PASS: gcc.dg/autopar/reduc-6.c scan-tree-dump-times parloops "FAILED:
it is not a part of reduction" 3
XFAIL: gcc.dg/20030612-1.c  (test for warnings, line 13)
XFAIL: gcc.dg/Wstrict-aliasing-float-ptr-int-obj.c  (test for warnings, line 14)
XFAIL: gcc.dg/Wstrict-aliasing-float-ptr-int-obj.c  (test for warnings, line 16)
XFAIL: gcc.dg/Wstrict-aliasing-float-ptr-int-obj.c  (test for warnings, line 19)
XFAIL: gcc.dg/Wstrict-overflow-18.c  (test for bogus messages, line 20)
XFAIL: gcc.dg/Wtype-limits-Wextra.c  (test for bogus messages, line 16)
XFAIL: gcc.dg/Wtype-limits-Wextra.c  (test for bogus messages, line 64)
XFAIL: gcc.dg/Wtype-limits.c  (test for bogus messages, line 16)
XFAIL: gcc.dg/Wtype-limits.c  (test for bogus messages, line 64)
XFAIL: gcc.dg/alias-8.c  (test for warnings, line 11)
XFAIL: gcc.dg/declspec-18.c  (test for errors, line 28)
XFAIL: gcc.dg/declspec-18.c  (test for bogus messages, line 28)
XFAIL: gcc.dg/declspec-18.c  (test for bogus messages, line 28)
XFAIL: gcc.dg/declspec-18.c  (test for errors, line 38)
XFAIL: gcc.dg/declspec-18.c  (test for bogus messages, line 38)
XFAIL: gcc.dg/declspec-18.c  (test for bogus messages, line 38)
XFAIL: gcc.dg/declspec-18.c  (test for errors, line 49)
XFAIL: gcc.dg/declspec-18.c  (test for bogus messages, line 49)
XFAIL: gcc.dg/declspec-18.c  (test for bogus messages, line 49)
XFAIL: gcc.dg/declspec-18.c  (test for bogus messages, line 79)
XFAIL: gcc.dg/parm-forwdecl-1.c no parms (test for errors, line 18)
XFAIL: gcc.dg/parm-forwdecl-1.c no parms (test for errors, line 19)
XFAIL: gcc.dg/parm-forwdecl-1.c no parms (test for errors, line 20)
XFAIL: gcc.dg/parm-forwdecl-1.c no parms (test for errors, line 21)
XFAIL: gcc.dg/pr13519-1.c bogus error (test for bogus messages, line 17)
XFAIL: gcc.dg/pr13519-1.c correct error (test for errors, line 18)
XFAIL: gcc.dg/pr18501.c conditional in loop (test for warnings, line 12)
XFAIL: gcc.dg/pr30957-1.c execution test
XFAIL: gcc.dg/pr34263.c scan-tree-dump optimized "Cleaned-up latch
block of loop with single BB"
XFAIL: gcc.dg/pr40172-3.c (test for excess errors)
XFAIL: gcc.dg/uninit-11-O0.c conditional (test for warnings, line 20)
XFAIL: gcc.dg/uninit-13-O0.c unconditional (test for warnings, line 8)
XFAIL: gcc.dg/uninit-15-O0.c  (test for warnings, line 9)
XFAIL: gcc.dg/uninit-15-O0.c  (test for warnings, line 17)
XFAIL: gcc.dg/uninit-15.c  (test for warnings, line 13)
XFAIL: gcc.dg/uninit-15.c  (test for warnings, line 23)
XFAIL: gcc.dg/uninit-6-O0.c uninitialized variable warning (test for
bogus messages, line 42)
XFAIL: gcc.dg/uninit-B-O0.c uninit i warning (test for warnings, line 12)
XFAIL: gcc.dg/uninit-B.c uninit i warning (test for warnings, line 12)
XFAIL: gcc.dg/uninit-I-O0.c  (test for warnings, line 6)
XFAIL: gcc.dg/uninit-I.c  (test for warnings, line 6)
XFAIL: gcc.dg/uninit-pr19430-O0.c uninitialized (test for warnings, line 9)
XFAIL: gcc.dg/uninit-pr19430-O0.c uninitialized (test for warnings, line 21)
XFAIL: gcc.dg/uninit-pr19430-O0.c uninitialized (test for warnings, line 32)
XFAIL: gcc.dg/uninit-pr19430-O0.c uninitialized (test for warnings, line 41)
XFAIL: gcc.dg/uninit-pr19430.c uninitialized (test for warnings, line 8)
XFAIL: gcc.dg/uninit-pr19430.c  (test for warnings, line 32)
XFAIL: gcc.dg/uninit-pr19430.c uninitialized (test for warnings, line 41)
XFAIL: gcc.dg/uninit-pr20644-O0.c uninitialized (test for bogus
messages, line 10)
XFAIL: gcc.dg/wtr-union-init-3.c initialization of unions (test for
bogus messages, line 44)
XFAIL: gcc.dg/wtr-union-init-3.c initialization of unions (test for
bogus messages, line 47)
XFAIL: c-c++-common/raw-string-7.c  -Wc++-compat   (test for bogus
messages, line 8)
XFAIL: c-c++-common/raw-string-7.c  -Wc++-compat   (test for bogus
messages, line 13)
XFAIL: c-c++-common/raw-string-7.c  -Wc++-compat  execution test
XFAIL: gcc.dg/gomp/for-18.c scan-tree-dump-times ompexp
"GOMP_parallel_loop_dynamic_start" 4
XFAIL: gcc.dg/gomp/for-18.c scan-tree-dump-times ompexp
"GOMP_parallel_loop_guided_start" 4
XFAIL: gcc.dg/gomp/for-19.c scan-tree-dump-times gimple "shared\(k\)" 0
XFAIL: gcc.dg/gomp/for-19.c scan-tree-dump-times gimple "shared\(l\)" 0
XFAIL: gcc.dg/gomp/for-19.c scan-tree-dump-times gimple "shared\(m\)" 0
XFAIL: gcc.dg/graphite/interchange-2.c scan-tree-dump-times graphite
"will be interchanged" 1
XFAIL: gcc.dg/graphite/block-4.c scan-tree-dump-times graphite "will
be loop blocked" 1
XFAIL: gcc.dg/graphite/pr35356-3.c scan-tree-dump-times graphite "loop_1" 0
XFAIL: gcc.dg/graphite/pr37485.c scan-tree-dump-times graphite "Loop blocked" 1
XFAIL: gcc.dg/guality/example.c  -O3 -fomit-frame-pointer  execution test
XFAIL: gcc.dg/guality/example.c  -O3 -fomit-frame-pointer
-funroll-loops  execution test
XFAIL: gcc.dg/guality/example.c  -O3 -fomit-frame-pointer
-funroll-all-loops -finline-functions  execution test
XFAIL: gcc.dg/guality/example.c  -O3 -g  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)
XFAIL: gcc.dg/ipa/ipa-pta-13.c scan-ipa-dump pta
"local_address_taken.arg0 = { ESCAPED NONLOCAL y x }"
XFAIL: gcc.dg/ipa/ipa-pta-13.c scan-ipa-dump pta
"local_address_taken.clobber = { ESCAPED NONLOCAL y x }"
XFAIL: gcc.dg/ipa/ipa-pta-13.c scan-ipa-dump pta "local_address_taken.use = { }"
XFAIL: gcc.dg/ipa/ipa-pta-14.c scan-ipa-dump pta "foo.result = { NULL
a[^ ]* c[^ ]* }"
XFAIL: gcc.dg/struct/wo_prof_array_field.c scan-ipa-dump
ipa_struct_reorg "Number of structures to transform is 1"
XFAIL: gcc.dg/struct/wo_prof_array_through_pointer.c scan-ipa-dump
ipa_struct_reorg "Number of structures to transform is 1"
XFAIL: gcc.dg/struct/wo_prof_double_malloc.c scan-ipa-dump
ipa_struct_reorg "Number of structures to transform is 1"
XFAIL: gcc.dg/struct/wo_prof_empty_str.c scan-ipa-dump
ipa_struct_reorg "No structures to transform"
XFAIL: gcc.dg/struct/wo_prof_escape_arg_to_local.c scan-ipa-dump
ipa_struct_reorg "is passed to local function...Excluded."
XFAIL: gcc.dg/struct/wo_prof_escape_return.c scan-ipa-dump
ipa_struct_reorg "is return type of function...Excluded"
XFAIL: gcc.dg/struct/wo_prof_escape_str_init.c scan-ipa-dump
ipa_struct_reorg "is initialized...Excluded"
XFAIL: gcc.dg/struct/wo_prof_escape_substr_array.c scan-ipa-dump
ipa_struct_reorg "is a field in the structure"
XFAIL: gcc.dg/struct/wo_prof_escape_substr_pointer.c scan-ipa-dump
ipa_struct_reorg "is a field in the structure"
XFAIL: gcc.dg/struct/wo_prof_escape_substr_value.c scan-ipa-dump
ipa_struct_reorg "is a field in the structure"
XFAIL: gcc.dg/struct/wo_prof_global_array.c scan-ipa-dump
ipa_struct_reorg "Number of structures to transform is 1"
XFAIL: gcc.dg/struct/wo_prof_global_var.c scan-ipa-dump
ipa_struct_reorg "Number of structures to transform is 1"
XFAIL: gcc.dg/struct/wo_prof_local_array.c scan-ipa-dump
ipa_struct_reorg "Number of structures to transform is 1"
XFAIL: gcc.dg/struct/wo_prof_local_var.c scan-ipa-dump
ipa_struct_reorg "Number of structures to transform is 1"
XFAIL: gcc.dg/struct/wo_prof_malloc_size_var.c scan-ipa-dump
ipa_struct_reorg "Number of structures to transform is 1"
XFAIL: gcc.dg/struct/wo_prof_mult_field_peeling.c scan-ipa-dump
ipa_struct_reorg "the number of new types is 2"
XFAIL: gcc.dg/struct/wo_prof_single_str_global.c scan-ipa-dump
ipa_struct_reorg "Number of structures to transform is 1"
XFAIL: gcc.dg/struct/wo_prof_single_str_local.c scan-ipa-dump
ipa_struct_reorg "No structures to transform"
XFAIL: gcc.dg/struct/wo_prof_single_str_pointer.c scan-ipa-dump
ipa_struct_reorg "Number of structures to transform is 1"
XFAIL: gcc.dg/struct/wo_prof_two_strs.c scan-ipa-dump ipa_struct_reorg
"Number of structures to transform is 2"
XFAIL: gcc.dg/struct/w_prof_global_array.c scan-ipa-dump
ipa_struct_reorg "Number of structures to transform is 1"
XFAIL: gcc.dg/struct/w_prof_global_var.c scan-ipa-dump
ipa_struct_reorg "Number of structures to transform is 1"
XFAIL: gcc.dg/struct/w_prof_local_array.c scan-ipa-dump
ipa_struct_reorg "Number of structures to transform is 1"
XFAIL: gcc.dg/struct/w_prof_local_var.c scan-ipa-dump ipa_struct_reorg
"Number of structures to transform is 1"
XFAIL: gcc.dg/struct/w_prof_single_str_global.c scan-ipa-dump
ipa_struct_reorg "Number of structures to transform is 1"
XFAIL: gcc.dg/struct/w_prof_two_strs.c scan-ipa-dump ipa_struct_reorg
"Number of structures to transform is 2"
XFAIL: gcc.dg/struct/w_ratio_cold_str.c scan-ipa-dump ipa_struct_reorg
"Number of structures to transform is 1"
XFAIL: gcc.dg/tls/section-1.c conflict with .data section (test for
errors, line 9)
XFAIL: gcc.dg/tree-ssa/20030731-1.c scan-tree-dump-times dom2 "target.*!= 0" 0
XFAIL: gcc.dg/tree-ssa/20030807-7.c scan-tree-dump-times vrp1 "if " 1
XFAIL: gcc.dg/tree-ssa/20030814-6.c scan-tree-dump-times dom2 "common.code" 1
XFAIL: gcc.dg/tree-ssa/20031106-5.c scan-tree-dump-times optimized
"link_error" 0
XFAIL: gcc.dg/tree-ssa/20031106-6.c scan-tree-dump-times optimized
"temp_struct" 0
XFAIL: gcc.dg/tree-ssa/complex-4.c scan-tree-dump-times optimized
"__complex__" 0
XFAIL: gcc.dg/tree-ssa/complex-5.c scan-tree-dump-times optimized
"__complex__" 0
XFAIL: gcc.dg/tree-ssa/foldaddr-1.c scan-tree-dump-times original "return 0" 1
XFAIL: gcc.dg/tree-ssa/forwprop-11.c scan-tree-dump-times forwprop1 "=
\(\*a_..\)\[1\];" 2
XFAIL: gcc.dg/tree-ssa/forwprop-12.c scan-tree-dump-times forwprop1 "->a\[D\." 2
XFAIL: gcc.dg/tree-ssa/forwprop-6.c scan-tree-dump-times forwprop1
"VIEW_CONVERT_EXPR" 1
XFAIL: gcc.dg/tree-ssa/ldist-5.c scan-tree-dump-times ldist
"distributed: split to 2 loops" 1
XFAIL: gcc.dg/tree-ssa/loadpre18.c scan-tree-dump-times pre "Eliminated: 1" 1
XFAIL: gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile "Found
latch edge" 5
XFAIL: gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile "Merged
latch edges" 2
XFAIL: gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile "4 loops found" 2
XFAIL: gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile "3 loops found" 2
XFAIL: gcc.dg/tree-ssa/loop-25.c scan-tree-dump-times profile "2 loops found" 1
XFAIL: gcc.dg/tree-ssa/loop-33.c scan-tree-dump-times lim1 "Executing
store motion of" 4
XFAIL: gcc.dg/tree-ssa/pr37508.c scan-tree-dump-times vrp1 "Folding" 4
XFAIL: gcc.dg/tree-ssa/reassoc-1.c scan-tree-dump-times optimized
"b.._. \+ a.._." 1
XFAIL: gcc.dg/tree-ssa/reassoc-1.c scan-tree-dump-times optimized " \+ " 2
XFAIL: gcc.dg/tree-ssa/reassoc-2.c scan-tree-dump-times optimized "return 0" 1
XFAIL: gcc.dg/tree-ssa/reassoc-6.c scan-tree-dump-times reassoc1 "\+ 8" 1
XFAIL: gcc.dg/tree-ssa/reassoc-9.c scan-tree-dump-times reassoc1 "= 20" 1
XFAIL: gcc.dg/tree-ssa/recip-5.c scan-tree-dump-times optimized " / " 2
XFAIL: gcc.dg/tree-ssa/sra-2.c scan-tree-dump-times optimized "link_error" 0
XFAIL: gcc.dg/tree-ssa/ssa-ccp-14.c scan-tree-dump-times optimized "if" 0
XFAIL: gcc.dg/tree-ssa/ssa-ccp-3.c scan-tree-dump-times ccp2 "link_error" 0
XFAIL: gcc.dg/tree-ssa/ssa-dce-3.c scan-tree-dump-times cddce1 "PHI " 1
XFAIL: gcc.dg/tree-ssa/ssa-dse-5.c scan-tree-dump-times optimized "i = 5" 1
XFAIL: gcc.dg/tree-ssa/ssa-dse-5.c scan-tree-dump-times optimized "<L.*>:;[
XFAIL: gcc.dg/tree-ssa/ssa-dse-9.c scan-tree-dump-times dse1 "VDEF" 2
XFAIL: gcc.dg/tree-ssa/ssa-fre-10.c scan-tree-dump pre "Insertions: 2"
XFAIL: gcc.dg/tree-ssa/ssa-pre-2.c scan-tree-dump-times pre "Eliminated: 2" 1
XFAIL: gcc.dg/tree-ssa/ssa-pre-27.c scan-tree-dump-times pre "# prephitmp" 2
XFAIL: gcc.dg/tree-ssa/vrp47.c scan-tree-dump-times vrp1 "x[^ ]* & y" 1
XFAIL: gcc.dg/vect/pr40542.c scan-tree-dump-times vect "vectorized 1 loops" 1
XFAIL: gcc.dg/vect/vect-1.c scan-tree-dump-times vect "vectorized 5 loops" 1
XFAIL: gcc.dg/vect/vect-107.c scan-tree-dump-times vect "vectorized 0 loops" 1
XFAIL: gcc.dg/vect/vect-109.c scan-tree-dump-times vect "not
vectorized: unsupported unaligned store" 2
XFAIL: gcc.dg/vect/vect-16.c scan-tree-dump-times vect "vectorized 1 loops" 1
XFAIL: gcc.dg/vect/vect-21.c scan-tree-dump-times vect "vectorized 3 loops" 1
XFAIL: gcc.dg/vect/vect-23.c scan-tree-dump-times vect "vectorized 3 loops" 1
XFAIL: gcc.dg/vect/vect-24.c scan-tree-dump-times vect "vectorized 3 loops" 1
XFAIL: gcc.dg/vect/vect-42.c scan-tree-dump-times vect "Vectorizing an
unaligned access" 4
XFAIL: gcc.dg/vect/vect-42.c scan-tree-dump-times vect "Alignment of
access forced using peeling" 1
XFAIL: gcc.dg/vect/vect-56.c scan-tree-dump-times vect "Vectorizing an
unaligned access" 2
XFAIL: gcc.dg/vect/vect-56.c scan-tree-dump-times vect "Alignment of
access forced using peeling" 0
XFAIL: gcc.dg/vect/vect-60.c scan-tree-dump-times vect "Vectorizing an
unaligned access" 2
XFAIL: gcc.dg/vect/vect-60.c scan-tree-dump-times vect "Alignment of
access forced using peeling" 0
XFAIL: gcc.dg/vect/vect-63.c scan-tree-dump-times vect "vectorized 1 loops" 1
XFAIL: gcc.dg/vect/vect-71.c scan-tree-dump-times vect "vectorized 1 loops" 1
XFAIL: gcc.dg/vect/vect-93.c scan-tree-dump-times vect "Alignment of
access forced using peeling" 3
XFAIL: gcc.dg/vect/vect-95.c scan-tree-dump-times vect "Alignment of
access forced using peeling" 0
XFAIL: gcc.dg/vect/vect-95.c scan-tree-dump-times vect "Vectorizing an
unaligned access" 2
XFAIL: gcc.dg/vect/vect-95.c scan-tree-dump-times vect "Alignment of
access forced using versioning" 2
XFAIL: gcc.dg/vect/vect-96.c scan-tree-dump-times vect "Alignment of
access forced using peeling" 1
XFAIL: gcc.dg/vect/vect-98.c scan-tree-dump-times vect "vectorized 1 loops" 0
XFAIL: gcc.dg/vect/vect-align-1.c scan-tree-dump-times vect "Alignment
of access forced using versioning" 1
XFAIL: gcc.dg/vect/vect-align-2.c scan-tree-dump-times vect "Alignment
of access forced using versioning" 1
XFAIL: gcc.dg/vect/vect-cond-2.c scan-tree-dump-times vect "vectorized
1 loops" 1
XFAIL: gcc.dg/vect/vect-cond-5.c scan-tree-dump-times vect "OUTER LOOP
VECTORIZED" 1
XFAIL: gcc.dg/vect/vect-double-reduc-5.c scan-tree-dump-times vect
"OUTER LOOP VECTORIZED" 1
XFAIL: gcc.dg/vect/vect-iv-5.c scan-tree-dump-times vect "vectorized 1 loops" 1
XFAIL: gcc.dg/vect/vect-iv-7.c scan-tree-dump-times vect "vectorized 1 loops" 1
XFAIL: gcc.dg/vect/vect-multitypes-4.c scan-tree-dump-times vect
"Alignment of access forced using peeling" 2
XFAIL: gcc.dg/vect/vect-multitypes-4.c scan-tree-dump-times vect
"Vectorizing an unaligned access" 8
XFAIL: gcc.dg/vect/vect-outer-1.c scan-tree-dump-times vect "OUTER
LOOP VECTORIZED" 1
XFAIL: gcc.dg/vect/vect-outer-1a.c scan-tree-dump-times vect "OUTER
LOOP VECTORIZED" 1
XFAIL: gcc.dg/vect/vect-outer-1b.c scan-tree-dump-times vect "OUTER
LOOP VECTORIZED" 1
XFAIL: gcc.dg/vect/vect-outer-3b.c scan-tree-dump-times vect "OUTER
LOOP VECTORIZED" 1
XFAIL: gcc.dg/vect/vect-outer-4e.c scan-tree-dump-times vect "OUTER
LOOP VECTORIZED" 1
XFAIL: gcc.dg/vect/vect-outer-4f.c scan-tree-dump-times vect "OUTER
LOOP VECTORIZED" 1
XFAIL: gcc.dg/vect/vect-outer-4g.c scan-tree-dump-times vect "OUTER
LOOP VECTORIZED" 1
XFAIL: gcc.dg/vect/vect-outer-4k.c scan-tree-dump-times vect "OUTER
LOOP VECTORIZED" 1
XFAIL: gcc.dg/vect/vect-outer-4l.c scan-tree-dump-times vect "OUTER
LOOP VECTORIZED" 1
XFAIL: gcc.dg/vect/vect-outer-4m.c scan-tree-dump-times vect "OUTER
LOOP VECTORIZED" 1
XFAIL: gcc.dg/vect/vect-outer-5.c scan-tree-dump-times vect "not
vectorized: possible dependence between data-refs" 1
XFAIL: gcc.dg/vect/vect-reduc-2char.c scan-tree-dump-times vect
"vectorized 3 loops" 1
XFAIL: gcc.dg/vect/vect-reduc-2short.c scan-tree-dump-times vect
"vectorized 3 loops" 1
XFAIL: gcc.dg/vect/vect-reduc-dot-s8b.c scan-tree-dump-times vect
"vect_recog_dot_prod_pattern: detected" 1
XFAIL: gcc.dg/vect/vect-reduc-dot-s8b.c scan-tree-dump-times vect
"vectorized 1 loops" 1
XFAIL: gcc.dg/vect/vect-reduc-dot-u16a.c scan-tree-dump-times vect
"vect_recog_dot_prod_pattern: detected" 1
XFAIL: gcc.dg/vect/vect-reduc-dot-u16b.c scan-tree-dump-times vect
"vect_recog_dot_prod_pattern: detected" 1
XFAIL: gcc.dg/vect/vect-reduc-dot-u16b.c scan-tree-dump-times vect
"vectorized 1 loops" 2
XFAIL: gcc.dg/vect/vect-reduc-pattern-2c.c scan-tree-dump-times vect
"vect_recog_widen_sum_pattern: detected" 1
XFAIL: gcc.dg/vect/vect-reduc-pattern-2c.c scan-tree-dump-times vect
"vectorized 1 loops" 1
XFAIL: gcc.dg/vect/vect-strided-float.c scan-tree-dump-times vect
"vectorized 0 loops" 1
XFAIL: gcc.dg/vect/vect-strided-store-u32-i2.c scan-tree-dump-times
vect "vectorized 0 loops" 1
XFAIL: gcc.dg/vect/vect-vfa-03.c scan-tree-dump-times vect "vectorized
1 loops" 0
XFAIL: gcc.dg/vect/vect-widen-mult-u16.c scan-tree-dump-times vect
"vectorized 1 loops" 2
XFAIL: gcc.dg/vect/slp-13.c scan-tree-dump-times vect "vectorizing
stmts using SLP" 3
XFAIL: gcc.dg/vect/slp-reduc-3.c scan-tree-dump-times vect
"vect_recog_dot_prod_pattern: detected" 1
XFAIL: gcc.dg/vect/bb-slp-10.c scan-tree-dump-times slp "unsupported
alignment in basic block." 1
XFAIL: gcc.dg/vect/bb-slp-19.c scan-tree-dump-times slp "basic block
vectorized using SLP" 1
XFAIL: gcc.dg/vect/no-vfa-vect-37.c scan-tree-dump-times vect
"vectorized 2 loops" 1
XFAIL: gcc.dg/vect/no-vfa-vect-45.c scan-tree-dump-times vect
"vectorized 1 loops" 1
XFAIL: gcc.dg/vect/no-vfa-vect-51.c scan-tree-dump-times vect
"vectorized 1 loops" 1
XFAIL: gcc.dg/vect/no-vfa-vect-79.c scan-tree-dump-times vect
"vectorized 1 loops" 1
XFAIL: gcc.dg/vect/fast-math-pr35982.c scan-tree-dump-times vect
"vectorized 0 loops" 1
XFAIL: gcc.dg/vect/no-scevccp-vect-iv-2.c scan-tree-dump-times vect
"vectorized 1 loops" 1
XFAIL: gcc.dg/vect/no-scevccp-outer-1.c scan-tree-dump-times vect
"OUTER LOOP VECTORIZED" 1
XFAIL: gcc.dg/vect/no-scevccp-outer-10.c scan-tree-dump-times vect
"OUTER LOOP VECTORIZED." 1
XFAIL: gcc.dg/vect/no-scevccp-outer-11.c scan-tree-dump-times vect
"OUTER LOOP VECTORIZED." 1
XFAIL: gcc.dg/vect/no-scevccp-outer-12.c scan-tree-dump-times vect
"OUTER LOOP VECTORIZED." 1
XFAIL: gcc.dg/vect/no-scevccp-outer-4.c scan-tree-dump-times vect
"OUTER LOOP VECTORIZED." 1
XFAIL: gcc.dg/vect/no-scevccp-outer-6-global.c scan-tree-dump-times
vect "OUTER LOOP VECTORIZED." 1
XFAIL: gcc.dg/vect/no-scevccp-outer-6-global.c scan-tree-dump-times
vect "vect_recog_widen_mult_pattern: detected" 1
XFAIL: gcc.dg/vect/no-scevccp-outer-6.c scan-tree-dump-times vect
"vect_recog_widen_mult_pattern: detected" 1
XFAIL: gcc.dg/vect/no-scevccp-outer-9.c scan-tree-dump-times vect
"OUTER LOOP VECTORIZED." 1
XFAIL: gcc.dg/vect/no-scevccp-noreassoc-outer-1.c scan-tree-dump-times
vect "OUTER LOOP VECTORIZED." 1
XFAIL: gcc.dg/vect/no-scevccp-noreassoc-outer-2.c scan-tree-dump-times
vect "OUTER LOOP VECTORIZED." 1
XFAIL: gcc.dg/vect/O3-pr36098.c scan-tree-dump-times vect "vectorizing
stmts using SLP" 1
XFAIL: compiler driver -v --help option(s): This switch lacks documentation
XFAIL: compiler driver --help=^undocumented option(s): -Wall
XFAIL: gcc.target/i386/vectorize4-avx.c scan-assembler vsqrtpd[ \\t]+[^\n]*%ymm
XFAIL: gcc.target/i386/xorps-sse2.c scan-assembler xorps[ \t]
XFAIL: gcc.target/i386/xorps-sse2.c scan-assembler-not pxor

Thanks
Derrick

On Wed, Dec 11, 2013 at 5:35 PM, Chung-Ju Wu <jasonwucj@gmail.com> wrote:
> 2013/12/9 Derrick Lin <klin938@gmail.com>:
>> 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'
>
> Hi, Derrick,
>
> You can start with gcc-build/gcc/testsuite/ directory,
> looking for gcc.log, g++.log, gcc.sum, and g++.sum, and then
> manually issue the command logged in gcc.log/g++.log
> to see if you can reproduce the FAIL situation.
>
> Best regards,
> jasonwucj

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Errors on testing GCC 4.6.4 compilation
  2013-12-11 22:21   ` Derrick Lin
@ 2013-12-13  8:50     ` Chung-Ju Wu
  2013-12-13 10:28       ` Jonathan Wakely
  0 siblings, 1 reply; 5+ messages in thread
From: Chung-Ju Wu @ 2013-12-13  8:50 UTC (permalink / raw)
  To: Derrick Lin; +Cc: gcc

2013/12/12 Derrick Lin <klin938@gmail.com>:
> Thanks Jason,
>
> I took a look at the gcc.log and found some failures. Am I supposed to
> fix them all so that my gcc's considered a good built?
>
> 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)
[...]
> XFAIL: gcc.dg/Wtype-limits.c  (test for bogus messages, line 16)
> XFAIL: gcc.dg/Wtype-limits.c  (test for bogus messages, line 64)

Hi, Derrick,

Refer to:
  http://www.delorie.com/gnu/docs/dejagnu/dejagnu_6.html

XFAIL means it is a expected fail case.
Generally you can ignore them.

For the FAIL cases, yes, you need to figure out why they
are failed on your environment.  And then decide whether
you want to fix them.


Best regards,
jasonwucj

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Errors on testing GCC 4.6.4 compilation
  2013-12-13  8:50     ` Chung-Ju Wu
@ 2013-12-13 10:28       ` Jonathan Wakely
  0 siblings, 0 replies; 5+ messages in thread
From: Jonathan Wakely @ 2013-12-13 10:28 UTC (permalink / raw)
  To: Chung-Ju Wu; +Cc: Derrick Lin, gcc

On 13 December 2013 08:49, Chung-Ju Wu <jasonwucj@gmail.com> wrote:
> 2013/12/12 Derrick Lin <klin938@gmail.com>:
>> Thanks Jason,
>>
>> I took a look at the gcc.log and found some failures. Am I supposed to
>> fix them all so that my gcc's considered a good built?
>>
>> 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)
> [...]
>> XFAIL: gcc.dg/Wtype-limits.c  (test for bogus messages, line 16)
>> XFAIL: gcc.dg/Wtype-limits.c  (test for bogus messages, line 64)
>
> Hi, Derrick,
>
> Refer to:
>   http://www.delorie.com/gnu/docs/dejagnu/dejagnu_6.html
>
> XFAIL means it is a expected fail case.
> Generally you can ignore them.
>
> For the FAIL cases, yes, you need to figure out why they
> are failed on your environment.  And then decide whether
> you want to fix them.

You can ignore FAIL results in gcc.dg/guality and libmudflap, they do
not indicare a problem with the build.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-12-13 10:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-09  0:40 Errors on testing GCC 4.6.4 compilation Derrick Lin
2013-12-11  6:35 ` Chung-Ju Wu
2013-12-11 22:21   ` Derrick Lin
2013-12-13  8:50     ` Chung-Ju Wu
2013-12-13 10:28       ` Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).