This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/49282] malloc corruption in large lto1-wpa run during inline edge heap resize
- From: "andi-gcc at firstfloor dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 4 Jun 2011 20:58:22 +0000
- Subject: [Bug middle-end/49282] malloc corruption in large lto1-wpa run during inline edge heap resize
- Auto-submitted: auto-generated
- References: <bug-49282-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49282
--- Comment #2 from Andi Kleen <andi-gcc at firstfloor dot org> 2011-06-04 20:57:59 UTC ---
I found a workaround: disabling -fcoverage-arcs (gcov) makes it go
away.