This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/38509] Bogus "attempt to free a non-heap object" warning
- From: "meheff at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 23 Aug 2011 19:27:18 +0000
- Subject: [Bug middle-end/38509] Bogus "attempt to free a non-heap object" warning
- Auto-submitted: auto-generated
- References: <bug-38509-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38509
Mark Heffernan <meheff at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|missed-optimization |
Status|UNCONFIRMED |RESOLVED
CC| |meheff at gcc dot gnu.org
Resolution| |FIXED
Target Milestone|--- |4.7.0
--- Comment #5 from Mark Heffernan <meheff at gcc dot gnu.org> 2011-08-23 19:27:18 UTC ---
With patch, warning is controllable with -Wfree-nonheap-object.