This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/17335] rethrowing exceptions and capturing by reference
- From: "staube at t2 dot technion dot ac dot il" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Sep 2004 06:31:02 -0000
- Subject: [Bug c++/17335] rethrowing exceptions and capturing by reference
- References: <20040906133954.17335.staube@t2.technion.ac.il>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From staube at t2 dot technion dot ac dot il 2004-09-07 06:31 -------
jason, you are right, i forgot that.
But anyway the compiler used an unexistant copy constructor and builded an
object for an ABSTRACT class without issiuing any warnings nor errors. That has
to be an error, right?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17335