[Bug c++/35686] Incorrect value returned by function that uses a std::vector

rguenth at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Mar 24 21:35:00 GMT 2008



------- Comment #4 from rguenth at gcc dot gnu dot org  2008-03-24 21:34 -------
It means that the vector is probably re-allocated and the value stored into
dead memory.  Using valgrind should uncover that fact.


-- 


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



More information about the Gcc-bugs mailing list