This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
sjlj exceptions
- To: gcc at gcc dot gnu dot org
- Subject: sjlj exceptions
- From: Richard Henderson <rth at redhat dot com>
- Date: Tue, 13 Mar 2001 17:53:34 -0800
So, I've got them implemented (largely untested yet), and have realized
that -fsjlj-exceptions really ought to be a multilib if it exists as an
option at all.
It is essentially impossible to mix the two exception models at runtime,
and I'm finding it difficult to manage the two models simultaneously in
libsupc++. libgcc itself hasn't been overly horrible.
What do folks think about making this choice a configure flag instead of
a runtime flag? Say --with-sjlj-exceptions to override the default that
gcc would have otherwise chosen. the libraries would have an autoconf
check for what style gcc uses and build accordingly.
r~