This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
EH runtime with mixed encodings
- From: Matt Austern <austern at apple dot com>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 26 Aug 2002 16:50:11 -0700
- Subject: EH runtime with mixed encodings
I'm trying to track down an EH runtime bug---always a
messy business. The particular test case I'm looking at
involves mixed encodings for FDEs. Just so I don't get
distracted by too many red herrings... How well-tested
are mixed encodings?
--Matt