[Bug c++/49021] [4.6 regression] BOOST_FOREACH over vector segfaults at runtime

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue May 17 14:20:00 GMT 2011


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49021

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-05-17 13:52:40 UTC ---
The temporary returned by getv() seems to be destroyed too early, before the
printf that uses it



More information about the Gcc-bugs mailing list