Results for 4.3.0 20070426 (experimental) testsuite on x86_64-suse-linux-gnu
Robert Schiele
rschiele@gmail.com
Thu Apr 26 05:00:00 GMT 2007
This build includes the following specific changes:
Index: gcc/gcc.c
===================================================================
--- gcc/gcc.c (revision 124170)
+++ gcc/gcc.c (working copy)
@@ -6203,6 +6203,8 @@
memcpy (compilers, default_compilers, sizeof default_compilers);
n_compilers = n_default_compilers;
+ init_spec ();
+
/* Read specs from a file if there is one. */
machine_suffix = concat (spec_machine, dir_separator_str,
@@ -6213,8 +6215,6 @@
/* Read the specs file unless it is a default one. */
if (specs_file != 0 && strcmp (specs_file, "specs"))
read_specs (specs_file, TRUE);
- else
- init_spec ();
/* We need to check standard_exec_prefix/just_machine_suffix/specs
for any override of as, ld and libraries. */
Index: gcc/cp/parser.c
===================================================================
--- gcc/cp/parser.c (revision 124170)
+++ gcc/cp/parser.c (working copy)
@@ -13742,7 +13742,7 @@
bool saved_in_function_body;
tree old_scope = NULL_TREE;
tree scope = NULL_TREE;
- tree bases;
+ tree bases = NULL_TREE;
push_deferring_access_checks (dk_no_deferred);
# Some comments about the system:
# openSUSE 10.2 (X86-64)
# VERSION = 10.2
# bash-3.1-55
# binutils-2.17.50.0.5-21
# dejagnu-1.4.4-35
# expect-5.43.0-34
# gcc-4.1.3-29
# glibc-2.5-25
# kernel-default-2.6.18.8-0.1
# make-3.81-23
# tcl-8.4.14-11
# texinfo-4.8-43
# Linux 2.6.18.8-0.1-xen #1 SMP Fri Mar 2 13:51:59 UTC 2007 x86_64 x86_64 x86_64 GNU/Linux
# 5:52am up 38 days 19:14, 15 users, load average: 1.32, 1.74, 1.78
# Using built-in specs.
# Target: x86_64-suse-linux
# Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.1.2 --enable-ssp --disable-libssp --disable-libgcj --with-slibdir=/lib64 --with-system-zlib --enable-shared --enable-__cxa_atexit --enable-libstdcxx-allocator=new --program-suffix=-4.1 --enable-version-specific-runtime-libs --without-system-libunwind --with-cpu=generic --host=x86_64-suse-linux
# Thread model: posix
# gcc version 4.1.2 20061115 (prerelease) (SUSE Linux)
# GNU C Library stable release version 2.5 (20061011), by Roland McGrath et al.
# Configured for x86_64-suse-linux.
# Compiled by GNU CC version 4.1.2 20061115 (prerelease) (SUSE Linux).
# Compiled on a Linux 2.6.18 system on 2006-11-25.
# Available extensions:
# crypt add-on version 2.1 by Michael Glad and others
# GNU Libidn by Simon Josefsson
# GNU libio by Per Bothner
# NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk
# Native POSIX Threads Library by Ulrich Drepper et al
# BIND-8.2.3-T5B
# Thread-local storage support included.
# For bug reporting instructions, please see:
# <http://www.gnu.org/software/libc/bugs.html>.
LAST_UPDATED: Thu Apr 26 00:21:42 UTC 2007 (revision 124170M)
Native configuration is x86_64-suse-linux-gnu
=== gcc tests ===
Running target unix
FAIL: gcc.dg/dfp/convert-bfp-fold.c (test for excess errors)
WARNING: gcc.dg/dfp/convert-bfp-fold.c compilation failed to produce executable
FAIL: gcc.dg/torture/builtin-pow-mpfr-1.c -O0 scan-tree-dump pow
FAIL: gcc.dg/torture/builtin-pow-mpfr-1.c -O1 scan-tree-dump pow
FAIL: gcc.dg/torture/builtin-pow-mpfr-1.c -O2 scan-tree-dump pow
FAIL: gcc.dg/torture/builtin-pow-mpfr-1.c -O3 -fomit-frame-pointer scan-tree-dump pow
FAIL: gcc.dg/torture/builtin-pow-mpfr-1.c -O3 -g scan-tree-dump pow
FAIL: gcc.dg/torture/builtin-pow-mpfr-1.c -Os scan-tree-dump pow
WARNING: gcc.dg/torture/fp-int-convert-float128-timode.c -O0 compilation failed to produce executable
WARNING: gcc.dg/torture/fp-int-convert-float128-timode.c -O1 compilation failed to produce executable
WARNING: gcc.dg/torture/fp-int-convert-float128-timode.c -O2 compilation failed to produce executable
WARNING: gcc.dg/torture/fp-int-convert-float128-timode.c -O3 -fomit-frame-pointer compilation failed to produce executable
WARNING: gcc.dg/torture/fp-int-convert-float128-timode.c -O3 -g compilation failed to produce executable
WARNING: gcc.dg/torture/fp-int-convert-float128-timode.c -Os compilation failed to produce executable
WARNING: gcc.dg/torture/fp-int-convert-float128.c -O0 compilation failed to produce executable
WARNING: gcc.dg/torture/fp-int-convert-float128.c -O1 compilation failed to produce executable
WARNING: gcc.dg/torture/fp-int-convert-float128.c -O2 compilation failed to produce executable
WARNING: gcc.dg/torture/fp-int-convert-float128.c -O3 -fomit-frame-pointer compilation failed to produce executable
WARNING: gcc.dg/torture/fp-int-convert-float128.c -O3 -g compilation failed to produce executable
WARNING: gcc.dg/torture/fp-int-convert-float128.c -Os compilation failed to produce executable
XPASS: gcc.dg/tree-ssa/update-threading.c scan-tree-dump-times Invalid sum 0
FAIL: gcc.target/i386/sse-13.c (test for excess errors)
FAIL: gcc.target/i386/sse-14.c (test for excess errors)
FAIL: gcc.target/i386/sse-vect-types.c (test for excess errors)
=== gcc Summary ===
# of expected passes 44734
# of unexpected failures 10
# of unexpected successes 1
# of expected failures 126
# of untested testcases 28
# of unsupported tests 417
/home/robert/stuff/gcc/build/gcc/xgcc version 4.3.0 20070426 (experimental)
=== gfortran tests ===
Running target unix
FAIL: gfortran.dg/repeat_2.f90 -O0 execution test
FAIL: gfortran.dg/repeat_2.f90 -O1 execution test
FAIL: gfortran.dg/repeat_2.f90 -O2 execution test
FAIL: gfortran.dg/repeat_2.f90 -O3 -fomit-frame-pointer execution test
FAIL: gfortran.dg/repeat_2.f90 -O3 -fomit-frame-pointer -funroll-loops execution test
FAIL: gfortran.dg/repeat_2.f90 -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test
FAIL: gfortran.dg/repeat_2.f90 -O3 -g execution test
FAIL: gfortran.dg/repeat_2.f90 -Os execution test
=== gfortran Summary ===
# of expected passes 17538
# of unexpected failures 8
# of expected failures 7
# of unsupported tests 18
/home/robert/stuff/gcc/build/gcc/testsuite/gfortran/../../gfortran version 4.3.0 20070426 (experimental)
=== g++ tests ===
Running target unix
FAIL: g++.dg/other/str_empty.C (test for excess errors)
XPASS: g++.dg/tree-ssa/ivopts-1.C scan-tree-dump-not offset: -4B
XPASS: g++.dg/tree-ssa/ivopts-1.C scan-tree-dump-not &x\\[5\\]
FAIL: g++.old-deja/g++.other/vbase5.C execution test
=== g++ Summary ===
# of expected passes 14813
# of unexpected failures 2
# of unexpected successes 2
# of expected failures 79
# of unsupported tests 109
/home/robert/stuff/gcc/build/gcc/testsuite/g++/../../g++ version 4.3.0 20070426 (experimental)
=== objc tests ===
Running target unix
=== objc Summary ===
# of expected passes 1812
# of expected failures 7
# of unsupported tests 24
/home/robert/stuff/gcc/build/gcc/xgcc version 4.3.0 20070426 (experimental)
=== libgomp tests ===
Running target unix
FAIL: libgomp.fortran/vla1.f90 -O1 execution test
FAIL: libgomp.fortran/vla1.f90 -O2 execution test
FAIL: libgomp.fortran/vla1.f90 -O3 -fomit-frame-pointer execution test
FAIL: libgomp.fortran/vla1.f90 -O3 -fomit-frame-pointer -funroll-loops execution test
FAIL: libgomp.fortran/vla1.f90 -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test
FAIL: libgomp.fortran/vla1.f90 -O3 -g execution test
FAIL: libgomp.fortran/vla1.f90 -Os execution test
FAIL: libgomp.fortran/vla2.f90 -O1 execution test
FAIL: libgomp.fortran/vla2.f90 -O2 execution test
FAIL: libgomp.fortran/vla2.f90 -O3 -fomit-frame-pointer execution test
FAIL: libgomp.fortran/vla2.f90 -O3 -fomit-frame-pointer -funroll-loops execution test
FAIL: libgomp.fortran/vla2.f90 -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test
FAIL: libgomp.fortran/vla2.f90 -O3 -g execution test
FAIL: libgomp.fortran/vla3.f90 -O1 execution test
FAIL: libgomp.fortran/vla3.f90 -O2 execution test
FAIL: libgomp.fortran/vla3.f90 -O3 -fomit-frame-pointer execution test
FAIL: libgomp.fortran/vla3.f90 -O3 -fomit-frame-pointer -funroll-loops execution test
FAIL: libgomp.fortran/vla3.f90 -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test
FAIL: libgomp.fortran/vla3.f90 -O3 -g execution test
FAIL: libgomp.fortran/vla4.f90 -O1 execution test
FAIL: libgomp.fortran/vla4.f90 -O2 execution test
FAIL: libgomp.fortran/vla4.f90 -O3 -fomit-frame-pointer execution test
FAIL: libgomp.fortran/vla4.f90 -O3 -fomit-frame-pointer -funroll-loops execution test
FAIL: libgomp.fortran/vla4.f90 -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test
FAIL: libgomp.fortran/vla4.f90 -O3 -g execution test
FAIL: libgomp.fortran/vla4.f90 -Os execution test
FAIL: libgomp.fortran/vla5.f90 -O1 execution test
FAIL: libgomp.fortran/vla5.f90 -O2 execution test
FAIL: libgomp.fortran/vla5.f90 -O3 -fomit-frame-pointer execution test
FAIL: libgomp.fortran/vla5.f90 -O3 -fomit-frame-pointer -funroll-loops execution test
FAIL: libgomp.fortran/vla5.f90 -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test
FAIL: libgomp.fortran/vla5.f90 -O3 -g execution test
FAIL: libgomp.fortran/vla5.f90 -Os execution test
FAIL: libgomp.fortran/vla6.f90 -O1 execution test
FAIL: libgomp.fortran/vla6.f90 -O2 execution test
FAIL: libgomp.fortran/vla6.f90 -O3 -fomit-frame-pointer execution test
FAIL: libgomp.fortran/vla6.f90 -O3 -fomit-frame-pointer -funroll-loops execution test
FAIL: libgomp.fortran/vla6.f90 -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test
FAIL: libgomp.fortran/vla6.f90 -O3 -g execution test
=== libgomp Summary ===
# of expected passes 1527
# of unexpected failures 39
=== libmudflap tests ===
Running target unix
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/fail8-frag.c (-static) output pattern test
FAIL: libmudflap.c/fail9-frag.c (-static) output pattern test
FAIL: libmudflap.c/pass49-frag.c (-static) execution test
FAIL: libmudflap.c/pass49-frag.c (-static) output pattern test
FAIL: libmudflap.c/pass49-frag.c (-static) execution test
FAIL: libmudflap.c/pass49-frag.c (-static) output pattern test
FAIL: externs-12 execution
FAIL: externs-21 execution
FAIL: externs-12 execution -static
FAIL: externs-21 execution -static
FAIL: externs-12 execution -O2
FAIL: externs-21 execution -O2
FAIL: externs-12 execution -O3
FAIL: externs-21 execution -O3
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 1803
# of unexpected failures 23
=== libstdc++ tests ===
Running target unix
XPASS: 26_numerics/headers/cmath/c99_classification_macros_c.cc (test for excess errors)
XPASS: 27_io/fpos/14320-1.cc execution test
=== libstdc++ Summary ===
# of expected passes 4859
# of unexpected successes 2
# of expected failures 27
Compiler version: 4.3.0 20070426 (experimental)
Platform: x86_64-suse-linux-gnu
configure flags: --enable-threads=posix --prefix=/home/robert/stuff/gcc/inst/gcc430 --libexecdir=/home/robert/stuff/gcc/inst/gcc430/lib --enable-languages=c,c++,f95,objc --disable-checking --disable-libgcj --with-gxx-include-dir=/home/robert/stuff/gcc/inst/gcc430/include/g++ --with-system-zlib --enable-shared --enable-__cxa_atexit x86_64-suse-linux
More information about the Gcc-testresults
mailing list