This is the mail archive of the gcc-testresults@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]

Results for 3.4.2 testsuite on i686-pc-linux-gnu


gcc v3.4.2
Compiled on a heavily stripped down Red Hat 6.1 installation.

Versions (might be some irrelevant things here, sorry!): 
Preinstalled with Red Hat 6.1:
Linux:      v2.2.12
gcc:        egcs-2.91.66

Manually compiled:
make:       2.80
autoconf:   2.59
automake:   1.9.1
binutils:   2.15
dejagnu:    1.4.4
diffutils:  2.8.1
expect:     5.42.1
pcre:       3.7
perl:       5.6.1
tcl:        8.4.7
texinfo:    4.7

Notes:
  Could NOT compile 2.95.3:
    logged in as root
    /usr/src/gcc-2.95.3  Contained source
    /usr/src/gcc2-build  Directory to build from
    ../gcc-2.95.3/configure --with-gnu-ld
    make bootstrap

  texinfo/makeinfo/makeinfo.c errors on several libintl links (is this
  a seperate library that needs to be installed??)
  eg: makeinfo.o(.text+0x193):/usr/src/gcc2-build/textinfo/makeinfo/../
  ../gcc-2.95.3/texinfo/makeinfo/makeinfo.c:955: undefined reference to
  'libintl_textdomain'


  Compiled 3.4.2:
    logged in as root
    /usr/src/gcc-3.4.2  Contained source
    /usr/src/gcc-build  Directory build from
    ../gcc-3.4.2/configure --with-gnu-ld
    make bootstrap

  When attempting to compile 3.4.2, received an error in one of the
  gcc/gen* files (genconfig I believe, but can't remember for certain).
  It errored on libgcc_s.so.1 not found. Copied libgcc_s.so.1 from
  /usr/src/gcc-build/gcc to /lib and this corrected the problem. There
  was no libgcc_s.so.1 on the system aside from this file.

  Later in the compilation, the system errored out from boehm-gc/os_dep.c
  saying there were data mismatches between <asm/signal.h> and <signal.h>.
  After tracking this problem down and looking in the os_dep.c source, the
  problem was because my distro of Linux didn't have a <linux/version.h>,
  but it did fortunately have a version-up.h which had the correct
  information. Copying version-up.h to version.h solved this problem.

  After these two problems, gcc compiled properly.
LAST_UPDATED: Obtained from CVS: -rgcc_3_4_2_release 

Native configuration is i686-pc-linux-gnu

		=== g77 tests ===


Running target unix
FAIL: g77.f-torture/execute/io0.f execution,  -O0 
FAIL: g77.f-torture/execute/io0.f execution,  -O1 
FAIL: g77.f-torture/execute/io0.f execution,  -O2 
FAIL: g77.f-torture/execute/io0.f execution,  -O3 -fomit-frame-pointer 
FAIL: g77.f-torture/execute/io0.f execution,  -O3 -g 
FAIL: g77.f-torture/execute/io0.f execution,  -Os 

		=== g77 Summary ===

# of expected passes		1806
# of unexpected failures	6
/usr/src/gcc-build/gcc/testsuite/../g77 version 3.4.2

		=== gcc tests ===


Running target unix
FAIL: gcc.c-torture/execute/va-arg-25.c execution,  -Os 
XPASS: gcc.dg/cpp/cmdlne-dI-M.c scan-file (^|\\\\n)cmdlne-dI-M.*:[^\\\\n]*cmdlne-dI-M.c
XPASS: gcc.dg/cpp/cmdlne-dM-M.c scan-file (^|\\\\n)cmdlne-dM-M[^\\\\n]*:[^\\\\n]*cmdlne-dM-M.c

		=== gcc Summary ===

# of expected passes		24837
# of unexpected failures	1
# of unexpected successes	2
# of expected failures		68
# of untested testcases		7
# of unsupported tests		198
/usr/src/gcc-build/gcc/xgcc version 3.4.2

		=== g++ tests ===


Running target unix
XPASS: g++.dg/rtti/tinfo1.C scan-assembler _ZTIP9CTemplateIhE:
XPASS: g++.dg/rtti/tinfo1.C scan-assembler-not .globl[ \\t]+_ZTIP9CTemplateIhE
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 ===

# of expected passes		9702
# of unexpected successes	2
# of expected failures		68
# of unsupported tests		43
/usr/src/gcc-build/gcc/testsuite/../g++ version 3.4.2

		=== objc tests ===


Running target unix

		=== objc Summary ===

# of expected passes		1352
# of unsupported tests		8
/usr/src/gcc-build/gcc/xgcc version 3.4.2

		=== libffi tests ===


Running target unix

		=== libffi Summary ===

# of expected passes		212
# of unsupported tests		2
		=== libjava tests ===


Running target unix
FAIL: linking simple

		=== libjava Summary ===

# of expected passes		3260
# of unexpected failures	1
# of expected failures		11
# of untested testcases		8

		=== libstdc++-v3 check-abi Summary ===

# of added symbols:		 67
# of missing symbols:		 1107
# of incompatible symbols:	 1107

using: /usr/src/gcc-3.4.2/libstdc++-v3/config/abi/i486-linux-gnu/baseline_symbols.txt

		=== libstdc++ tests ===


Running target unix
FAIL: 20_util/allocator/8230.cc execution test
XPASS: 22_locale/locale/cons/12658_thread.cc execution test
XPASS: 26_numerics/c99_classification_macros_c.cc (test for excess errors)
FAIL: 26_numerics/complex/pow.cc execution test

		=== libstdc++ Summary ===

# of expected passes		2028
# of unexpected failures	2
# of unexpected successes	2
# of expected failures		4

Compiler version: 3.4.2 
Platform: i686-pc-linux-gnu
configure flags: --with-gnu-ld


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