This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
C++ ABI: cloning of constructors/destructors
- To: gcc at gcc dot gnu dot org
- Subject: C++ ABI: cloning of constructors/destructors
- From: dspezia at amadeus dot net
- Date: Mon, 9 Jul 2001 18:35:31 +0200
Hi all,
I've just installed GCC 3.0 on a i386 linux box.
Having a look at the code generated from a dummy C++
program, it seems constructors and destructors are
generated twice even for the simplest classes.
I'm just curious: what is the purpose of this cloning process ?
Best regards,
Didier.