This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
libiberty/testsuite/demangle-expected failures with 20000724 snapshot
- To: "'gcc-bugs at gcc dot gnu dot org'" <gcc-bugs at gcc dot gnu dot org>
- Subject: libiberty/testsuite/demangle-expected failures with 20000724 snapshot
- From: "Billinghurst, David (CRTS)" <David dot Billinghurst at riotinto dot com>
- Date: Tue, 25 Jul 2000 06:53:46 -0000
Host: i686-pc-cygwin
Version: 20000724 snapshot
Problem: libiberty/testsuite/demangle-expected failures
Failures below aren't new, but I haven't reported them. They seem to have
been run with the installed gcc rather than the one under test.
+++++++++++++++++++++++++++++++++++++++++
(Mr) David Billinghurst
Comalco Research Centre
PO Box 316, Thomastown, Vic, Australia, 3074
Phone: +61 3 9469 0642
FAX: +61 3 9462 2700
Email: David.Billinghurst@riotinto.com.au
----------------------------------------------------------------------------
----------------------
make[1]: Entering directory `/usr/local/obj/egcs-20000724/libiberty'
make[2]: Entering directory
`/usr/local/obj/egcs-20000724/libiberty/testsuite'
echo 'int prepends_underscore = 0;' > test-us.c
gcc -DHAVE_CONFIG_H -g -O2 -I..
-I/usr/local/src/egcs-20000724/libiberty/testsuite/../../include -o
test-filter -DMAIN -DVERSION='"none"' -DHAVE_CONFIG_H \
/usr/local/src/egcs-20000724/libiberty/testsuite/../cplus-dem.c
test-us.c -L.. -liberty
/bin/sh /usr/local/src/egcs-20000724/libiberty/testsuite/regress-demangle
/usr/local/src/egcs-20000724/libiberty/testsuite/demangle-expected
FAIL: --format=gnu _10PageButton\$__both
result: _10PageButton\$__both
expected: PageButton::__both
FAIL: --format=gnu _3RNG\$singleMantissa
result: _3RNG\$singleMantissa
expected: RNG::singleMantissa
FAIL: --format=gnu _5IComp\$_release
result: _5IComp\$_release
expected: IComp::_release
FAIL: --format=gnu _\$_10BitmapComp
result: _\$_10BitmapComp
expected: BitmapComp::~BitmapComp(void)
FAIL: --format=gnu _\$_9__io_defs
result: _\$_9__io_defs
expected: __io_defs::~__io_defs(void)
FAIL: --format=gnu _\$_Q23foo3bar
result: _\$_Q23foo3bar
expected: foo::bar::~bar(void)
FAIL: --format=gnu _\$_Q33foo3bar4bell
result: _\$_Q33foo3bar4bell
expected: foo::bar::bell::~bell(void)
FAIL: --format=gnu _vt\$foo
result: virtual table\$foo
expected: foo virtual table
FAIL: --format=gnu _vt\$foo\$bar
result: virtual table\$foo\$bar
expected: foo::bar virtual table
FAIL: --format=gnu _2T4\$N
result: _2T4\$N
expected: T4::N
FAIL: --format=gnu _Q22T42t1\$N
result: _Q22T42t1\$N
expected: T4::t1::N
FAIL: --format=gnu _\$_t6vector1Zdi
result: _\$_t6vector1Zdi
expected: vector<double>::~vector(int)
FAIL: --format=gnu _\$_t6vector1Zii
result: _\$_t6vector1Zii
expected: vector<int>::~vector(int)
FAIL: --format=gnu _GLOBAL_\$D\$set
result: _GLOBAL_\$D\$set
expected: global destructors keyed to set
FAIL: --format=gnu _GLOBAL_\$I\$set
result: _GLOBAL_\$I\$set
expected: global constructors keyed to set
FAIL: --format=gnu _vt\$t8BDDHookV1ZPc
result: virtual table\$t8BDDHookV1ZPc
expected: BDDHookV<char *> virtual table
16 of 620 tests failed
make[2]: *** [check-cplus-dem] Error 1
make[2]: Target `check' not remade because of errors.