This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/52337] memory hole
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 22 Feb 2012 09:31:34 +0000
- Subject: [Bug c++/52337] memory hole
- Auto-submitted: auto-generated
- References: <bug-52337-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52337
Richard Guenther <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
Last reconfirmed| |2012-02-22
Ever Confirmed|0 |1
--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-02-22 09:31:34 UTC ---
You surely win the obfuscated C++ contest with this testcase as well as with
your description of your issue.
Please re-format to something readable and let someone with better english
language skills double-check your bug description.
If your issue is that class a{int i;virtual void t()=0;}; is not of sizeof
(int)
then this is because it still has a virtual table.