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.