This is the mail archive of the
gcc-testresults@gcc.gnu.org
mailing list for the GCC project.
Results for 4.5.1 (GCC) testsuite on sparc-unknown-linux-gnu
- From: jeremy <jeremy dot buisson at st-cyr dot terre-net dot defense dot gouv dot fr>
- To: gcc-testresults at gcc dot gnu dot org
- Date: Wed, 08 Sep 2010 08:28:36 +0200
- Subject: Results for 4.5.1 (GCC) testsuite on sparc-unknown-linux-gnu
LAST_UPDATED: Obtained from SVN: tags/gcc_4_5_1_release revision 162774
=== acats tests ===
=== acats Summary ===
# of expected passes 2321
# of unexpected failures 0
Native configuration is sparc-unknown-linux-gnu
=== gcc tests ===
Running target unix
FAIL: gcc.c-torture/execute/pr38819.c execution, -O2
FAIL: gcc.c-torture/execute/pr38819.c execution, -O3 -fomit-frame-pointer
FAIL: gcc.c-torture/execute/pr38819.c execution, -O3 -fomit-frame-pointer -funroll-loops
FAIL: gcc.c-torture/execute/pr38819.c execution, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions
FAIL: gcc.c-torture/execute/pr38819.c execution, -O3 -g
FAIL: gcc.c-torture/execute/pr38819.c execution, -O2 -flto
FAIL: gcc.c-torture/execute/pr38819.c execution, -O2 -fwhopr
XPASS: gcc.dg/guality/example.c -O0 execution test
XPASS: gcc.dg/guality/example.c -O1 execution test
XPASS: gcc.dg/guality/example.c -Os 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 execution test
XPASS: gcc.dg/guality/guality.c -O2 -fwhopr execution test
FAIL: gcc.dg/guality/inline-params.c -O0 execution test
FAIL: gcc.dg/guality/inline-params.c -O1 execution test
FAIL: gcc.dg/guality/inline-params.c -O2 -fwhopr execution test
XPASS: gcc.dg/guality/pr41353-1.c -O0 line 28 j == 28 + 37
FAIL: gcc.dg/guality/pr41353-1.c -O1 line 28 i == 37
FAIL: gcc.dg/guality/pr41353-1.c -O1 line 28 i1 == 2 * 37
FAIL: gcc.dg/guality/pr41353-1.c -O1 line 28 i2 == 3 * 37
FAIL: gcc.dg/guality/pr41353-1.c -O2 line 28 i == 37
FAIL: gcc.dg/guality/pr41353-1.c -O2 line 28 i1 == 2 * 37
FAIL: gcc.dg/guality/pr41353-1.c -O2 line 28 i2 == 3 * 37
FAIL: gcc.dg/guality/pr41353-1.c -O3 -fomit-frame-pointer line 28 i == 37
FAIL: gcc.dg/guality/pr41353-1.c -O3 -fomit-frame-pointer line 28 i1 == 2 * 37
FAIL: gcc.dg/guality/pr41353-1.c -O3 -fomit-frame-pointer line 28 i2 == 3 * 37
FAIL: gcc.dg/guality/pr41353-1.c -O3 -g line 28 i == 37
FAIL: gcc.dg/guality/pr41353-1.c -O3 -g line 28 i1 == 2 * 37
FAIL: gcc.dg/guality/pr41353-1.c -O3 -g line 28 i2 == 3 * 37
FAIL: gcc.dg/guality/pr41353-1.c -Os line 28 i == 37
FAIL: gcc.dg/guality/pr41353-1.c -Os line 28 i1 == 2 * 37
FAIL: gcc.dg/guality/pr41353-1.c -Os line 28 i2 == 3 * 37
FAIL: gcc.dg/guality/pr41353-1.c -O2 -flto line 28 i == 37
FAIL: gcc.dg/guality/pr41353-1.c -O2 -fwhopr line 28 i == 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 -Os execution test
XPASS: gcc.dg/guality/pr41447-1.c -O2 -flto execution test
XPASS: gcc.dg/guality/pr41447-1.c -O2 -fwhopr execution test
XPASS: gcc.dg/guality/pr41616-1.c -O0 execution test
FAIL: gcc.dg/guality/pr43077-1.c -O2 -flto line 11 varb == 2
FAIL: gcc.dg/guality/pr43077-1.c -O2 -flto line 42 varb == 2
FAIL: gcc.dg/guality/pr43077-1.c -O2 -fwhopr line 11 varb == 2
FAIL: gcc.dg/guality/pr43077-1.c -O2 -fwhopr line 42 varb == 2
FAIL: gcc.dg/guality/vla-1.c -O0 line 17 sizeof (a) == 6
FAIL: gcc.dg/guality/vla-1.c -O0 line 24 sizeof (a) == 17 * sizeof (short)
FAIL: gcc.dg/guality/vla-1.c -O1 line 17 i == 5
FAIL: gcc.dg/guality/vla-1.c -O1 line 24 sizeof (a) == 17 * sizeof (short)
FAIL: gcc.dg/guality/vla-1.c -O2 line 17 i == 5
FAIL: gcc.dg/guality/vla-1.c -O2 line 24 i == 5
FAIL: gcc.dg/guality/vla-1.c -O2 line 24 sizeof (a) == 17 * sizeof (short)
FAIL: gcc.dg/guality/vla-1.c -O3 -fomit-frame-pointer line 17 i == 5
FAIL: gcc.dg/guality/vla-1.c -O3 -fomit-frame-pointer line 24 i == 5
FAIL: gcc.dg/guality/vla-1.c -O3 -fomit-frame-pointer line 24 sizeof (a) == 17 * sizeof (short)
FAIL: gcc.dg/guality/vla-1.c -O3 -g line 17 i == 5
FAIL: gcc.dg/guality/vla-1.c -O3 -g line 24 i == 5
FAIL: gcc.dg/guality/vla-1.c -O3 -g line 24 sizeof (a) == 17 * sizeof (short)
FAIL: gcc.dg/guality/vla-1.c -Os line 17 i == 5
FAIL: gcc.dg/guality/vla-1.c -Os line 24 i == 5
FAIL: gcc.dg/guality/vla-1.c -Os line 24 sizeof (a) == 17 * sizeof (short)
FAIL: gcc.dg/guality/vla-1.c -O2 -flto line 17 i == 5
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 i == 5
FAIL: gcc.dg/guality/vla-1.c -O2 -flto line 24 sizeof (a) == 17 * sizeof (short)
FAIL: gcc.dg/guality/vla-1.c -O2 -fwhopr line 17 i == 5
FAIL: gcc.dg/guality/vla-1.c -O2 -fwhopr line 17 sizeof (a) == 6
FAIL: gcc.dg/guality/vla-1.c -O2 -fwhopr line 24 i == 5
FAIL: gcc.dg/guality/vla-1.c -O2 -fwhopr line 24 sizeof (a) == 17 * sizeof (short)
FAIL: gcc.dg/vect/pr43430-1.c scan-tree-dump-times vect "vectorized 1 loops" 1
FAIL: gcc.dg/vect/slp-multitypes-2.c execution test
=== gcc Summary ===
# of expected passes 65247
# of unexpected failures 57
# of unexpected successes 19
# of expected failures 220
# of unsupported tests 1135
/srv/nfs/home/jeremy.buisson/t/build-4.5.1/gcc/xgcc version 4.5.1 (GCC)
=== gfortran tests ===
Running target unix
FAIL: gfortran.dg/unf_io_convert_2.f90 -O3 -g (test for excess errors)
UNRESOLVED: gfortran.dg/unf_io_convert_2.f90 -O3 -g compilation failed to produce executable
FAIL: gfortran.fortran-torture/execute/forall_7.f90 execution, -O3 -g
=== gfortran Summary ===
# of expected passes 34002
# of unexpected failures 2
# of expected failures 23
# of unresolved testcases 1
# of unsupported tests 162
/srv/nfs/home/jeremy.buisson/t/build-4.5.1/gcc/testsuite/gfortran/../../gfortran version 4.5.1 (GCC)
=== g++ tests ===
Running target unix
FAIL: g++.dg/lto/20090303 cp_lto_20090303_0.o-cp_lto_20090303_0.o execute -fwhopr
=== g++ Summary ===
# of expected passes 22218
# of unexpected failures 1
# of expected failures 151
# of unsupported tests 198
/srv/nfs/home/jeremy.buisson/t/build-4.5.1/gcc/testsuite/g++/../../g++ version 4.5.1 (GCC)
=== gnat tests ===
Running target unix
=== gnat Summary ===
# of expected passes 759
# of expected failures 7
# of unsupported tests 2
=== obj-c++ tests ===
Running target unix
UNRESOLVED: obj-c++.dg/lookup-2.mm -fgnu-runtime compilation failed to produce executable
UNRESOLVED: obj-c++.dg/try-catch-2.mm -fgnu-runtime compilation failed to produce executable
UNRESOLVED: obj-c++.dg/try-catch-9.mm -fgnu-runtime compilation failed to produce executable
=== obj-c++ Summary ===
# of expected passes 440
# of expected failures 3
# of unresolved testcases 3
# of unsupported tests 14
/srv/nfs/home/jeremy.buisson/t/build-4.5.1/gcc/testsuite/obj-c++/../../g++ version 4.5.1 (GCC)
=== objc tests ===
Running target unix
FAIL: objc/execute/forward-1.m execution, -O0 -fgnu-runtime
FAIL: objc/execute/forward-1.m execution, -O1 -fgnu-runtime
FAIL: objc/execute/forward-1.m execution, -O2 -fgnu-runtime
FAIL: objc/execute/forward-1.m execution, -O3 -fomit-frame-pointer -fgnu-runtime
FAIL: objc/execute/forward-1.m execution, -O3 -fomit-frame-pointer -funroll-loops -fgnu-runtime
FAIL: objc/execute/forward-1.m execution, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions -fgnu-runtime
FAIL: objc/execute/forward-1.m execution, -O3 -g -fgnu-runtime
FAIL: objc/execute/forward-1.m execution, -Os -fgnu-runtime
=== objc Summary ===
# of expected passes 1904
# of unexpected failures 8
# of expected failures 7
# of unsupported tests 20
/srv/nfs/home/jeremy.buisson/t/build-4.5.1/gcc/xgcc version 4.5.1 (GCC)
=== libgomp tests ===
Running target unix
=== libgomp Summary ===
# of expected passes 2480
# of unsupported tests 7
=== libmudflap tests ===
Running target unix
FAIL: libmudflap.c/pass46-frag.c (-O2) (test for excess errors)
FAIL: libmudflap.c/pass46-frag.c (-O2) (test for excess errors)
FAIL: libmudflap.c/fail31-frag.c (-O3) crash test
FAIL: libmudflap.c/fail31-frag.c (-O3) output pattern test
FAIL: libmudflap.c/pass45-frag.c (-O3) execution test
FAIL: libmudflap.c/pass45-frag.c (-O3) output pattern test
FAIL: libmudflap.c/pass45-frag.c (-O3) execution test
FAIL: libmudflap.c/pass45-frag.c (-O3) output pattern test
FAIL: libmudflap.c/pass46-frag.c (-O3) (test for excess errors)
FAIL: libmudflap.c/pass46-frag.c (-O3) (test for excess errors)
FAIL: libmudflap.c++/pass41-frag.cxx execution test
FAIL: libmudflap.c++/pass41-frag.cxx (-static) execution test
FAIL: libmudflap.c++/pass41-frag.cxx ( -O) execution test
FAIL: libmudflap.c++/pass41-frag.cxx (-O2) execution test
FAIL: libmudflap.c++/pass41-frag.cxx (-O3) execution test
=== libmudflap Summary ===
# of expected passes 1879
# of unexpected failures 15
=== libstdc++ tests ===
Running target unix
FAIL: 21_strings/basic_string/inserters_extractors/wchar_t/28277.cc execution test
=== libstdc++ Summary ===
# of expected passes 6692
# of unexpected failures 1
# of expected failures 91
# of unsupported tests 431
Compiler version: 4.5.1 (GCC)
Platform: sparc-unknown-linux-gnu
configure flags: --enable-libada --enable-libssp --enable-lto --enable-objc-gc --with-mpc=/opt/compiled/mpc/0.8.1 --enable-languages=ada,c,c++,fortran,objc,obj-c++ --prefix=/opt/compiled/gcc/4.5.1 --enable-shared --with-system-zlib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.5 --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --with-cpu=v8 --with-long-double-128 --enable-checking=release --build=sparc-linux-gnu --host=sparc-linux-gnu --target=sparc-linux-gnu --enable-targets=all --with-libelf=/opt/compiled/libelf/0.8.13