[Bug optimization/13954] [tree-ssa] SRA does not work for classes that use inheritance
rth at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Feb 3 03:25:00 GMT 2004
------- Additional Comments From rth at gcc dot gnu dot org 2004-02-03 03:25 -------
Happens because the C++ front end is amazingly stupid about how it
emits access to members that are not located in virtual bases.
Fixing this requires rearranging how offsetof is handled.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13954
More information about the Gcc-bugs
mailing list