[Bug middle-end/64922] runtime error: member call on misaligned address for type 'struct _Rep'
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Feb 3 16:59:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64922
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
My current understanding is that the std::string "foo" temporary is
constructed, then destructed, then a store to here is performed (where here
shares the stack slot with std::string "foo" temporary), and then for some
reason the std:;string temporary is destructed again.
More information about the Gcc-bugs
mailing list