This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Shared libstdc++ on AIX
- To: dje at watson dot ibm dot com (David Edelsohn)
- Subject: Re: Shared libstdc++ on AIX
- From: Zoltan Hidvegi <hzoli at austin dot ibm dot com>
- Date: Fri, 27 Jul 2001 19:56:18 -0500 (CDT)
- Cc: hzoli at austin dot ibm dot com, gcc at gcc dot gnu dot org
David Edelsohn wrote:
> >>>>> Zoltan Hidvegi writes:
>
> Zoltan> So does that mean that the above does not work for you either? This
> Zoltan> is so basic, that if it's broken, then shared libraries should be
> Zoltan> disabled on AIX until that's fixed.
>
> Without shared libraries, exception handling does not work
> properly for other cases.
I know about that, but at least it works for non-dynamic
applications. When I run the regression with --enable-shared, I get
lots of EH fails, 136 unexpected fails while I only get 16 unexpected
fails with --disable-shared. Below is the check-g++ fail summary. I
got the same failures both with the AIX as and GNU as. It is true,
that I do not understand all of the issues here, I mearly feel that
the --disable-shared version is more usable on AIX than the normal
shared one.
Zoli
The check-g++ fails I got (after slibclean):
=== g++ Summary ===
# of expected passes 6324
# of unexpected failures 136
# of unexpected successes 1
# of expected failures 120
# of untested testcases 21
/local/hzoli/egcs-cvs/gcc-build/gcc/testsuite/../g++ version-specific-runtime-li
bs --disable-nls
Thread model: single
gcc version 3.0.1 20010725 (prerelease)
FAIL: g++.dg/special/conpr-1.C execution test
FAIL: g++.dg/special/conpr-2.C execution test
FAIL: g++.dg/special/conpr-3.C execution test
FAIL: g++.dg/special/conpr-3.C execution test
FAIL: g++.dg/special/conpr-1.C execution test
FAIL: g++.abi/cxa_vec.C Execution test
FAIL: g++.benjamin/15071.C (test for excess errors)
FAIL: g++.brendan/copy9.C (test for excess errors)
FAIL: g++.brendan/eh1.C Execution test
FAIL: g++.brendan/new3.C Execution test
FAIL: g++.brendan/ptolemy2.C (test for excess errors)
FAIL: g++.eh/badalloc1.C Execution test
FAIL: g++.eh/catch11.C Execution test
FAIL: g++.eh/catch12.C Execution test
FAIL: g++.eh/catch3.C Execution test
FAIL: g++.eh/catch3p.C Execution test
FAIL: g++.eh/catch4.C Execution test
FAIL: g++.eh/catch4p.C Execution test
FAIL: g++.eh/catch5.C Execution test
FAIL: g++.eh/catch5p.C Execution test
FAIL: g++.eh/catch6.C Execution test
FAIL: g++.eh/catch6p.C Execution test
FAIL: g++.eh/catch7.C Execution test
FAIL: g++.eh/catch7p.C Execution test
FAIL: g++.eh/catch8.C Execution test
FAIL: g++.eh/catch8p.C Execution test
FAIL: g++.eh/catch9.C Execution test
FAIL: g++.eh/catch9p.C Execution test
FAIL: g++.eh/catchptr1.C Execution test
FAIL: g++.eh/cleanup1.C Execution test
FAIL: g++.eh/cleanup2.C Execution test
FAIL: g++.eh/flow1.C Execution test
FAIL: g++.eh/fntry1.C Execution test
FAIL: g++.eh/new1.C Execution test
FAIL: g++.eh/new2.C Execution test
FAIL: g++.eh/pdel1.C Execution test
FAIL: g++.eh/pdel2.C Execution test
FAIL: g++.eh/ptr1.C Execution test
FAIL: g++.eh/rethrow1.C Execution test
FAIL: g++.eh/rethrow2.C Execution test
FAIL: g++.eh/rethrow3.C Execution test
FAIL: g++.eh/rethrow4.C Execution test
FAIL: g++.eh/rethrow5.C Execution test
FAIL: g++.eh/rethrow6.C Execution test
FAIL: g++.eh/spec1.C Execution test
FAIL: g++.eh/spec2.C Execution test
FAIL: g++.eh/spec3.C Execution test
FAIL: g++.eh/tmpl1.C Execution test
FAIL: g++.eh/unwind1.C Execution test
FAIL: g++.eh/vbase1.C Execution test
FAIL: g++.eh/vbase2.C Execution test
FAIL: g++.eh/vbase4.C Execution test
FAIL: g++.ext/attrib5.C (test for excess errors)
FAIL: g++.ext/instantiate1.C not instantiated (test for errors, line 20)
FAIL: g++.ext/instantiate1.C not instantiated (test for errors, line 22)
FAIL: g++.ext/instantiate2.C not instantiated (test for errors, line 19)
FAIL: g++.ext/instantiate3.C not instantiated (test for errors, line 13)
FAIL: g++.jason/2371.C (test for excess errors)
FAIL: g++.jason/thunk2.C (test for excess errors)
FAIL: g++.jason/typeid1.C (test for excess errors)
FAIL: g++.law/code-gen5.C (test for excess errors)
FAIL: g++.law/virtual3.C (test for excess errors)
FAIL: g++.martin/new1.C Execution test
FAIL: g++.mike/dyncast1.C Execution test
FAIL: g++.mike/dyncast2.C Execution test
FAIL: g++.mike/eh10.C Execution test
FAIL: g++.mike/eh12.C Execution test
FAIL: g++.mike/eh14.C Execution test
FAIL: g++.mike/eh16.C Execution test
FAIL: g++.mike/eh17.C Execution test
FAIL: g++.mike/eh18.C Execution test
FAIL: g++.mike/eh2.C (test for excess errors)
FAIL: g++.mike/eh21.C Execution test
FAIL: g++.mike/eh24.C Execution test
FAIL: g++.mike/eh25.C Execution test
FAIL: g++.mike/eh26.C Execution test
FAIL: g++.mike/eh27.C Execution test
FAIL: g++.mike/eh28.C Execution test
FAIL: g++.mike/eh29.C Execution test
FAIL: g++.mike/eh3.C Execution test
FAIL: g++.mike/eh30.C (test for excess errors)
FAIL: g++.mike/eh31.C Execution test
FAIL: g++.mike/eh33.C Execution test
FAIL: g++.mike/eh34.C Execution test
FAIL: g++.mike/eh35.C Execution test
FAIL: g++.mike/eh36.C Execution test
FAIL: g++.mike/eh37.C Execution test
FAIL: g++.mike/eh38.C Execution test
FAIL: g++.mike/eh39.C Execution test
FAIL: g++.mike/eh40.C Execution test
FAIL: g++.mike/eh41.C Execution test
FAIL: g++.mike/eh42.C Execution test
FAIL: g++.mike/eh44.C Execution test
FAIL: g++.mike/eh47.C Execution test
FAIL: g++.mike/eh48.C Execution test
FAIL: g++.mike/eh49.C Execution test
FAIL: g++.mike/eh5.C Execution test
FAIL: g++.mike/eh50.C Execution test
FAIL: g++.mike/eh51.C Execution test
FAIL: g++.mike/eh6.C Execution test
FAIL: g++.mike/eh8.C Execution test
FAIL: g++.mike/net34.C (test for excess errors)
FAIL: g++.mike/net46.C (test for excess errors)
FAIL: g++.mike/p4750.C (test for excess errors)
FAIL: g++.mike/p658.C (test for excess errors)
FAIL: g++.mike/p7912.C Execution test
FAIL: g++.mike/p9706.C Execution test
FAIL: g++.oliva/delete3.C Execution test
FAIL: g++.oliva/new1.C Execution test
FAIL: g++.other/array1.C Execution test
FAIL: g++.other/eh3.C Execution test
FAIL: g++.other/init7.C Execution test
FAIL: g++.other/mangle3.C (test for excess errors)
FAIL: g++.other/new7.C Execution test
FAIL: g++.other/sibcall1.C (test for excess errors)
FAIL: g++.other/singleton.C Execution test
FAIL: g++.other/vbase2.C Execution test
FAIL: g++.pt/fntry1.C Execution test
FAIL: g++.pt/static3.C (test for excess errors)
FAIL: g++.pt/static6.C (test for excess errors)
FAIL: g++.robertl/eb106.C (test for excess errors)
FAIL: g++.robertl/eb118.C (test for excess errors)
FAIL: g++.robertl/eb21.C (test for excess errors)
FAIL: g++.robertl/eb31.C Execution test
FAIL: g++.robertl/eb41.C (test for excess errors)
FAIL: g++.robertl/eb46.C (test for excess errors)
FAIL: g++.robertl/eb50.C Execution test
FAIL: g++.robertl/eb66.C Execution test
FAIL: g++.robertl/eb77.C (test for excess errors)
FAIL: g++.robertl/eb88.C Execution test
FAIL: g++.robertl/eh990323-1.C Execution test
FAIL: g++.robertl/eh990323-2.C Execution test
FAIL: g++.robertl/eh990323-3.C Execution test
FAIL: g++.robertl/eh990323-4.C Execution test
FAIL: g++.robertl/eh990323-5.C Execution test
FAIL: g++.robertl/ice990323-2.C Execution test