[Bug middle-end/49282] malloc corruption in large lto1-wpa run during inline edge heap resize
hubicka at ucw dot cz
gcc-bugzilla@gcc.gnu.org
Mon Jun 6 11:50:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49282
--- Comment #4 from Jan Hubicka <hubicka at ucw dot cz> 2011-06-06 11:49:48 UTC ---
> I suppose we keep pointers to inline summaries live across the growth.
Well, we should not. It is resized in inline_summary_alloc () and that
function
is called always before we get any pointers out...
More information about the Gcc-bugs
mailing list