This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


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

Re:[c++] i686 toolchain additional shared fails



> 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.


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