https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61982

--- Comment #14 from Avi Kivity <a...@cloudius-systems.com> ---
This is a common missed optimization. A container is cleared as part of
destruction, but the stores are not eliminated, even though they are illegal.

If you want to access members of an object, don't destroy it.

Reply via email to