This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: mainline regression (was Re: [PATCH] Prevent ifcvt from moving computations into loop)


> > 2003-07-24  J"orn Rennecke <joern.rennecke@superh.com>
> > 
> > 	* ifcvt.c (if_convert): Don't call mark_loop_exit_edges after reload.
> > 

P.P.S.: I've tested this patches in the sources from 20th July 22:00 UTC.
A direct comparison with the unpatched sources is of course not possible,
since the mainline tree doesn't built since Zdenek Dvorak's if_convert /
mark_loop_exit_edges patch went in.
However, the test results seem reasonably close to the ones from the last
sucessful mainlinie build from 18th July 22:00 UTC.

make[1]: Entering directory `/swbuild/nightly/2003-07-20/sh64-elf/gcc'
Making a new config file...
echo "set tmpdir /swbuild/nightly/2003-07-20/sh64-elf/gcc/testsuite" >> ./tmp0
test -d testsuite || mkdir testsuite
rm -f testsuite/site.exp
sed '/set tmpdir/ s|testsuite|testsuite|' < site.exp > testsuite/site.exp
(rootme=`${PWDCMD-pwd}`; export rootme; \
srcdir=`cd ../../srcw/gcc; ${PWDCMD-pwd}` ; export srcdir ; \
cd testsuite; \
EXPECT=expect ; export EXPECT ; \
if [ -f ${rootme}/../expect/expect ] ; then  \
   TCL_LIBRARY=`cd .. ; cd ../../srcw/gcc/../tcl/library ; ${PWDCMD-pwd}` ; \
   export TCL_LIBRARY ; fi ; \
runtest --tool gcc )
Test Run By renneckej on Thu Jul 24 20:12:25 2003
Target is sh64-unknown-elf
Host   is i686-pc-linux-gnu

		=== gcc tests ===

Schedule of variations:
    sh64
    sh64/-ml
    sh64/-m5-compact/-ml

Running target sh64
Using /shhome/renneckej/.dejagnu/boards/sh64.exp as board description file for target.
Using /swbuild/build/lib/share/dejagnu/config/sim.exp as generic interface file for target.
Using /swbuild/build/lib/share/dejagnu/baseboards/basic-sim.exp as board description file for target.
Using /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.c-torture/compile/compile.exp ...
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c  -O2  (test for excess errors)
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c  -O3 -fomit-frame-pointer  (test for excess errors)
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c  -O3 -g  (test for excess errors)
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c  -Os  (test for excess errors)
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.c-torture/execute/execute.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/compat/compat.exp ...
FAIL: gcc.dg/compat/vector-2 c_compat_x_tst.o compile
FAIL: gcc.dg/compat/vector-2 c_compat_y_tst.o compile
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/cpp/cpp.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/cpp/trad/trad.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/cpp/trad/trad.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/debug/debug.exp ...
FAIL: gcc.dg/debug/debug-1.c -gstabs -O scan-assembler xyzzy
FAIL: gcc.dg/debug/debug-1.c -gstabs3 -O scan-assembler xyzzy
FAIL: gcc.dg/debug/debug-1.c -gstabs+ -O scan-assembler xyzzy
FAIL: gcc.dg/debug/debug-1.c -gstabs+3 -O scan-assembler xyzzy
FAIL: gcc.dg/debug/debug-2.c -gstabs -O scan-assembler xyzzy
FAIL: gcc.dg/debug/debug-2.c -gstabs3 -O scan-assembler xyzzy
FAIL: gcc.dg/debug/debug-2.c -gstabs+ -O scan-assembler xyzzy
FAIL: gcc.dg/debug/debug-2.c -gstabs+3 -O scan-assembler xyzzy
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/dg.exp ...
FAIL: gcc.dg/20021014-1.c (test for excess errors)
FAIL: gcc.dg/builtins-20.c (test for excess errors)
FAIL: gcc.dg/nest.c (test for excess errors)
FAIL: gcc.dg/uninit-A.c uninitialized variable warning (test for bogus messages, line 52)
FAIL: gcc.dg/uninit-A.c uninitialized variable warning (test for bogus messages, line 53)
FAIL: gcc.dg/warn-1.c  (test for warnings, line 15)
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/format/format.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/noncompile/noncompile.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/pch/pch.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/special/mips-abi.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/special/special.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/tls/tls.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/torture/dg-torture.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/weak/weak.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.misc-tests/acker1.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.misc-tests/arm-isr.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.misc-tests/bprob.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.misc-tests/dg-test.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.misc-tests/dhry.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.misc-tests/gcov.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.misc-tests/linkage.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.misc-tests/matrix1.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.misc-tests/mg.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.misc-tests/sieve.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.misc-tests/sort2.exp ...

		=== gcc Summary for sh64 ===

# of expected passes		23551
# of unexpected failures	20
# of expected failures		85
# of unresolved testcases	8
# of unsupported tests		277
Running target sh64/-ml
Using /shhome/renneckej/.dejagnu/boards/sh64.exp as board description file for target.
Using /swbuild/build/lib/share/dejagnu/config/sim.exp as generic interface file for target.
Using /swbuild/build/lib/share/dejagnu/baseboards/basic-sim.exp as board description file for target.
Using /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.c-torture/compile/compile.exp ...
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c  -O2  (test for excess errors)
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c  -O3 -fomit-frame-pointer  (test for excess errors)
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c  -O3 -g  (test for excess errors)
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c  -Os  (test for excess errors)
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.c-torture/execute/execute.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/compat/compat.exp ...
FAIL: gcc.dg/compat/vector-2 c_compat_x_tst.o compile
FAIL: gcc.dg/compat/vector-2 c_compat_y_tst.o compile
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/cpp/cpp.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/cpp/trad/trad.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/cpp/trad/trad.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/debug/debug.exp ...
FAIL: gcc.dg/debug/debug-1.c -gstabs -O scan-assembler xyzzy
FAIL: gcc.dg/debug/debug-1.c -gstabs3 -O scan-assembler xyzzy
FAIL: gcc.dg/debug/debug-1.c -gstabs+ -O scan-assembler xyzzy
FAIL: gcc.dg/debug/debug-1.c -gstabs+3 -O scan-assembler xyzzy
FAIL: gcc.dg/debug/debug-2.c -gstabs -O scan-assembler xyzzy
FAIL: gcc.dg/debug/debug-2.c -gstabs3 -O scan-assembler xyzzy
FAIL: gcc.dg/debug/debug-2.c -gstabs+ -O scan-assembler xyzzy
FAIL: gcc.dg/debug/debug-2.c -gstabs+3 -O scan-assembler xyzzy
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/dg.exp ...
FAIL: gcc.dg/20021014-1.c (test for excess errors)
FAIL: gcc.dg/builtins-20.c (test for excess errors)
FAIL: gcc.dg/nest.c (test for excess errors)
FAIL: gcc.dg/uninit-A.c uninitialized variable warning (test for bogus messages, line 52)
FAIL: gcc.dg/uninit-A.c uninitialized variable warning (test for bogus messages, line 53)
FAIL: gcc.dg/warn-1.c  (test for warnings, line 15)
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/format/format.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/noncompile/noncompile.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/pch/pch.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/special/mips-abi.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/special/special.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/tls/tls.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/torture/dg-torture.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/weak/weak.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.misc-tests/acker1.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.misc-tests/arm-isr.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.misc-tests/bprob.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.misc-tests/dg-test.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.misc-tests/dhry.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.misc-tests/gcov.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.misc-tests/linkage.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.misc-tests/matrix1.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.misc-tests/mg.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.misc-tests/sieve.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.misc-tests/sort2.exp ...

		=== gcc Summary for sh64/-ml ===

# of expected passes		23551
# of unexpected failures	20
# of expected failures		85
# of unresolved testcases	8
# of unsupported tests		277
Running target sh64/-m5-compact/-ml
Using /shhome/renneckej/.dejagnu/boards/sh64.exp as board description file for target.
Using /swbuild/build/lib/share/dejagnu/config/sim.exp as generic interface file for target.
Using /swbuild/build/lib/share/dejagnu/baseboards/basic-sim.exp as board description file for target.
Using /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.c-torture/compile/compile.exp ...
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c  -O1  (test for excess errors)
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c  -O2  (test for excess errors)
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c  -O3 -fomit-frame-pointer  (test for excess errors)
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c  -O3 -g  (test for excess errors)
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c  -Os  (test for excess errors)
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.c-torture/execute/execute.exp ...
XPASS: gcc.c-torture/execute/20020227-1.c execution,  -O0 
XPASS: gcc.c-torture/execute/20020227-1.c execution,  -O1 
XPASS: gcc.c-torture/execute/20020227-1.c execution,  -O2 
XPASS: gcc.c-torture/execute/20020227-1.c execution,  -O3 -fomit-frame-pointer 
XPASS: gcc.c-torture/execute/20020227-1.c execution,  -O3 -g 
XPASS: gcc.c-torture/execute/20020227-1.c execution,  -Os 
FAIL: gcc.c-torture/execute/20020720-1.c compilation,  -O1 
FAIL: gcc.c-torture/execute/20020720-1.c compilation,  -O2 
FAIL: gcc.c-torture/execute/20020720-1.c compilation,  -O3 -fomit-frame-pointer 
FAIL: gcc.c-torture/execute/20020720-1.c compilation,  -O3 -g 
FAIL: gcc.c-torture/execute/20020720-1.c compilation,  -Os 
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/compat/compat.exp ...
FAIL: gcc.dg/compat/vector-2 c_compat_x_tst.o compile
FAIL: gcc.dg/compat/vector-2 c_compat_y_tst.o compile
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/cpp/cpp.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/cpp/trad/trad.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/cpp/trad/trad.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/debug/debug.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/dg.exp ...
FAIL: gcc.dg/20021014-1.c (test for excess errors)
FAIL: gcc.dg/builtins-20.c (test for excess errors)
FAIL: gcc.dg/cleanup-5.c execution test
FAIL: gcc.dg/nest.c (test for excess errors)
XPASS: gcc.dg/uninit-4.c uninitialized variable warning (test for bogus messages, line 26)
FAIL: gcc.dg/warn-1.c  (test for warnings, line 15)
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/format/format.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/noncompile/noncompile.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/pch/pch.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/special/mips-abi.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/special/special.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/tls/tls.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/torture/dg-torture.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.dg/weak/weak.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.misc-tests/acker1.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.misc-tests/arm-isr.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.misc-tests/bprob.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.misc-tests/dg-test.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.misc-tests/dhry.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.misc-tests/gcov.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.misc-tests/linkage.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.misc-tests/matrix1.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.misc-tests/mg.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.misc-tests/sieve.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/gcc.misc-tests/sort2.exp ...

		=== gcc Summary for sh64/-m5-compact/-ml ===

# of expected passes		23549
# of unexpected failures	17
# of unexpected successes	7
# of expected failures		78
# of unresolved testcases	13
# of unsupported tests		277

		=== gcc Summary ===

# of expected passes		70651
# of unexpected failures	57
# of unexpected successes	7
# of expected failures		248
# of unresolved testcases	29
# of unsupported tests		831
/swbuild/nightly/2003-07-20/sh64-elf/gcc/xgcc version 3.4 20030720 (experimental)


make[1]: [check-gcc] Error 1 (ignored)
(rootme=`${PWDCMD-pwd}`; export rootme; \
srcdir=`cd ../../srcw/gcc; ${PWDCMD-pwd}` ; export srcdir ; \
cd testsuite; \
EXPECT=expect ; export EXPECT ; \
if [ -f ${rootme}/../expect/expect ] ; then  \
   TCL_LIBRARY=`cd .. ; cd ../../srcw/gcc/../tcl/library ; ${PWDCMD-pwd}` ; \
    export TCL_LIBRARY ; fi ; \
runtest --tool g++ )
Test Run By renneckej on Fri Jul 25 01:23:20 2003
Target is sh64-unknown-elf
Host   is i686-pc-linux-gnu

		=== g++ tests ===

Schedule of variations:
    sh64
    sh64/-ml
    sh64/-m5-compact/-ml

Running target sh64
Using /shhome/renneckej/.dejagnu/boards/sh64.exp as board description file for target.
Using /swbuild/build/lib/share/dejagnu/config/sim.exp as generic interface file for target.
Using /swbuild/build/lib/share/dejagnu/baseboards/basic-sim.exp as board description file for target.
Using /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/g++.dg/bprob/bprob.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/g++.dg/compat/compat.exp ...
FAIL: g++.dg/compat/eh/unexpected1 cp_compat_x_tst.o-cp_compat_y_tst.o execute 
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/g++.dg/debug/debug.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/g++.dg/dg.exp ...
FAIL: g++.dg/abi/bitfield5.C  (test for warnings, line 10)
FAIL: g++.dg/eh/registers1.C execution test
FAIL: g++.dg/eh/unexpected1.C execution test
FAIL: g++.dg/ext/pretty1.C scan-assembler top level
FAIL: g++.dg/ext/pretty2.C (test for excess errors)
WARNING: g++.dg/ext/pretty2.C compilation failed to produce executable
FAIL: g++.dg/init/array10.C (test for excess errors)
FAIL: g++.dg/opt/template1.C scan-assembler-not foo1
FAIL: g++.dg/opt/vtgc1.C scan-assembler-dem .vtable_inherit[ 	]*vtable for Multivv3.*0
FAIL: g++.dg/opt/vtgc1.C scan-assembler-dem .vtable_inherit[ 	]*VTT for Multivv3.*0
FAIL: g++.dg/opt/vtgc1.C scan-assembler-dem .vtable_inherit[ 	]*vtable for Multiss2.*vtable for Base2
FAIL: g++.dg/opt/vtgc1.C scan-assembler-dem .vtable_inherit[ 	]*vtable for Multivs1.*vtable for Base2
FAIL: g++.dg/opt/vtgc1.C scan-assembler-dem .vtable_inherit[ 	]*VTT for Multivs1.*vtable for Base2
FAIL: g++.dg/opt/vtgc1.C scan-assembler-dem .vtable_inherit[ 	]*vtable for Multisv0.*vtable for Side0
FAIL: g++.dg/opt/vtgc1.C scan-assembler-dem .vtable_inherit[ 	]*VTT for Multisv0.*vtable for Side0
FAIL: g++.dg/opt/vtgc1.C scan-assembler-dem .vtable_inherit[ 	]*vtable for Side0.*0
FAIL: g++.dg/opt/vtgc1.C scan-assembler-dem .vtable_inherit[ 	]*vtable for VbasedA.*0
FAIL: g++.dg/opt/vtgc1.C scan-assembler-dem .vtable_inherit[ 	]*VTT for VbasedA.*0
FAIL: g++.dg/opt/vtgc1.C scan-assembler-dem .vtable_inherit[ 	]*vtable for Base2.*vtable for Base1
FAIL: g++.dg/opt/vtgc1.C scan-assembler-dem .vtable_inherit[ 	]*vtable for Base1.*vtable for Base0
FAIL: g++.dg/opt/vtgc1.C scan-assembler-dem .vtable_inherit[ 	]*vtable for Base0.*0
FAIL: g++.dg/other/packed1.C execution test
FAIL: g++.dg/parse/non-dependent2.C (test for excess errors)
WARNING: program timed out.
FAIL: g++.dg/parse/stack1.C (test for excess errors)
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/g++.dg/gcov/gcov.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/g++.dg/pch/pch.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/g++.dg/special/ecos.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/g++.dg/tls/tls.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/g++.old-deja/old-deja.exp ...
FAIL: g++.old-deja/g++.abi/cxa_vec.C execution test
FAIL: g++.old-deja/g++.eh/spec2.C execution test
FAIL: g++.old-deja/g++.jason/thunk2.C (test for excess errors)
WARNING: g++.old-deja/g++.jason/thunk2.C compilation failed to produce executable
XPASS: g++.old-deja/g++.jason/thunk3.C execution test
FAIL: g++.old-deja/g++.law/profile1.C (test for excess errors)
FAIL: g++.old-deja/g++.mike/eh33.C execution test
FAIL: g++.old-deja/g++.mike/eh50.C execution test
FAIL: g++.old-deja/g++.mike/eh51.C execution test
WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce executable
WARNING: g++.old-deja/g++.other/enum5.C compilation failed to produce executable
WARNING: g++.old-deja/g++.pt/friend44.C compilation failed to produce executable

		=== g++ Summary for sh64 ===

# of expected passes		8690
# of unexpected failures	31
# of unexpected successes	1
# of expected failures		67
# of unsupported tests		63
Running target sh64/-ml
Using /shhome/renneckej/.dejagnu/boards/sh64.exp as board description file for target.
Using /swbuild/build/lib/share/dejagnu/config/sim.exp as generic interface file for target.
Using /swbuild/build/lib/share/dejagnu/baseboards/basic-sim.exp as board description file for target.
Using /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/g++.dg/bprob/bprob.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/g++.dg/compat/compat.exp ...
FAIL: g++.dg/compat/eh/unexpected1 cp_compat_x_tst.o-cp_compat_y_tst.o execute 
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/g++.dg/debug/debug.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/g++.dg/dg.exp ...
FAIL: g++.dg/abi/bitfield5.C  (test for warnings, line 10)
FAIL: g++.dg/eh/forced1.C execution test
FAIL: g++.dg/eh/registers1.C execution test
FAIL: g++.dg/eh/unexpected1.C execution test
FAIL: g++.dg/ext/pretty1.C scan-assembler top level
FAIL: g++.dg/ext/pretty2.C (test for excess errors)
WARNING: g++.dg/ext/pretty2.C compilation failed to produce executable
FAIL: g++.dg/init/array10.C (test for excess errors)
FAIL: g++.dg/opt/template1.C scan-assembler-not foo1
FAIL: g++.dg/opt/vtgc1.C scan-assembler-dem .vtable_inherit[ 	]*vtable for Multivv3.*0
FAIL: g++.dg/opt/vtgc1.C scan-assembler-dem .vtable_inherit[ 	]*VTT for Multivv3.*0
FAIL: g++.dg/opt/vtgc1.C scan-assembler-dem .vtable_inherit[ 	]*vtable for Multiss2.*vtable for Base2
FAIL: g++.dg/opt/vtgc1.C scan-assembler-dem .vtable_inherit[ 	]*vtable for Multivs1.*vtable for Base2
FAIL: g++.dg/opt/vtgc1.C scan-assembler-dem .vtable_inherit[ 	]*VTT for Multivs1.*vtable for Base2
FAIL: g++.dg/opt/vtgc1.C scan-assembler-dem .vtable_inherit[ 	]*vtable for Multisv0.*vtable for Side0
FAIL: g++.dg/opt/vtgc1.C scan-assembler-dem .vtable_inherit[ 	]*VTT for Multisv0.*vtable for Side0
FAIL: g++.dg/opt/vtgc1.C scan-assembler-dem .vtable_inherit[ 	]*vtable for Side0.*0
FAIL: g++.dg/opt/vtgc1.C scan-assembler-dem .vtable_inherit[ 	]*vtable for VbasedA.*0
FAIL: g++.dg/opt/vtgc1.C scan-assembler-dem .vtable_inherit[ 	]*VTT for VbasedA.*0
FAIL: g++.dg/opt/vtgc1.C scan-assembler-dem .vtable_inherit[ 	]*vtable for Base2.*vtable for Base1
FAIL: g++.dg/opt/vtgc1.C scan-assembler-dem .vtable_inherit[ 	]*vtable for Base1.*vtable for Base0
FAIL: g++.dg/opt/vtgc1.C scan-assembler-dem .vtable_inherit[ 	]*vtable for Base0.*0
FAIL: g++.dg/other/packed1.C execution test
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/g++.dg/gcov/gcov.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/g++.dg/pch/pch.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/g++.dg/special/ecos.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/g++.dg/tls/tls.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/g++.old-deja/old-deja.exp ...
FAIL: g++.old-deja/g++.abi/cxa_vec.C execution test
FAIL: g++.old-deja/g++.eh/spec2.C execution test
FAIL: g++.old-deja/g++.eh/spec3.C execution test
FAIL: g++.old-deja/g++.jason/thunk2.C (test for excess errors)
WARNING: g++.old-deja/g++.jason/thunk2.C compilation failed to produce executable
XPASS: g++.old-deja/g++.jason/thunk3.C execution test
FAIL: g++.old-deja/g++.law/profile1.C (test for excess errors)
FAIL: g++.old-deja/g++.mike/eh33.C execution test
FAIL: g++.old-deja/g++.mike/eh50.C execution test
FAIL: g++.old-deja/g++.mike/eh51.C execution test
WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce executable
WARNING: g++.old-deja/g++.other/enum5.C compilation failed to produce executable
WARNING: g++.old-deja/g++.pt/friend44.C compilation failed to produce executable

		=== g++ Summary for sh64/-ml ===

# of expected passes		8690
# of unexpected failures	31
# of unexpected successes	1
# of expected failures		67
# of unsupported tests		63
Running target sh64/-m5-compact/-ml
Using /shhome/renneckej/.dejagnu/boards/sh64.exp as board description file for target.
Using /swbuild/build/lib/share/dejagnu/config/sim.exp as generic interface file for target.
Using /swbuild/build/lib/share/dejagnu/baseboards/basic-sim.exp as board description file for target.
Using /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/g++.dg/bprob/bprob.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/g++.dg/compat/compat.exp ...
FAIL: g++.dg/compat/eh/ctor1 cp_compat_x_tst.o-cp_compat_y_tst.o execute 
FAIL: g++.dg/compat/eh/ctor2 cp_compat_x_tst.o-cp_compat_y_tst.o execute 
FAIL: g++.dg/compat/eh/dtor1 cp_compat_x_tst.o-cp_compat_y_tst.o execute 
FAIL: g++.dg/compat/eh/filter1 cp_compat_x_tst.o-cp_compat_y_tst.o execute 
FAIL: g++.dg/compat/eh/new1 cp_compat_x_tst.o-cp_compat_y_tst.o execute 
FAIL: g++.dg/compat/eh/nrv1 cp_compat_x_tst.o-cp_compat_y_tst.o execute 
FAIL: g++.dg/compat/eh/spec3 cp_compat_x_tst.o-cp_compat_y_tst.o execute 
FAIL: g++.dg/compat/eh/template1 cp_compat_x_tst.o-cp_compat_y_tst.o execute 
FAIL: g++.dg/compat/eh/unexpected1 cp_compat_x_tst.o-cp_compat_y_tst.o execute 
FAIL: g++.dg/compat/init/array5 cp_compat_x_tst.o-cp_compat_y_tst.o execute 
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/g++.dg/debug/debug.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/g++.dg/dg.exp ...
FAIL: g++.dg/abi/bitfield5.C  (test for warnings, line 10)
FAIL: g++.dg/eh/cond1.C execution test
FAIL: g++.dg/eh/ctor1.C execution test
FAIL: g++.dg/eh/ctor2.C execution test
FAIL: g++.dg/eh/dtor1.C execution test
FAIL: g++.dg/eh/filter1.C execution test
FAIL: g++.dg/eh/forced1.C execution test
FAIL: g++.dg/eh/forced2.C execution test
FAIL: g++.dg/eh/forced3.C execution test
FAIL: g++.dg/eh/forced4.C execution test
FAIL: g++.dg/eh/loop1.C execution test
FAIL: g++.dg/eh/loop2.C execution test
FAIL: g++.dg/eh/new1.C execution test
FAIL: g++.dg/eh/omit-frame-pointer.C execution test
FAIL: g++.dg/eh/omit-frame-pointer2.C execution test
FAIL: g++.dg/eh/registers1.C execution test
FAIL: g++.dg/eh/simd-1.C execution test
FAIL: g++.dg/eh/simd-2.C execution test
FAIL: g++.dg/eh/spec3.C execution test
FAIL: g++.dg/eh/template1.C execution test
FAIL: g++.dg/eh/unexpected1.C execution test
FAIL: g++.dg/ext/pretty1.C scan-assembler top level
FAIL: g++.dg/ext/pretty2.C (test for excess errors)
WARNING: g++.dg/ext/pretty2.C compilation failed to produce executable
FAIL: g++.dg/init/array10.C (test for excess errors)
FAIL: g++.dg/init/array5.C execution test
FAIL: g++.dg/init/ctor1.C execution test
FAIL: g++.dg/opt/template1.C scan-assembler-not foo1
FAIL: g++.dg/opt/vtgc1.C scan-assembler-dem .vtable_inherit[ 	]*vtable for Multivv3.*0
FAIL: g++.dg/opt/vtgc1.C scan-assembler-dem .vtable_inherit[ 	]*VTT for Multivv3.*0
FAIL: g++.dg/opt/vtgc1.C scan-assembler-dem .vtable_inherit[ 	]*vtable for Multiss2.*vtable for Base2
FAIL: g++.dg/opt/vtgc1.C scan-assembler-dem .vtable_inherit[ 	]*vtable for Multivs1.*vtable for Base2
FAIL: g++.dg/opt/vtgc1.C scan-assembler-dem .vtable_inherit[ 	]*VTT for Multivs1.*vtable for Base2
FAIL: g++.dg/opt/vtgc1.C scan-assembler-dem .vtable_inherit[ 	]*vtable for Multisv0.*vtable for Side0
FAIL: g++.dg/opt/vtgc1.C scan-assembler-dem .vtable_inherit[ 	]*VTT for Multisv0.*vtable for Side0
FAIL: g++.dg/opt/vtgc1.C scan-assembler-dem .vtable_inherit[ 	]*vtable for Side0.*0
FAIL: g++.dg/opt/vtgc1.C scan-assembler-dem .vtable_inherit[ 	]*vtable for VbasedA.*0
FAIL: g++.dg/opt/vtgc1.C scan-assembler-dem .vtable_inherit[ 	]*VTT for VbasedA.*0
FAIL: g++.dg/opt/vtgc1.C scan-assembler-dem .vtable_inherit[ 	]*vtable for Base2.*vtable for Base1
FAIL: g++.dg/opt/vtgc1.C scan-assembler-dem .vtable_inherit[ 	]*vtable for Base1.*vtable for Base0
FAIL: g++.dg/opt/vtgc1.C scan-assembler-dem .vtable_inherit[ 	]*vtable for Base0.*0
FAIL: g++.dg/other/packed1.C execution test
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/g++.dg/gcov/gcov.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/g++.dg/pch/pch.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/g++.dg/special/ecos.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/g++.dg/tls/tls.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/g++.old-deja/old-deja.exp ...
FAIL: g++.old-deja/g++.abi/cxa_vec.C execution test
FAIL: g++.old-deja/g++.brendan/eh1.C execution test
FAIL: g++.old-deja/g++.eh/badalloc1.C execution test
FAIL: g++.old-deja/g++.eh/catch11.C execution test
FAIL: g++.old-deja/g++.eh/catch12.C execution test
FAIL: g++.old-deja/g++.eh/catch3.C execution test
FAIL: g++.old-deja/g++.eh/catch3p.C execution test
FAIL: g++.old-deja/g++.eh/catch4.C execution test
FAIL: g++.old-deja/g++.eh/catch4p.C execution test
FAIL: g++.old-deja/g++.eh/catch5.C execution test
FAIL: g++.old-deja/g++.eh/catch5p.C execution test
FAIL: g++.old-deja/g++.eh/catch6.C execution test
FAIL: g++.old-deja/g++.eh/catch6p.C execution test
FAIL: g++.old-deja/g++.eh/catch7.C execution test
FAIL: g++.old-deja/g++.eh/catch7p.C execution test
FAIL: g++.old-deja/g++.eh/catch8.C execution test
FAIL: g++.old-deja/g++.eh/catch8p.C execution test
FAIL: g++.old-deja/g++.eh/catch9.C execution test
FAIL: g++.old-deja/g++.eh/catch9p.C execution test
FAIL: g++.old-deja/g++.eh/catchptr1.C execution test
FAIL: g++.old-deja/g++.eh/cleanup1.C execution test
FAIL: g++.old-deja/g++.eh/cleanup2.C execution test
FAIL: g++.old-deja/g++.eh/flow1.C execution test
FAIL: g++.old-deja/g++.eh/fntry1.C execution test
FAIL: g++.old-deja/g++.eh/ia64-1.C execution test
FAIL: g++.old-deja/g++.eh/inline2.C execution test
FAIL: g++.old-deja/g++.eh/new1.C execution test
FAIL: g++.old-deja/g++.eh/new2.C execution test
FAIL: g++.old-deja/g++.eh/pdel1.C execution test
FAIL: g++.old-deja/g++.eh/pdel2.C execution test
FAIL: g++.old-deja/g++.eh/ptr1.C execution test
FAIL: g++.old-deja/g++.eh/ptrmem1.C execution test
FAIL: g++.old-deja/g++.eh/rethrow1.C execution test
FAIL: g++.old-deja/g++.eh/rethrow2.C execution test
FAIL: g++.old-deja/g++.eh/rethrow3.C execution test
FAIL: g++.old-deja/g++.eh/rethrow4.C execution test
FAIL: g++.old-deja/g++.eh/rethrow5.C execution test
FAIL: g++.old-deja/g++.eh/rethrow6.C execution test
FAIL: g++.old-deja/g++.eh/spec1.C execution test
FAIL: g++.old-deja/g++.eh/spec2.C execution test
FAIL: g++.old-deja/g++.eh/spec3.C execution test
FAIL: g++.old-deja/g++.eh/tmpl1.C execution test
FAIL: g++.old-deja/g++.eh/unwind1.C execution test
FAIL: g++.old-deja/g++.eh/vbase1.C execution test
FAIL: g++.old-deja/g++.eh/vbase2.C execution test
FAIL: g++.old-deja/g++.eh/vbase4.C execution test
XPASS: g++.old-deja/g++.jason/thunk3.C execution test
FAIL: g++.old-deja/g++.law/profile1.C (test for excess errors)
FAIL: g++.old-deja/g++.martin/new1.C execution test
FAIL: g++.old-deja/g++.mike/dyncast1.C execution test
FAIL: g++.old-deja/g++.mike/dyncast2.C execution test
FAIL: g++.old-deja/g++.mike/eh10.C execution test
FAIL: g++.old-deja/g++.mike/eh12.C execution test
FAIL: g++.old-deja/g++.mike/eh14.C execution test
FAIL: g++.old-deja/g++.mike/eh16.C execution test
FAIL: g++.old-deja/g++.mike/eh17.C execution test
FAIL: g++.old-deja/g++.mike/eh18.C execution test
FAIL: g++.old-deja/g++.mike/eh2.C execution test
FAIL: g++.old-deja/g++.mike/eh21.C execution test
FAIL: g++.old-deja/g++.mike/eh24.C execution test
FAIL: g++.old-deja/g++.mike/eh25.C execution test
FAIL: g++.old-deja/g++.mike/eh26.C execution test
FAIL: g++.old-deja/g++.mike/eh27.C execution test
FAIL: g++.old-deja/g++.mike/eh28.C execution test
FAIL: g++.old-deja/g++.mike/eh29.C execution test
FAIL: g++.old-deja/g++.mike/eh3.C execution test
FAIL: g++.old-deja/g++.mike/eh31.C execution test
FAIL: g++.old-deja/g++.mike/eh33.C execution test
FAIL: g++.old-deja/g++.mike/eh34.C execution test
FAIL: g++.old-deja/g++.mike/eh35.C execution test
FAIL: g++.old-deja/g++.mike/eh36.C execution test
FAIL: g++.old-deja/g++.mike/eh37.C execution test
FAIL: g++.old-deja/g++.mike/eh38.C execution test
FAIL: g++.old-deja/g++.mike/eh39.C execution test
FAIL: g++.old-deja/g++.mike/eh40.C execution test
FAIL: g++.old-deja/g++.mike/eh41.C execution test
FAIL: g++.old-deja/g++.mike/eh42.C execution test
FAIL: g++.old-deja/g++.mike/eh44.C execution test
FAIL: g++.old-deja/g++.mike/eh47.C execution test
FAIL: g++.old-deja/g++.mike/eh48.C execution test
FAIL: g++.old-deja/g++.mike/eh49.C execution test
FAIL: g++.old-deja/g++.mike/eh5.C execution test
FAIL: g++.old-deja/g++.mike/eh50.C execution test
FAIL: g++.old-deja/g++.mike/eh51.C execution test
FAIL: g++.old-deja/g++.mike/eh6.C execution test
FAIL: g++.old-deja/g++.mike/eh8.C execution test
WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce executable
FAIL: g++.old-deja/g++.mike/p7912.C execution test
FAIL: g++.old-deja/g++.mike/p9706.C execution test
FAIL: g++.old-deja/g++.oliva/delete3.C execution test
FAIL: g++.old-deja/g++.oliva/new1.C execution test
FAIL: g++.old-deja/g++.other/array1.C execution test
FAIL: g++.old-deja/g++.other/eh3.C execution test
WARNING: g++.old-deja/g++.other/enum5.C compilation failed to produce executable
FAIL: g++.old-deja/g++.other/init7.C execution test
FAIL: g++.old-deja/g++.other/new7.C execution test
FAIL: g++.old-deja/g++.other/singleton.C execution test
FAIL: g++.old-deja/g++.other/vbase2.C execution test
FAIL: g++.old-deja/g++.pt/fntry1.C execution test
WARNING: g++.old-deja/g++.pt/friend44.C compilation failed to produce executable
FAIL: g++.old-deja/g++.robertl/eb31.C execution test
FAIL: g++.old-deja/g++.robertl/eb50.C execution test
FAIL: g++.old-deja/g++.robertl/eb66.C execution test
FAIL: g++.old-deja/g++.robertl/eb88.C execution test
FAIL: g++.old-deja/g++.robertl/eh990323-1.C execution test
FAIL: g++.old-deja/g++.robertl/eh990323-2.C execution test
FAIL: g++.old-deja/g++.robertl/eh990323-3.C execution test
FAIL: g++.old-deja/g++.robertl/eh990323-4.C execution test
FAIL: g++.old-deja/g++.robertl/eh990323-5.C execution test
FAIL: g++.old-deja/g++.robertl/ice990323-2.C execution test

		=== g++ Summary for sh64/-m5-compact/-ml ===

# of expected passes		8565
# of unexpected failures	157
# of unexpected successes	1
# of expected failures		67
# of unsupported tests		63

		=== g++ Summary ===

# of expected passes		25945
# of unexpected failures	219
# of unexpected successes	3
# of expected failures		201
# of unsupported tests		189
/swbuild/nightly/2003-07-20/sh64-elf/gcc/testsuite/../g++ version 3.4 20030720 (experimental)


make[1]: [check-g++] Error 1 (ignored)
(rootme=`${PWDCMD-pwd}`; export rootme; \
srcdir=`cd ../../srcw/gcc; ${PWDCMD-pwd}` ; export srcdir ; \
cd testsuite; \
EXPECT=expect ; export EXPECT ; \
if [ -f ${rootme}/../expect/expect ] ; then  \
   TCL_LIBRARY=`cd .. ; cd ../../srcw/gcc/../tcl/library ; ${PWDCMD-pwd}` ; \
    export TCL_LIBRARY ; fi ; \
runtest --tool objc )
Test Run By renneckej on Fri Jul 25 03:33:19 2003
Target is sh64-unknown-elf
Host   is i686-pc-linux-gnu

		=== objc tests ===

Schedule of variations:
    sh64
    sh64/-ml
    sh64/-m5-compact/-ml

Running target sh64
Using /shhome/renneckej/.dejagnu/boards/sh64.exp as board description file for target.
Using /swbuild/build/lib/share/dejagnu/config/sim.exp as generic interface file for target.
Using /swbuild/build/lib/share/dejagnu/baseboards/basic-sim.exp as board description file for target.
Using /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/objc/compile/compile.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/objc/execute/execute.exp ...
FAIL: objc/execute/bf-10.m execution,  -O0 
FAIL: objc/execute/bf-10.m execution,  -O1 
FAIL: objc/execute/bf-10.m execution,  -O2 
FAIL: objc/execute/bf-10.m execution,  -O3 -fomit-frame-pointer 
FAIL: objc/execute/bf-10.m execution,  -O3 -g 
FAIL: objc/execute/bf-10.m execution,  -Os 
FAIL: objc/execute/bf-11.m execution,  -O0 
FAIL: objc/execute/bf-11.m execution,  -O1 
FAIL: objc/execute/bf-11.m execution,  -O2 
FAIL: objc/execute/bf-11.m execution,  -O3 -fomit-frame-pointer 
FAIL: objc/execute/bf-11.m execution,  -O3 -g 
FAIL: objc/execute/bf-11.m execution,  -Os 
FAIL: objc/execute/bf-12.m execution,  -O0 
FAIL: objc/execute/bf-12.m execution,  -O1 
FAIL: objc/execute/bf-12.m execution,  -O2 
FAIL: objc/execute/bf-12.m execution,  -O3 -fomit-frame-pointer 
FAIL: objc/execute/bf-12.m execution,  -O3 -g 
FAIL: objc/execute/bf-12.m execution,  -Os 
FAIL: objc/execute/bf-5.m execution,  -O0 
FAIL: objc/execute/bf-5.m execution,  -O1 
FAIL: objc/execute/bf-5.m execution,  -O2 
FAIL: objc/execute/bf-5.m execution,  -O3 -fomit-frame-pointer 
FAIL: objc/execute/bf-5.m execution,  -O3 -g 
FAIL: objc/execute/bf-5.m execution,  -Os 
FAIL: objc/execute/bf-6.m execution,  -O0 
FAIL: objc/execute/bf-6.m execution,  -O1 
FAIL: objc/execute/bf-6.m execution,  -O2 
FAIL: objc/execute/bf-6.m execution,  -O3 -fomit-frame-pointer 
FAIL: objc/execute/bf-6.m execution,  -O3 -g 
FAIL: objc/execute/bf-6.m execution,  -Os 
FAIL: objc/execute/bf-7.m execution,  -O0 
FAIL: objc/execute/bf-7.m execution,  -O1 
FAIL: objc/execute/bf-7.m execution,  -O2 
FAIL: objc/execute/bf-7.m execution,  -O3 -fomit-frame-pointer 
FAIL: objc/execute/bf-7.m execution,  -O3 -g 
FAIL: objc/execute/bf-7.m execution,  -Os 
FAIL: objc/execute/bf-8.m execution,  -O0 
FAIL: objc/execute/bf-8.m execution,  -O1 
FAIL: objc/execute/bf-8.m execution,  -O2 
FAIL: objc/execute/bf-8.m execution,  -O3 -fomit-frame-pointer 
FAIL: objc/execute/bf-8.m execution,  -O3 -g 
FAIL: objc/execute/bf-8.m execution,  -Os 
FAIL: objc/execute/bf-9.m execution,  -O0 
FAIL: objc/execute/bf-9.m execution,  -O1 
FAIL: objc/execute/bf-9.m execution,  -O2 
FAIL: objc/execute/bf-9.m execution,  -O3 -fomit-frame-pointer 
FAIL: objc/execute/bf-9.m execution,  -O3 -g 
FAIL: objc/execute/bf-9.m execution,  -Os 
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/objc.dg/dg.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/objc.dg/special/special.exp ...

		=== objc Summary for sh64 ===

# of expected passes		1108
# of unexpected failures	48
Running target sh64/-ml
Using /shhome/renneckej/.dejagnu/boards/sh64.exp as board description file for target.
Using /swbuild/build/lib/share/dejagnu/config/sim.exp as generic interface file for target.
Using /swbuild/build/lib/share/dejagnu/baseboards/basic-sim.exp as board description file for target.
Using /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/objc/compile/compile.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/objc/execute/execute.exp ...
FAIL: objc/execute/bf-10.m execution,  -O0 
FAIL: objc/execute/bf-10.m execution,  -O1 
FAIL: objc/execute/bf-10.m execution,  -O2 
FAIL: objc/execute/bf-10.m execution,  -O3 -fomit-frame-pointer 
FAIL: objc/execute/bf-10.m execution,  -O3 -g 
FAIL: objc/execute/bf-10.m execution,  -Os 
FAIL: objc/execute/bf-11.m execution,  -O0 
FAIL: objc/execute/bf-11.m execution,  -O1 
FAIL: objc/execute/bf-11.m execution,  -O2 
FAIL: objc/execute/bf-11.m execution,  -O3 -fomit-frame-pointer 
FAIL: objc/execute/bf-11.m execution,  -O3 -g 
FAIL: objc/execute/bf-11.m execution,  -Os 
FAIL: objc/execute/bf-12.m execution,  -O0 
FAIL: objc/execute/bf-12.m execution,  -O1 
FAIL: objc/execute/bf-12.m execution,  -O2 
FAIL: objc/execute/bf-12.m execution,  -O3 -fomit-frame-pointer 
FAIL: objc/execute/bf-12.m execution,  -O3 -g 
FAIL: objc/execute/bf-12.m execution,  -Os 
FAIL: objc/execute/bf-5.m execution,  -O0 
FAIL: objc/execute/bf-5.m execution,  -O1 
FAIL: objc/execute/bf-5.m execution,  -O2 
FAIL: objc/execute/bf-5.m execution,  -O3 -fomit-frame-pointer 
FAIL: objc/execute/bf-5.m execution,  -O3 -g 
FAIL: objc/execute/bf-5.m execution,  -Os 
FAIL: objc/execute/bf-6.m execution,  -O0 
FAIL: objc/execute/bf-6.m execution,  -O1 
FAIL: objc/execute/bf-6.m execution,  -O2 
FAIL: objc/execute/bf-6.m execution,  -O3 -fomit-frame-pointer 
FAIL: objc/execute/bf-6.m execution,  -O3 -g 
FAIL: objc/execute/bf-6.m execution,  -Os 
FAIL: objc/execute/bf-7.m execution,  -O0 
FAIL: objc/execute/bf-7.m execution,  -O1 
FAIL: objc/execute/bf-7.m execution,  -O2 
FAIL: objc/execute/bf-7.m execution,  -O3 -fomit-frame-pointer 
FAIL: objc/execute/bf-7.m execution,  -O3 -g 
FAIL: objc/execute/bf-7.m execution,  -Os 
FAIL: objc/execute/bf-8.m execution,  -O0 
FAIL: objc/execute/bf-8.m execution,  -O1 
FAIL: objc/execute/bf-8.m execution,  -O2 
FAIL: objc/execute/bf-8.m execution,  -O3 -fomit-frame-pointer 
FAIL: objc/execute/bf-8.m execution,  -O3 -g 
FAIL: objc/execute/bf-8.m execution,  -Os 
FAIL: objc/execute/bf-9.m execution,  -O0 
FAIL: objc/execute/bf-9.m execution,  -O1 
FAIL: objc/execute/bf-9.m execution,  -O2 
FAIL: objc/execute/bf-9.m execution,  -O3 -fomit-frame-pointer 
FAIL: objc/execute/bf-9.m execution,  -O3 -g 
FAIL: objc/execute/bf-9.m execution,  -Os 
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/objc.dg/dg.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/objc.dg/special/special.exp ...

		=== objc Summary for sh64/-ml ===

# of expected passes		1108
# of unexpected failures	48
Running target sh64/-m5-compact/-ml
Using /shhome/renneckej/.dejagnu/boards/sh64.exp as board description file for target.
Using /swbuild/build/lib/share/dejagnu/config/sim.exp as generic interface file for target.
Using /swbuild/build/lib/share/dejagnu/baseboards/basic-sim.exp as board description file for target.
Using /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/objc/compile/compile.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/objc/execute/execute.exp ...
FAIL: objc/execute/bf-10.m execution,  -O0 
FAIL: objc/execute/bf-10.m execution,  -O1 
FAIL: objc/execute/bf-10.m execution,  -O2 
FAIL: objc/execute/bf-10.m execution,  -O3 -fomit-frame-pointer 
FAIL: objc/execute/bf-10.m execution,  -O3 -g 
FAIL: objc/execute/bf-10.m execution,  -Os 
FAIL: objc/execute/bf-11.m execution,  -O0 
FAIL: objc/execute/bf-11.m execution,  -O1 
FAIL: objc/execute/bf-11.m execution,  -O2 
FAIL: objc/execute/bf-11.m execution,  -O3 -fomit-frame-pointer 
FAIL: objc/execute/bf-11.m execution,  -O3 -g 
FAIL: objc/execute/bf-11.m execution,  -Os 
FAIL: objc/execute/bf-12.m execution,  -O0 
FAIL: objc/execute/bf-12.m execution,  -O1 
FAIL: objc/execute/bf-12.m execution,  -O2 
FAIL: objc/execute/bf-12.m execution,  -O3 -fomit-frame-pointer 
FAIL: objc/execute/bf-12.m execution,  -O3 -g 
FAIL: objc/execute/bf-12.m execution,  -Os 
FAIL: objc/execute/bf-5.m execution,  -O0 
FAIL: objc/execute/bf-5.m execution,  -O1 
FAIL: objc/execute/bf-5.m execution,  -O2 
FAIL: objc/execute/bf-5.m execution,  -O3 -fomit-frame-pointer 
FAIL: objc/execute/bf-5.m execution,  -O3 -g 
FAIL: objc/execute/bf-5.m execution,  -Os 
FAIL: objc/execute/bf-6.m execution,  -O0 
FAIL: objc/execute/bf-6.m execution,  -O1 
FAIL: objc/execute/bf-6.m execution,  -O2 
FAIL: objc/execute/bf-6.m execution,  -O3 -fomit-frame-pointer 
FAIL: objc/execute/bf-6.m execution,  -O3 -g 
FAIL: objc/execute/bf-6.m execution,  -Os 
FAIL: objc/execute/bf-7.m execution,  -O0 
FAIL: objc/execute/bf-7.m execution,  -O1 
FAIL: objc/execute/bf-7.m execution,  -O2 
FAIL: objc/execute/bf-7.m execution,  -O3 -fomit-frame-pointer 
FAIL: objc/execute/bf-7.m execution,  -O3 -g 
FAIL: objc/execute/bf-7.m execution,  -Os 
FAIL: objc/execute/bf-8.m execution,  -O0 
FAIL: objc/execute/bf-8.m execution,  -O1 
FAIL: objc/execute/bf-8.m execution,  -O2 
FAIL: objc/execute/bf-8.m execution,  -O3 -fomit-frame-pointer 
FAIL: objc/execute/bf-8.m execution,  -O3 -g 
FAIL: objc/execute/bf-8.m execution,  -Os 
FAIL: objc/execute/bf-9.m execution,  -O0 
FAIL: objc/execute/bf-9.m execution,  -O1 
FAIL: objc/execute/bf-9.m execution,  -O2 
FAIL: objc/execute/bf-9.m execution,  -O3 -fomit-frame-pointer 
FAIL: objc/execute/bf-9.m execution,  -O3 -g 
FAIL: objc/execute/bf-9.m execution,  -Os 
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/objc.dg/dg.exp ...
Running /swbuild/nightly/2003-07-20/srcw/gcc/testsuite/objc.dg/special/special.exp ...

		=== objc Summary for sh64/-m5-compact/-ml ===

# of expected passes		1108
# of unexpected failures	48

		=== objc Summary ===

# of expected passes		3324
# of unexpected failures	144
/swbuild/nightly/2003-07-20/sh64-elf/gcc/xgcc version 3.4 20030720 (experimental)


make[1]: [check-objc] Error 1 (ignored)
make[1]: Leaving directory `/swbuild/nightly/2003-07-20/sh64-elf/gcc'


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]