This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: -fno-rtti and exception handling
- To: mrs at windriver dot com
- Subject: Re: -fno-rtti and exception handling
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Thu, 16 Mar 2000 20:39:32 +0100
- CC: gcc-bugs at gcc dot gnu dot org
- References: <200003161746.JAA21023@kankakee.wrs.com>
> That is (was) correct, I wrote it.
Can you please elaborate somewhat? I guess it is not possible to mix
objects that where compiled with -fno-rtti, and some that are, then?
Because there is no mechanism for telling whether you have a char* or
a type_info*, right?
It seems that you'd then need a different library entry instead of
__cp_push_exception, to put a different matcher function into the
exception info. Is that assumption correct?
Regards,
Martin