[Bug middle-end/35560] Missing CSE/PRE for memory operations involved in virtual call.
rguenth at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Nov 30 11:58:00 GMT 2008
------- Comment #2 from rguenth at gcc dot gnu dot org 2008-11-30 11:56 -------
Well, the middle-end thinks that *ap is clobbered by the calls to foo/bar
(which it obviously is). The middle-end has no idea that the _vptr member
of *ap is special and not clobbered (is it?). We do not have a suitable way
to represent this either.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35560
More information about the Gcc-bugs
mailing list