This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/49282] malloc corruption in large lto1-wpa run during inline edge heap resize


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...


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]