This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13064] getting address of a virtual base before its construction causes a crash
- From: "joseph at dkd dot lt" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Nov 2003 01:58:56 -0000
- Subject: [Bug c++/13064] getting address of a virtual base before its construction causes a crash
- References: <20031116002702.13064.joseph@dkd.lt>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From joseph at dkd dot lt 2003-11-16 01:58 -------
Does the standard say I can't take the address of an object that has already
been allocated but not yet constructed?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13064