Results for 4.2.0 20070225 (prerelease) testsuite on x86_64-suse-linux-gnu
Robert Schiele
rschiele@gmail.com
Sun Feb 25 07:28:00 GMT 2007
This build includes the following specific changes:
Index: gcc/gcc.c
===================================================================
--- gcc/gcc.c (revision 122306)
+++ gcc/gcc.c (working copy)
@@ -6199,6 +6199,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,
@@ -6209,8 +6211,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. */
# 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.2-34
# make-3.81-23
# tcl-8.4.14-11
# texinfo-4.8-43
# Linux 2.6.18.2-34-default #1 SMP Mon Nov 27 11:46:27 UTC 2006 x86_64 x86_64 x86_64 GNU/Linux
# 8:27am up 58 days 9:55, 18 users, load average: 3.99, 3.39, 2.94
# 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: Sun Feb 25 01:16:15 UTC 2007 (revision 122306M)
Native configuration is x86_64-suse-linux-gnu
=== gcc tests ===
Running target unix
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
FAIL: gcc.dg/tree-ssa/loadpre1.c scan-tree-dump-times Eliminated: 1 1
FAIL: gcc.dg/tree-ssa/loadpre14.c scan-tree-dump-times Eliminated: 1 1
FAIL: gcc.dg/tree-ssa/loadpre15.c scan-tree-dump-times Eliminated: 1 1
=== gcc Summary ===
# of expected passes 41625
# of unexpected failures 3
# of expected failures 123
# of untested testcases 28
# of unsupported tests 399
/home/robert/stuff/gcc/build/gcc/xgcc version 4.2.0 20070225 (prerelease)
=== gfortran tests ===
Running target unix
XPASS: gfortran.dg/csqrt_2.f -O0 execution test
XPASS: gfortran.dg/csqrt_2.f -O1 execution test
XPASS: gfortran.dg/csqrt_2.f -O2 execution test
XPASS: gfortran.dg/csqrt_2.f -O3 -fomit-frame-pointer execution test
XPASS: gfortran.dg/csqrt_2.f -O3 -fomit-frame-pointer -funroll-loops execution test
XPASS: gfortran.dg/csqrt_2.f -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test
XPASS: gfortran.dg/csqrt_2.f -O3 -g execution test
XPASS: gfortran.dg/csqrt_2.f -Os execution test
=== gfortran Summary ===
# of expected passes 15839
# of unexpected successes 8
# of expected failures 7
# of unsupported tests 17
/home/robert/stuff/gcc/build/gcc/testsuite/gfortran/../../gfortran version 4.2.0 20070225 (prerelease)
=== g++ tests ===
Running target unix
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\\]
=== g++ Summary ===
# of expected passes 13277
# of unexpected successes 2
# of expected failures 67
# of unsupported tests 103
/home/robert/stuff/gcc/build/gcc/testsuite/g++/../../g++ version 4.2.0 20070225 (prerelease)
=== objc tests ===
Running target unix
=== objc Summary ===
# of expected passes 1790
# of expected failures 7
# of unsupported tests 24
/home/robert/stuff/gcc/build/gcc/xgcc version 4.2.0 20070225 (prerelease)
=== libgomp tests ===
Running target unix
=== libgomp Summary ===
# of expected passes 1566
=== libmudflap tests ===
Running target unix
FAIL: libmudflap.c/fail8-frag.c (-static) output pattern test
FAIL: libmudflap.c/fail9-frag.c (-static) output pattern test
=== libmudflap Summary ===
# of expected passes 1812
# of unexpected failures 2
=== libstdc++ tests ===
Running target unix
XPASS: 26_numerics/cmath/c99_classification_macros_c.cc (test for excess errors)
XPASS: 27_io/fpos/14320-1.cc execution test
=== libstdc++ Summary ===
# of expected passes 4464
# of unexpected successes 2
# of expected failures 14
Compiler version: 4.2.0 20070225 (prerelease)
Platform: x86_64-suse-linux-gnu
configure flags: --enable-threads=posix --prefix=/home/robert/stuff/gcc/inst/gcc420 --libexecdir=/home/robert/stuff/gcc/inst/gcc420/lib --disable-checking --disable-libgcj --with-gxx-include-dir=/home/robert/stuff/gcc/inst/gcc420/include/g++ --with-system-zlib --enable-shared --enable-__cxa_atexit x86_64-suse-linux --enable-languages=c,c++,fortran,objc
More information about the Gcc-testresults
mailing list