This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Bug in exceptionhandling
- To: machens at ngi dot de
- Subject: Re: Bug in exceptionhandling
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Wed, 3 May 2000 01:47:47 +0200
- CC: egcs-bugs at egcs dot cygnus dot com
- References: <390EEB7D.7758957B@ngi.de>
> it seems to be a bug in the C++-exception-handling.
Thanks for your bug report. This is not a bug in the compiler, but in
your code. You did not define a proper copy constructor.
Regards,
Martin