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

egcs-1.0.1: results on i586-linux haifa enabled


These are my results for egcs-1.0.1 on i586-linux using

  o Debian Linux 1.3.1 +
    - GNU binutils-2.8.1.0.15
    - dejagnu-971222
    - glibc-2.0.6	(installed as secondary libc in /tools/gnu/i586-linux)
    - ld.so-1.9.6
  o plain egcs-1.0.1 plus the following patches:

    [1]: [971016]: PICFLAG vs. multilib - solution from <manfred@s-direktnet.de>
    [2]: egcs-970929: GNU assembler too picky from <manfred@ks.sel.alcatel.de>
    [3]: Install c++filt from <manfred@s-direktnet.de>
    [4]: egcs-970929: Missing SHELL from <manfred@ks.sel.alcatel.de>
    [5]: class.c (prepare_fresh_vtable): Enable even more complex MI
	 vtable names patch from <mrs@wrs.com>
    [6]: `configure: When making link, also check the current ...' patch from
	 <hjl@gnu.ai.mit.edu> for libg++
    [7]: [971031]: Fix for broken hypot funct. on m88k-motorola-sysv3
	 from <manfred@s-direktnet.de>
    [8]: `[971215]: Another patch for delta88 - [Was: Re: Big improvement
	  on m[68]8k-motorola-sysv{,3} systems ]' patch from <manfred@s-direktnet.de>
    [9]: `Patch for known test failures on Motorola systems [Was: Re: Big
	  improvement on m[68]8k-motorola-sysv{,3} systems ]' patch from
	 <manfred@s-direktnet.de>

Only [5] makes a difference on this particular system.

Compared  to the results  of  i586-linux-gnulibc1 the  new  failure of
`g++.mike/p6610a.C' looks very surprising to me  as this testcase only
checks inheritance  lattices  and  shouldn't  depend  on a  particular
library (version).

config env:
	CC=gcc
	CFLAGS='-O9 -march=pentium -mcpu=pentium -malign-double		\
		-malign-loops=0 -malign-jumps=0 -malign-functions=0	\
		-fomit-frame-pointer -funroll-all-loops'
	LDFLAGS='-s'

config flags:
	--enable-shared --enable-haifa --enable-threads
	--with-gnu-as --with-gnu-ld
	--prefix=/tools/gnu
	--with-gxx-include-dir=/tools/gnu/lib/gcc-lib/i586-linux/egcs-2.90.23/include/g++
	--with-local-prefix=/tools/gnu

BOOT_CFLAGS:
	-O9 -march=pentium -mcpu=pentium -malign-double		\
	-malign-loops=0 -malign-jumps=0 -malign-functions=0	\
	-fomit-frame-pointer -funroll-all-loops
gcc used for bootstrapping:
	gcc version egcs-2.90.23 980102 (egcs-1.0.1 release)


Test Run By manfred on Sun Jan  4 16:58:08 1998
Native configuration is i586-pc-linux-gnu

		=== libio tests ===

		=== libio Summary ===

# of expected passes		40


Test Run By manfred on Sun Jan  4 16:59:01 1998
Native configuration is i586-pc-linux-gnu

		=== libstdc++ tests ===

		=== libstdc++ Summary ===

# of expected passes		30


Test Run By manfred on Sun Jan  4 17:36:25 1998
Target is i586-pc-linux-gnu
Host   is i586-pc-linux-gnulibc1

		=== gcc tests ===

		=== gcc Summary ===

# of expected passes		4870
# of expected failures		5
# of unsupported tests		9
/home/manfred/work/GNU/egcs-1.0.1-i586-linux/gcc/xgcc version egcs-2.90.23 980102 (egcs-1.0.1 release)


Test Run By manfred on Sun Jan  4 17:53:19 1998
Target is i586-pc-linux-gnu
Host   is i586-pc-linux-gnulibc1

		=== g++ tests ===

XPASS: g++.mike/dyncast1.C  Execution test
XPASS: g++.mike/dyncast2.C  Execution test
FAIL: g++.mike/p6610a.C  Execution test

		=== g++ Summary ===

# of expected passes		3393
# of unexpected failures	1
# of unexpected successes	2
# of expected failures		79
# of untested testcases		10
/home/manfred/work/GNU/egcs-1.0.1-i586-linux/gcc/testsuite/../xgcc version egcs-2.90.23 980102 (egcs-1.0.1 release)


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