This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: A completely different approach to EH runtime
- To: Mike Stump <mrs at windriver dot com>
- Subject: Re: A completely different approach to EH runtime
- From: Richard Henderson <rth at redhat dot com>
- Date: Sat, 24 Feb 2001 01:00:32 -0800
- Cc: jbuck at synopsys dot COM, gcc at gcc dot gnu dot org
- References: <200102240055.QAA27860@kankakee.wrs.com>
On Fri, Feb 23, 2001 at 04:55:11PM -0800, Mike Stump wrote:
> Better to _fix_ the other types of uses so that they work....
Methinks you don't actually understand. Nothing's broken.
Even when everything is working as designed there are situations
in which you do not want symbol cross-pollination.
It's actually a valid argument whether class C == class C in
these cases. But for exception handling there's either working
or not working -- not a lot of wishy-washy ground there.
r~