This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC] C++ vs forced unwinding


On Thu, Apr 10, 2003 at 05:29:21PM -0700, Mark Mitchell wrote:
> > What about `catch (...)', which can catch any exception?
> > Or are you suggesting that C++'s `catch (...)' should only
> > be able to catch C++ exceptions, not exceptions from some other language?
> 
> I wasn't trying to make a suggestion about that.  I don't know what the
> current behavior is.

Current behaviour is that the exception is caught.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]