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-980129: results on i586-linux haifa disabled


Sources:
    - egcs-980129
    - libg++-2.8.1-980119 (+ patches from H.J. Lu + my configure.in patches)

Configuration:

    - i586-linux

Environment:

    - Debian Linux 1.3.1
    - Kernel 2.1.84
    - GNU binutils-2.8.1.0.15
    - dejagnu-971028
    - glibc-2.0.6
    - ld.so-1.9.6

Patches applied:

    [1]: [971016]: PICFLAG vs. multilib - solution from <manfred@s-direktnet.de>
    [2]: Install c++filt from <manfred@s-direktnet.de>
    [3]: `configure: When making link, also check the current ...' patch from
	 <hjl@gnu.ai.mit.edu> for libg++
    [4]: `Bug in egcs/libio/iostream.cc' patch from <frichard@benzene.bbn.com>
    [5]: `Small bug in egcs-980129' from <martin.kahlert@mchp.siemens.de>

config env:
	CC=gcc
	CFLAGS=-O9 -march=pentium -mcpu=pentium -malign-loops=0 -malign-jumps=0 \
	       -malign-functions=0 -fomit-frame-pointer
	CXXFLAGS=-O9 -march=pentium -mcpu=pentium -malign-loops=0 -malign-jumps=0 \
	         -malign-functions=0 -fomit-frame-pointer -fvtable-thunks
	LDFLAGS=-s

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

BOOT_CFLAGS:
	-O9 -march=pentium -mcpu=pentium -malign-loops=0 -malign-jumps=0 \
	       -malign-functions=0 -fomit-frame-pointer
gcc used for bootstrapping:
	gcc version 2.8.0


Results:
--------
Test Run By manfred on Sun Feb  1 19:07:38 1998
Native configuration is i586-pc-linux-gnu

		=== libio Summary ===

# of expected passes		40


Test Run By manfred on Sun Feb  1 19:08:29 1998
Native configuration is i586-pc-linux-gnu

		=== libstdc++ tests ===

FAIL: tcomplex.cc -O execution

		=== libstdc++ Summary ===

# of expected passes		28
# of unexpected failures	1
# of expected failures		1


Test Run By manfred on Sun Feb  1 19:16:07 1998
Target is i586-pc-linux-gnu
Host   is i586-pc-linux-gnulibc1

		=== gcc Summary ===

# of expected passes		5968
# of expected failures		6
# of unsupported tests		9
/home/manfred/work/GNU/egcs-980129-i586-linux/gcc/xgcc version egcs-2.91.06 980129 (gcc-2.8.0 release)


Test Run By manfred on Sun Feb  1 19:36:58 1998
Target is i586-pc-linux-gnu
Host   is i586-pc-linux-gnulibc1

		=== g++ tests ===

FAIL: g++.mike/p6610a.C  Execution test
FAIL: g++.pt/ttp22.C (test for excess errors)
FAIL: g++.pt/ttp23.C (test for excess errors)

		=== g++ Summary ===

# of expected passes		3604
# of unexpected failures	3
# of expected failures		81
# of untested testcases		10
/home/manfred/work/GNU/egcs-980129-i586-linux/gcc/testsuite/../xgcc version egcs-2.91.06 980129 (gcc-2.8.0 release)


Details:
--------
		=== libstdc++ tests ===

FAIL: tcomplex.cc -O execution


		=== g++ tests ===

FAIL: g++.mike/p6610a.C  Execution test
FAIL: g++.pt/ttp22.C (test for excess errors)
  .../g++.old-deja/g++.pt/ttp22.C: In method `int E::f()':
  .../g++.old-deja/g++.pt/ttp22.C:26: type/value mismatch at argument 0 in template parameter list for `template <template <class> DD, class EE> C<DD,EE>'
  .../g++.old-deja/g++.pt/ttp22.C:26:   expected a class template, got `D<int>'
  .../g++.old-deja/g++.pt/ttp22.C:26: warning: control reaches end of non-void function `E::f()'
FAIL: g++.pt/ttp23.C (test for excess errors)
  .../g++.old-deja/g++.pt/ttp23.C: In method `int E::f()':
  .../g++.old-deja/g++.pt/ttp23.C:26: type/value mismatch at argument 0 in template parameter list for `template <template <class> E, class D> C<E,D>'
  .../g++.old-deja/g++.pt/ttp23.C:26:   expected a class template, got `D<int>'
  .../g++.old-deja/g++.pt/ttp23.C:26: warning: control reaches end of non-void function `E::f()'


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