Problem with regression tests - gcc 4.4.0

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



HI I tried doing a "make check" and encountered some problems. Please
referr to attached files.

I'm running:
Red Hat Enterprise Linux AS release 4 (Nahant Update 5)
Linux h1 2.6.9-67.9hp.8sp.XCsmp #1 SMP Mon Aug 11 20:21:11 EDT 2008
x86_64 x86_64 x86_64 GNU/Linux

gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)
GNU ld (GNU Binutils) 2.19.1
GNU Awk 3.1.6

cloog-ppl-0.15.3
gmp-4.3.1
ppl-0.10.2
mpfr-2.4.1

DejaGnu:
Expect version is       5.42.1
Tcl version is          8.4
Framework version is    1.4.4

Please advise!

Thanks,

Stephen
make[1]: Entering directory `/scratch/root/gcc-build'
make[2]: Entering directory `/scratch/root/gcc-build/fixincludes'
autogen -T ../../gcc-4.4.0/fixincludes/check.tpl ../../gcc-4.4.0/fixincludes/inclhack.def
/bin/sh ./check.sh ../../gcc-4.4.0/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:  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.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/file.h
Fixed:  sys/limits.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/wait.h
Fixed:  testing.h
Fixed:  time.h
Fixed:  tinfo.h
Fixed:  types/vxTypesBase.h
Fixed:  unistd.h
Fixed:  wchar.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 `/scratch/root/gcc-build/fixincludes'
make[2]: Entering directory `/scratch/root/gcc-build/gcc'
Making a new config file...
echo "set tmpdir /scratch/root/gcc-build/gcc/testsuite" >> ./tmp0
make[3]: Entering directory `/scratch/root/gcc-build/gcc'
test -d testsuite || mkdir testsuite
test -d testsuite/gcc || mkdir testsuite/gcc
(rootme=`${PWDCMD-pwd}`; export rootme; \
srcdir=`cd ../../gcc-4.4.0/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  $runtestflags)
WARNING: Couldn't find the global config file.
Test Run By root on Wed Jul 15 21:01:41 2009
Native configuration is x86_64-unknown-linux-gnu

		=== gcc tests ===

Schedule of variations:
    unix

Running target unix
Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target.
Using /scratch/root/gcc-4.4.0/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.c-torture/compile/compile.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.c-torture/execute/execute.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp ...

Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.dg/autopar/autopar.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.dg/charset/charset.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.dg/compat/compat.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.dg/compat/struct-layout-1.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.dg/cpp/cpp.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.dg/cpp/trad/trad.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.dg/debug/debug.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.dg/dfp/dfp.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.dg/dg.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.dg/fixed-point/fixed-point.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.dg/format/format.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.dg/gomp/gomp.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.dg/graphite/graphite.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.dg/ipa/ipa.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.dg/matrix/matrix.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.dg/noncompile/noncompile.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.dg/pch/pch.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.dg/special/mips-abi.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.dg/special/special.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.dg/struct/struct-reorg.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.dg/tls/tls.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.dg/torture/dg-torture.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp ...
FAIL: gcc.dg/tree-prof/bb-reorg.c compilation,  -fprofile-use -D_PROFILE_USE
FAIL: gcc.dg/tree-prof/pr34999.c compilation,  -fprofile-use -D_PROFILE_USE
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.dg/tree-ssa/tree-ssa.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.dg/vect/costmodel/i386/i386-costmodel-vect.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.dg/vect/costmodel/spu/spu-costmodel-vect.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/x86_64-costmodel-vect.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.dg/vect/vect.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.dg/vmx/vmx.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.dg/vxworks/vxworks.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.dg/weak/weak.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.misc-tests/acker1.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.misc-tests/arm-isr.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.misc-tests/bprob.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.misc-tests/dectest.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.misc-tests/dhry.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.misc-tests/gcov.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.misc-tests/linkage.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.misc-tests/matrix1.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.misc-tests/mg-2.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.misc-tests/mg.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.misc-tests/options.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.misc-tests/sieve.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.misc-tests/sort2.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.target/alpha/alpha.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.target/arm/arm.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.target/arm/neon/neon.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.target/avr/avr.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.target/avr/torture/avr-torture.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.target/bfin/bfin.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.target/cris/cris.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.target/cris/torture/cris-torture.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.target/frv/frv.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.target/i386/i386.exp ...
FAIL: gcc.target/i386/avx-vmovntdq-256-1.c (test for excess errors)
WARNING: gcc.target/i386/avx-vmovntdq-256-1.c compilation failed to produce executable
FAIL: gcc.target/i386/avx-vmovntpd-256-1.c (test for excess errors)
WARNING: gcc.target/i386/avx-vmovntpd-256-1.c compilation failed to produce executable
FAIL: gcc.target/i386/avx-vmovntps-256-1.c (test for excess errors)
WARNING: gcc.target/i386/avx-vmovntps-256-1.c compilation failed to produce executable
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.target/i386/math-torture/math-torture.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.target/i386/stackalign/stackalign.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.target/ia64/ia64.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.target/m68k/m68k.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.target/mips/inter/mips16-inter.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.target/mips/mips-nonpic/mips-nonpic.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.target/mips/mips.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.target/powerpc/powerpc.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.target/s390/s390.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.target/sh/sh.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.target/sparc/sparc.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.target/spu/spu.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.target/x86_64/abi/avx/abi-avx.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.target/x86_64/abi/callabi/callabi.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.target/xstormy16/xstormy16.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gcc.test-framework/test-framework.exp ...
skipping test framework tests, CHECK_TEST_FRAMEWORK is not defined

		=== gcc Summary ===

# of expected passes		56440
# of unexpected failures	5
# of expected failures		189
# of unresolved testcases	2
# of unsupported tests		719
/scratch/root/gcc-build/gcc/xgcc  version 4.4.0 (GCC) 

make[3]: [check-parallel-gcc] Error 1 (ignored)
make[3]: Leaving directory `/scratch/root/gcc-build/gcc'
make[3]: Entering directory `/scratch/root/gcc-build/gcc'
test -d testsuite || mkdir testsuite
test -d testsuite/g++ || mkdir testsuite/g++
(rootme=`${PWDCMD-pwd}`; export rootme; \
srcdir=`cd ../../gcc-4.4.0/gcc; ${PWDCMD-pwd}` ; export srcdir ; \
cd testsuite/g++; \
rm -f tmp-site.exp; \
sed '/set tmpdir/ s|testsuite|testsuite/g++|' \
	< ../../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/g++* -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 g++  $runtestflags)
WARNING: Couldn't find the global config file.
Test Run By root on Wed Jul 15 22:53:24 2009
Native configuration is x86_64-unknown-linux-gnu

		=== g++ tests ===

Schedule of variations:
    unix

Running target unix
Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target.
Using /scratch/root/gcc-4.4.0/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /scratch/root/gcc-4.4.0/gcc/testsuite/g++.dg/bprob/bprob.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/g++.dg/charset/charset.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/g++.dg/compat/compat.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/g++.dg/compat/struct-layout-1.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/g++.dg/debug/debug.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/g++.dg/debug/dwarf2/dwarf2.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/g++.dg/dg.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/g++.dg/gcov/gcov.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/g++.dg/gomp/gomp.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/g++.dg/graphite/graphite.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/g++.dg/pch/pch.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/g++.dg/special/ecos.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/g++.dg/tls/tls.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/g++.dg/torture/dg-torture.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/g++.dg/torture/stackalign/stackalign.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/g++.dg/tree-prof/tree-prof.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/g++.dg/vect/vect.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/g++.old-deja/old-deja.exp ...

		=== g++ Summary ===

# of expected passes		19381
# of expected failures		142
# of unsupported tests		250
/scratch/root/gcc-build/gcc/testsuite/g++/../../g++  version 4.4.0 (GCC) 

make[3]: Leaving directory `/scratch/root/gcc-build/gcc'
make[3]: Entering directory `/scratch/root/gcc-build/gcc'
test -d testsuite || mkdir testsuite
test -d testsuite/gfortran || mkdir testsuite/gfortran
(rootme=`${PWDCMD-pwd}`; export rootme; \
srcdir=`cd ../../gcc-4.4.0/gcc; ${PWDCMD-pwd}` ; export srcdir ; \
cd testsuite/gfortran; \
rm -f tmp-site.exp; \
sed '/set tmpdir/ s|testsuite|testsuite/gfortran|' \
	< ../../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/gfortran* -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 gfortran  $runtestflags)
WARNING: Couldn't find the global config file.
Test Run By root on Wed Jul 15 23:35:08 2009
Native configuration is x86_64-unknown-linux-gnu

		=== gfortran tests ===

Schedule of variations:
    unix

Running target unix
Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target.
Using /scratch/root/gcc-4.4.0/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gfortran.dg/debug/debug.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gfortran.dg/dg.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gfortran.dg/gomp/gomp.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gfortran.dg/graphite/graphite.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gfortran.dg/vect/vect.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gfortran.fortran-torture/compile/compile.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/gfortran.fortran-torture/execute/execute.exp ...

		=== gfortran Summary ===

# of expected passes		29403
# of expected failures		14
# of unsupported tests		44
/scratch/root/gcc-build/gcc/testsuite/gfortran/../../gfortran  version 4.4.0 (GCC) 

make[3]: Leaving directory `/scratch/root/gcc-build/gcc'
test -d testsuite || mkdir testsuite
test -d testsuite/objc || mkdir testsuite/objc
(rootme=`${PWDCMD-pwd}`; export rootme; \
srcdir=`cd ../../gcc-4.4.0/gcc; ${PWDCMD-pwd}` ; export srcdir ; \
cd testsuite/objc; \
rm -f tmp-site.exp; \
sed '/set tmpdir/ s|testsuite|testsuite/objc|' \
	< ../../site.exp > tmp-site.exp; \
/bin/sh ${srcdir}/../move-if-change tmp-site.exp site.exp; \
EXPECT=expect ; export EXPECT ; \
if [ -f ${rootme}/../expect/expect ] ; then  \
   TCL_LIBRARY=`cd .. ; cd ${srcdir}/../tcl/library ; ${PWDCMD-pwd}` ; \
    export TCL_LIBRARY ; fi ; \
runtest --tool objc )
WARNING: Couldn't find the global config file.
Test Run By root on Thu Jul 16 00:47:36 2009
Native configuration is x86_64-unknown-linux-gnu

		=== objc tests ===

Schedule of variations:
    unix

Running target unix
Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target.
Using /scratch/root/gcc-4.4.0/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /scratch/root/gcc-4.4.0/gcc/testsuite/objc/compile/compile.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/objc/execute/exceptions/exceptions.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/objc/execute/execute.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/objc.dg/dg.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/objc.dg/gnu-encoding/gnu-encoding.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/objc.dg/pch/pch.exp ...
Running /scratch/root/gcc-4.4.0/gcc/testsuite/objc.dg/special/special.exp ...

		=== objc Summary ===

# of expected passes		1864
# of expected failures		15
# of unsupported tests		24
/scratch/root/gcc-build/gcc/xgcc  version 4.4.0 (GCC) 

test -d testsuite || mkdir testsuite
test -d testsuite/obj-c++ || mkdir testsuite/obj-c++
(rootme=`${PWDCMD-pwd}`; export rootme; \
srcdir=`cd ../../gcc-4.4.0/gcc; ${PWDCMD-pwd}` ; export srcdir ; \
cd testsuite/obj-c++; \
rm -f tmp-site.exp; \
sed '/set tmpdir/ s|testsuite|testsuite/obj-c++|' \
	< ../../site.exp > tmp-site.exp; \
/bin/sh ${srcdir}/../move-if-change tmp-site.exp site.exp; \
EXPECT=expect ; export EXPECT ; \
if [ -f ${rootme}/../expect/expect ] ; then  \
   TCL_LIBRARY=`cd .. ; cd ${srcdir}/../tcl/library ; ${PWDCMD-pwd}` ; \
    export TCL_LIBRARY ; fi ; \
runtest --tool obj-c++ )
WARNING: Couldn't find the global config file.
Test Run By root on Thu Jul 16 00:52:20 2009
Native configuration is x86_64-unknown-linux-gnu

		=== obj-c++ tests ===

Schedule of variations:
    unix

Running target unix
Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target.
Using /scratch/root/gcc-4.4.0/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /scratch/root/gcc-4.4.0/gcc/testsuite/obj-c++.dg/dg.exp ...
XPASS: obj-c++.dg/comp-types-10.mm (test for excess errors)
WARNING: obj-c++.dg/lookup-2.mm compilation failed to produce executable
WARNING: obj-c++.dg/try-catch-2.mm compilation failed to produce executable
WARNING: obj-c++.dg/try-catch-9.mm compilation failed to produce executable

		=== obj-c++ Summary ===

# of expected passes		425
# of unexpected successes	1
# of expected failures		20
# of unsupported tests		13
/scratch/root/gcc-build/gcc/testsuite/obj-c++/../../g++  version 4.4.0 (GCC) 

make[2]: [check-obj-c++] Error 1 (ignored)
make[2]: Leaving directory `/scratch/root/gcc-build/gcc'
make[2]: Entering directory `/scratch/root/gcc-build/intl'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/scratch/root/gcc-build/intl'
make[2]: Entering directory `/scratch/root/gcc-build/libcpp'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/scratch/root/gcc-build/libcpp'
make[2]: Entering directory `/scratch/root/gcc-build/libdecnumber'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/scratch/root/gcc-build/libdecnumber'
make[2]: Entering directory `/scratch/root/gcc-build/libiberty'
make[3]: Entering directory `/scratch/root/gcc-build/libiberty/testsuite'
gcc -DHAVE_CONFIG_H -g -O2 -I.. -I../../../gcc-4.4.0/libiberty/testsuite/../../include  -o test-demangle \
	../../../gcc-4.4.0/libiberty/testsuite/test-demangle.c ../libiberty.a
./test-demangle < ../../../gcc-4.4.0/libiberty/testsuite/demangle-expected
./test-demangle: 777 tests, 0 failures
gcc -DHAVE_CONFIG_H -g -O2 -I.. -I../../../gcc-4.4.0/libiberty/testsuite/../../include  -DHAVE_CONFIG_H -I.. -o test-pexecute \
	../../../gcc-4.4.0/libiberty/testsuite/test-pexecute.c ../libiberty.a
./test-pexecute
gcc -DHAVE_CONFIG_H -g -O2 -I.. -I../../../gcc-4.4.0/libiberty/testsuite/../../include  -DHAVE_CONFIG_H -I.. -o test-expandargv \
	../../../gcc-4.4.0/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.
make[3]: Leaving directory `/scratch/root/gcc-build/libiberty/testsuite'
make[2]: Leaving directory `/scratch/root/gcc-build/libiberty'
make[2]: Entering directory `/scratch/root/gcc-build/x86_64-unknown-linux-gnu/libstdc++-v3'
Making check in include
make[3]: Entering directory `/scratch/root/gcc-build/x86_64-unknown-linux-gnu/libstdc++-v3/include'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/scratch/root/gcc-build/x86_64-unknown-linux-gnu/libstdc++-v3/include'
Making check in libsupc++
make[3]: Entering directory `/scratch/root/gcc-build/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/scratch/root/gcc-build/x86_64-unknown-linux-gnu/libstdc++-v3/libsupc++'
Making check in doc
make[3]: Entering directory `/scratch/root/gcc-build/x86_64-unknown-linux-gnu/libstdc++-v3/doc'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/scratch/root/gcc-build/x86_64-unknown-linux-gnu/libstdc++-v3/doc'
Making check in src
make[3]: Entering directory `/scratch/root/gcc-build/x86_64-unknown-linux-gnu/libstdc++-v3/src'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/scratch/root/gcc-build/x86_64-unknown-linux-gnu/libstdc++-v3/src'
Making check in po
make[3]: Entering directory `/scratch/root/gcc-build/x86_64-unknown-linux-gnu/libstdc++-v3/po'
/bin/sh /scratch/root/gcc-4.4.0/libstdc++-v3/../mkinstalldirs /scratch/root/gcc-build/x86_64-unknown-linux-gnu/libstdc++-v3/po/share/locale
mkdir -p -- /scratch/root/gcc-build/x86_64-unknown-linux-gnu/libstdc++-v3/po/share/locale
catalogs='de.mo fr.mo'; \
for cat in $catalogs; do \
  cat=`basename $cat`; \
  lang=`echo $cat | sed 's/\.mo$//'`; \
  install_dir=/scratch/root/gcc-build/x86_64-unknown-linux-gnu/libstdc++-v3/po/share/locale/$lang/LC_MESSAGES; \
  /bin/sh /scratch/root/gcc-4.4.0/libstdc++-v3/../mkinstalldirs $install_dir; \
  /usr/bin/install -c -m 644 $cat $install_dir/libstdc++.mo; \
done
mkdir -p -- /scratch/root/gcc-build/x86_64-unknown-linux-gnu/libstdc++-v3/po/share/locale/de/LC_MESSAGES
mkdir -p -- /scratch/root/gcc-build/x86_64-unknown-linux-gnu/libstdc++-v3/po/share/locale/fr/LC_MESSAGES
make[3]: Leaving directory `/scratch/root/gcc-build/x86_64-unknown-linux-gnu/libstdc++-v3/po'
Making check in testsuite
make[3]: Entering directory `/scratch/root/gcc-build/x86_64-unknown-linux-gnu/libstdc++-v3/testsuite'
make  check-DEJAGNU
make[4]: Entering directory `/scratch/root/gcc-build/x86_64-unknown-linux-gnu/libstdc++-v3/testsuite'
Making a new site.exp file...
if [ -z "" ] \
    && [ "" = "-j" ]; then \
  make  check-DEJAGNUnormal0 check-DEJAGNUnormal1 \
	  check-DEJAGNUnormal2 check-DEJAGNUnormal3; \
  for idx in 0 1 2 3; do \
    mv -f normal$idx/libstdc++.sum normal$idx/libstdc++.sum.sep; \
    mv -f normal$idx/libstdc++.log normal$idx/libstdc++.log.sep; \
  done; \
  mv -f libstdc++.sum libstdc++.sum.sep; \
  mv -f libstdc++.log libstdc++.log.sep; \
  /bin/sh ../../../../gcc-4.4.0/libstdc++-v3/testsuite/../../contrib/dg-extract-results.sh \
    libstdc++.sum.sep normal0/libstdc++.sum.sep \
    normal1/libstdc++.sum.sep normal2/libstdc++.sum.sep \
    normal3/libstdc++.sum.sep > libstdc++.sum; \
  /bin/sh ../../../../gcc-4.4.0/libstdc++-v3/testsuite/../../contrib/dg-extract-results.sh -L \
    libstdc++.log.sep normal0/libstdc++.log.sep \
    normal1/libstdc++.log.sep normal2/libstdc++.log.sep \
    normal3/libstdc++.log.sep > libstdc++.log; \
  exit 0; \
fi; \
srcdir=`CDPATH="${ZSH_VERSION+.}:" && cd ../../../../gcc-4.4.0/libstdc++-v3/testsuite && pwd`; export srcdir; \
EXPECT=expect; export EXPECT; \
runtest=runtest; \
if [ -z "$runtest" ]; then runtest=runtest; fi; \
tool=libstdc++; \
dirs=; \
case "" in \
  normal0) \
    if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \
      $runtest  --tool $tool --srcdir $srcdir \
		 abi.exp; \
    else echo "WARNING: could not find \`runtest'" 1>&2; :;\
    fi; \
    dirs="`cd $srcdir; echo [013-9][0-9]_*/* [abep]*/*`";; \
  normal1) \
    dirs="`cd $srcdir; echo 2[0-2]_*/*`";; \
  normal2) \
    dirs="`cd $srcdir; echo 2[4-9]_*/*`";; \
  normal3) \
    dirs="`cd $srcdir; echo 23_*/* t*/*`";; \
esac; \
if [ -n "" ]; then cd ""; fi; \
if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \
  if [ -n "$dirs" ]; then \
    $runtest  --tool $tool --srcdir $srcdir \
	     \
	    "conformance.exp=`echo $dirs | sed 's/ /* /g;s/$/*/'`"; \
  else \
    $runtest  --tool $tool --srcdir $srcdir \
	    ; \
  fi; \
else echo "WARNING: could not find \`runtest'" 1>&2; :;\
fi
WARNING: Couldn't find the global config file.
Test Run By root on Thu Jul 16 00:53:49 2009
Native configuration is x86_64-unknown-linux-gnu

		=== libstdc++ tests ===

Schedule of variations:
    unix

Running target unix
Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target.
Using /scratch/root/gcc-4.4.0/libstdc++-v3/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /scratch/root/gcc-4.4.0/libstdc++-v3/testsuite/libstdc++-abi/abi.exp ...
Running /scratch/root/gcc-4.4.0/libstdc++-v3/testsuite/libstdc++-dg/conformance.exp ...
XPASS: 26_numerics/headers/cmath/c99_classification_macros_c.cc (test for excess errors)

		=== libstdc++ Summary ===

# of expected passes		6478
# of unexpected successes	1
# of expected failures		80
# of unsupported tests		15
make[4]: *** [check-DEJAGNU] Error 1
make[4]: Leaving directory `/scratch/root/gcc-build/x86_64-unknown-linux-gnu/libstdc++-v3/testsuite'
make[3]: *** [check-am] Error 2
make[3]: Leaving directory `/scratch/root/gcc-build/x86_64-unknown-linux-gnu/libstdc++-v3/testsuite'
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory `/scratch/root/gcc-build/x86_64-unknown-linux-gnu/libstdc++-v3'
make[1]: *** [check-target-libstdc++-v3] Error 2
make[1]: Leaving directory `/scratch/root/gcc-build'
make: *** [do-check] Error 2
cat <<'EOF' |
LAST_UPDATED: Obtained from SVN: tags/gcc_4_4_0_release revision 146514

Native configuration is x86_64-unknown-linux-gnu

		=== gcc tests ===


Running target unix
FAIL: gcc.dg/tree-prof/bb-reorg.c compilation,  -fprofile-use -D_PROFILE_USE
UNRESOLVED: gcc.dg/tree-prof/bb-reorg.c execution,    -fprofile-use -D_PROFILE_USE
FAIL: gcc.dg/tree-prof/pr34999.c compilation,  -fprofile-use -D_PROFILE_USE
UNRESOLVED: gcc.dg/tree-prof/pr34999.c execution,    -fprofile-use -D_PROFILE_USE
FAIL: gcc.target/i386/avx-vmovntdq-256-1.c (test for excess errors)
WARNING: gcc.target/i386/avx-vmovntdq-256-1.c compilation failed to produce executable
FAIL: gcc.target/i386/avx-vmovntpd-256-1.c (test for excess errors)
WARNING: gcc.target/i386/avx-vmovntpd-256-1.c compilation failed to produce executable
FAIL: gcc.target/i386/avx-vmovntps-256-1.c (test for excess errors)
WARNING: gcc.target/i386/avx-vmovntps-256-1.c compilation failed to produce executable

		=== gcc Summary ===

# of expected passes		56440
# of unexpected failures	5
# of expected failures		189
# of unresolved testcases	2
# of unsupported tests		719
/scratch/root/gcc-build/gcc/xgcc  version 4.4.0 (GCC) 

		=== gfortran tests ===


Running target unix

		=== gfortran Summary ===

# of expected passes		29403
# of expected failures		14
# of unsupported tests		44
/scratch/root/gcc-build/gcc/testsuite/gfortran/../../gfortran  version 4.4.0 (GCC) 

		=== g++ tests ===


Running target unix

		=== g++ Summary ===

# of expected passes		19381
# of expected failures		142
# of unsupported tests		250
/scratch/root/gcc-build/gcc/testsuite/g++/../../g++  version 4.4.0 (GCC) 

		=== obj-c++ tests ===


Running target unix
XPASS: obj-c++.dg/comp-types-10.mm (test for excess errors)
WARNING: obj-c++.dg/lookup-2.mm compilation failed to produce executable
WARNING: obj-c++.dg/try-catch-2.mm compilation failed to produce executable
WARNING: obj-c++.dg/try-catch-9.mm compilation failed to produce executable

		=== obj-c++ Summary ===

# of expected passes		425
# of unexpected successes	1
# of expected failures		20
# of unsupported tests		13
/scratch/root/gcc-build/gcc/testsuite/obj-c++/../../g++  version 4.4.0 (GCC) 

		=== objc tests ===


Running target unix

		=== objc Summary ===

# of expected passes		1864
# of expected failures		15
# of unsupported tests		24
/scratch/root/gcc-build/gcc/xgcc  version 4.4.0 (GCC) 

		=== libstdc++ tests ===


Running target unix
XPASS: 26_numerics/headers/cmath/c99_classification_macros_c.cc (test for excess errors)

		=== libstdc++ Summary ===

# of expected passes		6478
# of unexpected successes	1
# of expected failures		80
# of unsupported tests		15

Compiler version: 4.4.0 (GCC) 
Platform: x86_64-unknown-linux-gnu
configure flags: --prefix=/usr/apps/gcc-4.4.0_b2 --with-mpfr=/usr/apps/mpfr-2.4.1 --with-gmp=/usr/apps/gmp-4.3.1 --with-ppl=/usr/apps/ppl-0.10.2 --with-cloog=/usr/apps/cloog-ppl-0.15.3 --enable-languages=c,c++,fortran,java,objc,obj-c++
EOF
Mail -s "Results for 4.4.0 (GCC) testsuite on x86_64-unknown-linux-gnu" gcc-testresults@xxxxxxxxxxx &&
mv /scratch/root/gcc-build/./gcc/testsuite/gcc/gcc.sum /scratch/root/gcc-build/./gcc/testsuite/gcc/gcc.sum.sent &&
mv /scratch/root/gcc-build/./gcc/testsuite/gfortran/gfortran.sum /scratch/root/gcc-build/./gcc/testsuite/gfortran/gfortran.sum.sent &&
mv /scratch/root/gcc-build/./gcc/testsuite/g++/g++.sum /scratch/root/gcc-build/./gcc/testsuite/g++/g++.sum.sent &&
mv /scratch/root/gcc-build/./gcc/testsuite/obj-c++/obj-c++.sum /scratch/root/gcc-build/./gcc/testsuite/obj-c++/obj-c++.sum.sent &&
mv /scratch/root/gcc-build/./gcc/testsuite/objc/objc.sum /scratch/root/gcc-build/./gcc/testsuite/objc/objc.sum.sent &&
mv /scratch/root/gcc-build/./x86_64-unknown-linux-gnu/libstdc++-v3/testsuite/libstdc++.sum /scratch/root/gcc-build/./x86_64-unknown-linux-gnu/libstdc++-v3/testsuite/libstdc++.sum.sent &&
mv /scratch/root/gcc-build/./gcc/testsuite/gcc/gcc.log /scratch/root/gcc-build/./gcc/testsuite/gcc/gcc.log.sent &&
mv /scratch/root/gcc-build/./gcc/testsuite/gfortran/gfortran.log /scratch/root/gcc-build/./gcc/testsuite/gfortran/gfortran.log.sent &&
mv /scratch/root/gcc-build/./gcc/testsuite/g++/g++.log /scratch/root/gcc-build/./gcc/testsuite/g++/g++.log.sent &&
mv /scratch/root/gcc-build/./gcc/testsuite/obj-c++/obj-c++.log /scratch/root/gcc-build/./gcc/testsuite/obj-c++/obj-c++.log.sent &&
mv /scratch/root/gcc-build/./gcc/testsuite/objc/objc.log /scratch/root/gcc-build/./gcc/testsuite/objc/objc.log.sent &&
mv /scratch/root/gcc-build/./x86_64-unknown-linux-gnu/libstdc++-v3/testsuite/libstdc++.log /scratch/root/gcc-build/./x86_64-unknown-linux-gnu/libstdc++-v3/testsuite/libstdc++.log.sent &&
true

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux