This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13954] [tree-ssa] SRA does not work for classes that use inheritance
- From: "giovannibajo at libero dot it" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Jun 2004 02:55:56 -0000
- Subject: [Bug c++/13954] [tree-ssa] SRA does not work for classes that use inheritance
- References: <20040131211533.13954.dann@godzilla.ics.uci.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From giovannibajo at libero dot it 2004-06-30 02:55 -------
Exactly. teststruct is a non-POD (because it derives from base), so you can't
touch its padding because it could contain data.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13954