This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re:[c++] i686 toolchain additional shared fails
- To: Peter Schmid <schmid at snake dot iap dot physik dot tu-darmstadt dot de>
- Subject: Re:[c++] i686 toolchain additional shared fails
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Mon, 8 Jan 2001 10:20:46 -0800 (PST)
- cc: libstdc++ at gcc dot gnu dot org
> Surprisingly, I can reproduce the report in such a way that
> explicitly configuring an i586-pc-linux-gnu target reduces the number
> of testsuite failures for dynamically linked executables by four in
> comparison to
> <http://gcc.gnu.org/ml/libstdc++/2001-01/msg00046.html>, as
> demonstrated by the appended logfile. The results for dynamically
thanks for reproducing this.
> A preliminary analysis shows that all the static executable segfault
> in __throw, throw_helper and next_stack_level, e.g. in throw
> __out_of_range(const char *str) in line 54 for the program
> element_access.st-exe. Does exception-handling not work in glibc-2.1.3 when
> linked statically for "library-exceptions" (out_of_range etc)?
something's off. I've got the same failures, for the same reason.