This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
SJLJ exceptions are broken
- To: Richard Henderson <rth at cygnus dot com>
- Subject: SJLJ exceptions are broken
- From: Mark Mitchell <mark at codesourcery dot com>
- Date: Tue, 15 May 2001 17:07:36 -0700
- Cc: gcc-bugs at gcc dot gnu dot org
- Organization: CodeSourcery, LLC
On IRIX 6.5, all C++ tests fail. The reason is that libstdc++ refers
to functions not defined in libgcc. In particular,
_Unwind_Get{Data,Text}RelBase are not defined with using SJLJ
exceptions, because all of unwind-dw2.c is commented out, but they are
referred to because unwind-pe.h talks about them, and that file is
included in libsupc++'s exception_support.cc.
How is this supposed to work?
Thanks,
--
Mark Mitchell mark@codesourcery.com
CodeSourcery, LLC http://www.codesourcery.com